Facade - Server-Side Frontend Framework
let's take SSR to the Extreme

Search for a command to run...
Articles tagged with #javascript
let's take SSR to the Extreme

Micro frontends can be seen as an extension of the microservices architecture pattern, but applied to the frontend layer of an application. Instead of having a monolithic frontend codebase, a micro frontend architecture enables splitting the frontend...

As a JavaScript developer, improving code performance is a primary objective. Well-performing code not only results in better user experiences but is also vital to program scalability. In this article, we will discuss multiple useful algorithms that ...

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 compiled ahead of time. This makes JavaScript highly flexible. However, this has the side effect of plac...

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 topics related to Javascript in general please refer to the Javascript part of the series. For bundle siz...

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. For topics related to DOM manipulation and event listeners, please refer to the Browser part of the se...
