#learning #writing #habits 6 min read The illusion of understanding: why writing reveals what you actually know
#big-o #complexity #data-structures #performance 9 min read Big-O without the math: what your code really costs
#tech-debt #trade-offs #decision-making #communication #leadership 8 min read Why good technical decisions lose to the business
#streaming #sse #fetch #http #ai 7 min read How an answer types itself out word by word: streaming over HTTP
#caching #cdn #bfcache #service-worker #performance 9 min read Where cache lives: how many copies of one response exist at once
#service-worker #cache-api #offline #pwa #caching 12 min read Service Worker - code that answers instead of the server
#http #caching #cache-control #etag #performance 10 min read HTTP caching: why the second visit to a site is instant
#rendering #ssr #ssg #isr #csr 22 min read SSR, SSG, ISR, CSR: when the HTML is built, and at what cost
#cors #security #fetch #same-origin #http 12 min read Same-origin policy and CORS: who can read data from another server
#performance #rendering #browser #dom #cssom 15 min read From HTML to pixel: how the browser renders a page
#javascript #garbage-collection #memory #performance #fundamentals 16 min read Garbage Collection in JavaScript - how the engine cleans up after your code
#javascript #event-loop #async #microtasks #fundamentals 18 min read Event Loop in JavaScript - how the engine decides what runs next
#javascript #this-keyword #oop #fundamentals 6 min read The this keyword in JavaScript - four binding rules in one place
#javascript #async #await #promises #generators #fundamentals 12 min read async/await in JavaScript - how a function can wait without blocking the thread