Go ahead... peer into my treasury of wonder 🪄
A practical walkthrough of compiling programs for Linux: looking at the build pipeline, linking, portability, and real-world deployment tradeoffs where choosing your dependencies matter.
Considering Go? Dive into a beginner-friendly overview of the Go programming language; learn its history, core strengths, and its features without getting too technical.
Ditch the framework: My love letter to vanilla JavaScript ༼ つ ◕_◕ ༽つ💌
Learn the fundamentals of Single Page Applications.
Learn what serverless really means, why it matters, and how it simplifies application development.
Modern web applications need to react to changes—elements entering the viewport, DOM mutations, size changes, and more—without resorting to inefficient polling or heavy event listeners. This is exactly where the Observer API shines.
To be a good frontend developer, you have to understand the fundamentals. This article dives briefly into the basic building blocks of the modern web.
An overview of the Astro framework, its unique features, use cases, and a quick guide to get started.