#javascript
Read more stories on Hashnode
Articles with this tag
let's take SSR to the Extreme ยท Facade is a server-side frontend framework that takes the concept of Server-Side Rendering (SSR) to the extreme. In...
Micro frontends can be seen as an extension of the microservices architecture pattern, but applied to the frontend layer of an application. Instead of...
As a JavaScript developer, improving code performance is a primary objective. Well-performing code not only results in better user experiences but is...
As you may already know Javascript is a Just-In-Time (JIT) compiled language, which means that the code is compiled at runtime, rather than being...
Welcome to the Browser section of my web performance series. In this segment, I'll be focusing on performance topics related to the Browser. For...
Welcome to the JavaScript section of my web performance series. In this segment, I'll be focusing on performance topics related to the code itself....