🖥️
Frontend Fundamentals
Browser internals, JavaScript engine, call stack, event loop, Browser APIs, CSS, performance & security — everything the browser does under the hood.
How Browsers Work
#browser#rendering#navigation#multi-process
Beginner
Critical Rendering Path
#CRP#DOM#CSSOM#reflow
Beginner
JavaScript Engine & Runtime
#V8#JIT#ignition#turbofan
Intermediate
Call Stack & Execution Context
#call-stack#execution-context#scope-chain#hoisting
Intermediate
Event Loop & Async JavaScript
#event-loop#async#promises#microtask
Intermediate
Browser APIs
#DOM#fetch#web-storage#intersection-observer
Intermediate
JavaScript Fundamentals
#javascript#closures#hoisting#prototype
Beginner
JavaScript Advanced
#generators#iterators#proxy#reflect
Advanced
OOP vs Functional Programming in JavaScript
#OOP#functional#classes#inheritance
Intermediate
CSS Fundamentals
#CSS#box-model#specificity#cascade
Beginner
ECMAScript History & Evolution
#ECMAScript#ES6#ES2015#ES2016
Beginner
CSS Advanced
#stacking-context#contain#content-visibility#CSS-Houdini
Advanced
Performance & Core Web Vitals
#LCP#CLS#INP#performance
Advanced
Security in the Browser
#XSS#CSRF#CSP#CORS
Intermediate
TypeScript Deep Dive
#TypeScript#generics#utility-types#type-guards
Intermediate