How Node.js streams handle large data efficiently — the four stream types and when to reach for each.
Engineering
Build logs, postmortems, and systems notes
Why the right index turns a slow query fast — indexing strategies and their trade-offs.
How Node.js handles concurrency — the event loop, worker threads, and when multithreading actually helps.
A practical introduction to pandas — the Python library that quietly runs modern data analysis.
Scalable Vector Graphics from the ground up — paths, curves, and drawing with math.
What a Web Application Server does, and how it differs from a plain web server.
Infrastructure as Code — provisioning infrastructure through versioned, machine-readable config.
A look at Apache Tomcat — the servlet container behind countless Java web apps.
Objects, attributes, and methods — the core ideas behind object-oriented programming.