Skip to content
Part 0 — Web Fundamentals for Modern Full-Stack
Completed 6 episodes ~ 24 min total read

Part 0 — Web Fundamentals for Modern Full-Stack

Start series

Episodes

6 items • ~24 min
  1. 1

    Part 0.1 — Setting Up a Modern Dev Environment

    Updated

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

    Part 0.2 — How the Web Works: Requests, Responses, and the Stack

    Updated

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

    Part 0.3 — Modern JavaScript & TypeScript Essentials

    Updated

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

    Part 0.4 — HTML5 & CSS3 for Application UI Foundations

    Updated

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

    Part 0.5 — Git, GitHub, and Version Control for Teams

    Updated

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

    Part 0.6 — Preparing for Part 1: Project Structure and Mindset

    Updated

    A 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