Writing
Thoughts, tutorials and everything in between.
- Published: at 01:00 PM2 min read
Web Workers: When the Main Thread Needs a Break
Moving heavy work off the main thread without overcomplicating your app.
- Published: at 01:00 PM1 min read
A Real-Time Chat in 50 Lines
The simplest WebSocket chat server I know.
- Published: at 01:00 PM1 min read
Building a Progressive Web App (PWA) with React
A minimal PWA setup with React and a custom service worker
- Published: at 10:30 AM3 min read
WebAssembly: Supercharging Web Performance
What WebAssembly is actually good for, and what it is not
- Published: at 01:00 PM2 min read
CI/CD with GitHub Actions
A minimal GitHub Actions setup that actually works.