21 followers
🙋♂️ I'm a Software Engineer, Voracious Reader, Writer (tech, productivity, mindset), LOVE Fitness, Piano, Running. ⚗️ I make things in the messy world of JS, CS, SE more digestible.
V8 engine, libuv, basic of threads · Node Internals NodeJS internally has a collection of dependencies to execute your code. 2 of the most important...
What is a Microservice? Take a look at the above diagram. This is probably how you are building servers right now in Monolithic servers. With a...
What is React Suspense? Is a built-in React component that we can use to catch/isolate components (or entire subtrees) that are not ready to be...
Hi folks, welcome back to another article on my NextJS Distilled Series. Review on SSR We’ll be talking about dynamic SSR (HTML generated at...
A really Deep Dive 🤿 · Welcome back, folks. In this article, let’s look deeply at how React Server Component works behind the scenes. Let’s say we have...
Hi folks, welcome back to NextJS Distilled. In the previous article, we already discussed CSR, SSR, and Hydration. If you’re new here, please check...