Web6 months

Frontend Engineering

From semantic HTML to production-grade React architecture, performance budgets and accessibility.

  1. Step 01

    Foundations

    HTML semantics, the box model, and how the browser actually renders a page.

    HTMLCSSDevTools
  2. Step 02

    JavaScript in depth

    Closures, the event loop, modules and asynchronous patterns.

    ES2023+AsyncModules
  3. Step 03

    TypeScript

    Structural typing, generics and modelling domain state safely.

    TypeScriptGenerics
  4. Step 04

    React architecture

    Composition, data fetching boundaries and state ownership.

    ReactTanStack Query
  5. Step 05

    Performance

    Core Web Vitals, bundle budgets and rendering strategy.

    LighthouseProfiling
  6. Step 06

    Craft

    Design systems, motion, and accessibility as a default.

    A11yMotionDesign Systems