// blog
$ ls ~/blog --posts
Notes on front-end development — JavaScript, Vue.js, React, testing, and the behind-the-scenes of my projects.
# Mar 12, 2026
Migrating Trailhead to Nuxt 3
How I rewrote a Vue app to Nuxt 3 without losing SEO — routes, composables and a wayfinding redesign along the way.
→ read
# Feb 27, 2026
Generating chiptune audio with the Web Audio API
Retro 8-bit sound without a single .wav file: oscillators, envelopes and a tiny SoundGenerator for Neon Drift.
→ read
# Feb 8, 2026
Real-time Planning Poker with Socket.IO
Rooms, live voting and consensus stats — the event architecture that keeps everyone in sync.
→ read
# Jan 21, 2026
Testing Vue in practice: Vitest + Testing Library
A TDD flow I actually keep: what to test, what to skip, and how to keep the suite fast.
→ read