ββDeveloping a JavaScript application involves reloading the browser each time you save code changes in order to refresh the user interface.
β± 5 minutes read
#Webpack
β± 5 minutes read
#Webpack
Medium
Webpackβs Hot Module Replacement Feature Explained
Developing a JavaScript application involves reloading the browser each time you save code changes in order to refresh the user interface.
ββWe rendered the top 1 million pages on the web, tracking every conceivable performance metric, logging every error, noting every requested URL. To our knowledge, this produces the first dataset that connects performance, errors, and library use on the web. In this article, we analyze what the data can tell us about creating high performance web sites.
β± 10 minutes read
#Performance
β± 10 minutes read
#Performance
Medium
We rendered a million web pages to find out what makes the web slow
We rendered the top 1 million pages on the web, tracking every conceivable performance metric, logging every error, noting every requestedβ¦
ββBeing a developer these days is both good and bad. There are a lot of jobs available out there, but there is a lot of competition too. If a company is known for looking after their developers well, a lot of developers naturally want to work for that company. So as a developer, you want to make sure you not only have the right skills, but you also make a really good impression at every interview. And this includes not saying things that are arrogant, ignorant, or inconsiderate.
β± 7 minutes read
#Career
β± 7 minutes read
#Career
Medium
10 Unforgivable Phrases Developers Should Stop Saying at Interviews
Want to get hired? Avoid these answers at all costs
ββTop improvements and features useful in web application development in early 2021
β± 8 minutes read
#AWS
β± 8 minutes read
#AWS
Medium
Top 9 AWS Features for Web Developers: Recently Announced
Top improvements and features useful in web application development in early 2021
ββEver since I started learning how to code, I have been fascinated by the level of trust we put in a simple command like pip install packagename
β± 11 minutes read
#security #hacking
β± 11 minutes read
#security #hacking
Medium
Dependency Confusion: How I Hacked Into Apple, Microsoft and Dozens of Other Companies
The Story of a Novel Supply Chain Attack
ββThe recent survey by Stack Overflow shows that today JavaScript is more popular than ever. Actually, almost 70% of professional developers use this programming language. What does this data give us? The point is that you should know JavaScript to build web applications users will love.
β± 5 minutes read
#JavaScript
β± 5 minutes read
#JavaScript
Medium
Frontend Weekly β Medium
It's really hard to keep up with all the front-end development news out there. Let us help you. We hand-pick interesting articles related to front-end development. You can also subscribe to our weekly newsletter at https://frontendweekly.co.
ββEvery developer has a favorite IDE. I do as well. (Iβll reveal my personal favorite at the end of this article π)
β± 6 minutes read
#IDE #TextEditor
β± 6 minutes read
#IDE #TextEditor
Medium
Best IDEs for JavaScript Development in 2021
Find out the different features of few IDEs suitable to code JavaScript
ββAfter working for a while with Node.js Iβve come to the conclusion that there is no better tool to use when writing microservices. Of course, that is my opinion, completely biased by my preference for JavaScript as a language. But hey, even without me pushing my own opinion into your eyes, I bet you canβt say Node.js isnβt a great tool for building microservices.
β± 11 minutes
#Node
β± 11 minutes
#Node
Medium
My Favorite Microservice Design Patterns for Node.js
Saying youβre using REST is not good enough anymore
ββUsing CSS frameworks like Bootstrap, Materialize CSS has become a common practice among frontend developers.
But have you ever thought of the impact these frameworks make on your applicationβs performance?
β± 5 minutes read
#CSS
But have you ever thought of the impact these frameworks make on your applicationβs performance?
β± 5 minutes read
#CSS
Medium
Compile CSS On-demand with the Latest Tailwind Compiler
Fast, powerful, and on-demand engine for Tailwind CSS v2.1+
ββJavaScript is used everywhere today. It runs in your browser as well as in your backend. Besides, JavaScript is a highly dependent ecosystem on third-party libraries. Therefore, securing JavaScript requires following best practices to reduce the attack surface.
But, how do we keep JavaScript applications secure? Letβs find out.
β± 6 minutes read
#JavaScript #Security
But, how do we keep JavaScript applications secure? Letβs find out.
β± 6 minutes read
#JavaScript #Security
Medium
7 Steps to Secure JavaScript in 2021
These practices will help to secure your JavaScript execution
ββReact Hooks are a function type that allows you to hook into React state and lifecycle features. This feature was first introduced on React 16.8 update, and since then, it has become an essential part of any React application.
#React
#React
Medium
Top 10 React Hook Libraries
Recommended React hook libraries in 2021.
ββWhen researching the internet and the technologies behind it, you might have come across this term: HTTP. HTTP, or Hypertext Transfer Protocol, is the backbone of the web and is the universal protocol for transferring text data. You have no doubt used it, as the website you learned about HTTP on uses HTTP.
β± 4 minutes read
#HTTP
β± 4 minutes read
#HTTP
Medium
What is HTTP/3, and Why Does it Matter?
HTTP/3, or HTTP over QUIC, brings many new performance features to HTTP
ββThe React Team has recently released a new alpha version of React 18. The main addition to this new version is concurrent features that improve the performance of your React application.
β± 5 minutes read
#React
β± 5 minutes read
#React
Medium
Trying Out React 18 Alpha Release
My experience using the React 18 alpha release.
ββWhen you get the chance to build large frontends, the need arises for a global store of state in your app. This could be to store data about the user that is logged in, maintain metadata for specific parts of your UI or data from a service. The question that comes about is how can you actually implement this?
β± 8 minutes read
#React
β± 8 minutes read
#React
Medium
An overview of React State Management Techniques in 2021 βοΈπ
When you get the chance to build large frontends, the need arises for a global store of state in your app. This could be to store dataβ¦
ββIβve recently βdiscoveredβ and old laptop forgotten somewhere in the depths of my basement and decided to create a mini home lab with it where I could play around with Kubernetes.
β± 6 minutes read
#Kubernetes
β± 6 minutes read
#Kubernetes
Medium
How to create Kubernetes home lab on an old laptop
Introduction
ββReact is a JavaScript library that lets you create a prime UI for both mobile and web applications. It integrates seamlessly with other JavaScript frameworks and libraries and includes small, reusable pieces of code, called components. Due to their high modularity, React component libraries not only optimize UI development but also provide extreme flexibility.
β± 5 minutes read
#React
β± 5 minutes read
#React
DEV Community
React Libraries To Use In 2021: 17 Top Picks
React is a JavaScript library that lets you create a prime UI for both mobile and web applications....
ββThis is an exploration of two approaches of morphing svg from one shape into another, and the trade-off of each one of them.
β± 4 minutes read
#SVG
β± 4 minutes read
#SVG
Medium
SVG Morphing (the easy way and the hard way)
This is an exploration of two approaches of morphing svg from one shape into another, and the trade-off of each one of them.
ββTypescript is the next big thing in the Front End Development domain and if you are looking to upgrade your skills from a junior to an intermediate frontend developer, then it is a must have skill.
β± 6 minutes read
#React #TypeScript
β± 6 minutes read
#React #TypeScript
DEV Community
Getting started with Typescript with React Hooks [2021]
Typescript is the next big thing in the Front End Development domain and if you are looking to...
ββI have seen several colleagues get fired, whether they were programmers or programming managers.
β± 6 minutes read
#Career
β± 6 minutes read
#Career
Medium
The Most Common Causes Why Programmers Get Fired
13 reasons you need to bear in mind to avoid losing your job.