How to fully configure Neovim for Unity
Debugging, File opening & Opening file in existing nvim instance

Search for a command to run...
Debugging, File opening & Opening file in existing nvim instance

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...

Let's start with the fun part the ECMA DOCS! Docs for == ECMAScript 11.9.3 Docs for === ECMAScript 11.9.6 TL;DR: the difference between == and === is that in the case when variables on the left and right are of different types e.g. string and numbe...

URL, JWT, Headers and Cookie Tampering, Unprotected Routs, CORS...
