Part 0 — Web Fundamentals for Modern Full-Stack
Episodes
6 items • ~24 min-
1
Part 0.1 — Setting Up a Modern Dev Environment
UpdatedBefore you write a single line of React or NestJS code, you need a robust development environment. In this guide, we’ll set up Node, pnpm, PostgreSQL, and VS Code the right way—like a professional full-stack engineer.
Published Nov 7, 2025 • 4 min read
-
2
Part 0.2 — How the Web Works: Requests, Responses, and the Stack
UpdatedBefore coding your first API, you must understand how data moves across the web. Let’s unpack the invisible conversation between your React app, NestJS backend, and PostgreSQL database.
Published Nov 7, 2025 • 4 min read
-
3
Part 0.3 — Modern JavaScript & TypeScript Essentials
UpdatedStrong full-stack developers master the language behind the stack. Let’s bridge modern JavaScript fluency with TypeScript discipline — the combination powering React and NestJS.
Published Nov 8, 2025 • 4 min read
-
4
Part 0.4 — HTML5 & CSS3 for Application UI Foundations
UpdatedBefore JSX and styled-components, there’s structure and style. Understanding HTML5 and CSS3 fundamentals ensures your React interfaces are fast, accessible, and production-ready.
Published Nov 9, 2025 • 4 min read
-
5
Part 0.5 — Git, GitHub, and Version Control for Teams
UpdatedGreat developers don’t just write code — they manage it. Learn how Git and GitHub shape teamwork, history, and CI/CD integration in professional full-stack environments.
Published Nov 10, 2025 • 4 min read
-
6
Part 0.6 — Preparing for Part 1: Project Structure and Mindset
UpdatedA strong full-stack developer builds systems, not scripts. Before diving into React and NestJS code, let’s design a maintainable project structure and engineering mindset.
Published Nov 11, 2025 • 4 min read