Back FoxCode

Blog

13 articles

JavaScriptArchitecture

It's just an array

Stacks, queues, heaps, trees - most reduce to arrays, numbers, and pointers. Here's what actually happens in memory.

·11 min
Read →
AIPythonData EngineeringRAG

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.

·12 min
Read →
JavaScriptTypeScriptArchitectureNuxtPatterns

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.

·12 min
Read →
JavaScriptPerformanceBrowserArchitectureSecurityVue

Frontend internals: 90 concepts

Hydration, fiber, QUIC, CRDTs, compositing, INP - from Vue perspective

·50 min
Read →
BrowserHTMLUXSecurityWeb

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.

·7 min
Read →
NuxtArchitecturePerformanceBackendVue

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.

·11 min
Read →