All articles

Tagged: Fundamentals

18 min read

React Fundamentals: From Zero to Hero

A complete, practical guide to the React mental model every frontend developer needs — why React exists, thinking declaratively (UI = f(state)), components and JSX, typed props with TypeScript and one-way data flow, rendering lists and keys, conditional rendering, handling events, state with useState, immutable updates, the re-render model, purity and composition, common mistakes, and hands-on exercises with solutions.

ReactTypeScriptFrontendFundamentals
17 min read

JavaScript Fundamentals: From Zero to Hero

A complete, practical guide to the JavaScript every developer needs — how it runs, variables and scope, types and coercion, functions and closures, this, objects and arrays, destructuring, the event loop, promises and async/await, modules, the DOM, error handling, common mistakes, and hands-on exercises with solutions.

JavaScriptFundamentalsProgrammingFrontend