Blog
13 articles
It's just an array
Stacks, queues, heaps, trees - most reduce to arrays, numbers, and pointers. Here's what actually happens in memory.
Pathway: Real-time AI pipelines and a post-transformer future
Pathway is two things at once - a Python framework that makes real-time data pipelines trivially easy, and a research lab building what might replace the Transformer. Here's what web developers should actually care about.
Design patterns in 2026 vs Nuxt
Factory, Singleton, Observer, Builder, Strategy, Decorator, Adapter - seven classic patterns, honest verdict on each, and real examples in Nuxt and Nitro.
Frontend internals: 90 concepts
Hydration, fiber, QUIC, CRDTs, compositing, INP - from Vue perspective
The <geolocation> element
Chrome 144 ships a declarative HTML element for location access. Instead of a script firing a permission prompt, the user clicks a browser-controlled button. The conversion numbers from the origin trial are hard to ignore.
System patterns in Nuxt
Queues, caching, retries, rate limiting, feature flags - five infrastructure patterns every production Nuxt app eventually needs, and why Nitro makes them less painful.