Writing
Thoughts, tutorials and everything in between.
- Published: at 09:00 AM2 min read
Event-Driven Systems: What Actually Works
Event-driven architecture in practice, not theory.
- Published: at 03:30 PM1 min read
React Debugging with VSCode and Chrome DevTools
The debugging setup I use for React apps.
- Published: at 09:15 AM2 min read
Edge Computing Is Mostly Hype
Edge computing is useful, but it's not the revolution vendors want you to believe.
- Published: at 01:00 PM1 min read
Creating a Custom Hook for Data Fetching in React
A simple useFetch hook I copy-paste into most projects
- Published: at 01:00 PM2 min read
Implementing Authentication and Authorization in Node.js with JWT
A minimal JWT setup in Node.js that covers the basics without over-engineering