Web Development Path
HTML, CSS, JavaScript, and full-stack fundamentals
Build real websites the right way - structure with HTML, design with CSS, add behaviour with JavaScript, then connect a backend.
How the Web Works
Client / server, HTTP, browsers, DNS, and what happens when you type a URL.
HTML Fundamentals
Document structure, semantic elements, links, lists, images, and forms.
CSS Layout
Box model, flexbox, grid, responsive design, and a touch of typography.
JavaScript Basics
Variables, types, control flow, functions, and the DOM.
Fetch & APIs
Making HTTP requests, handling JSON, and rendering remote data.
Modern Tooling
Node, npm, bundlers, and a first look at frameworks.
React Basics
Components, props, state, and a tiny SPA.
Backend with Node
Express, routing, middleware, and serving JSON.
Databases for the Web
Relational basics with MySQL/Postgres and a first ORM.
Deploy a Real App
Git, hosting, and shipping your project to the world.