Learn With Me

Diagram showing the Next.js rendering flow with transpilation, CSR, SSR, and hydration steps illustrated in a simple dark-mode layout

Next.js Rendering Explained — Transpilation, CSR, SSR & Hydration

—
November 18, 2025

Today we explore Next.js rendering — one of the most important concepts for building fast and modern web apps. You’ll learn what transpilation means, how....

Illustration showing Next.js project setup with folder structure including app, components, lib, hooks, and utils

Next.js project setup — Project Setup & Folder Structure

—
November 18, 2025

Let’s get your Next.js project setup right from the start. On Day 3 you’ll initialize a new Next.js app, clean the boilerplate, and organize folders....

JavaScript ecosystem history timeline

JavaScript Ecosystem History: Why JS Evolved & Why Next.js Matters

—
November 18, 2025

Most developers learn JavaScript for UI and then get stuck when building real apps. Understanding the JavaScript ecosystem history fixes that. In this post you’ll....