Blog
Thoughts on software development, building products, and lessons learned from 18 years in the industry.
Debugging Production Issues in Next.js: A Practical Guide
Learn how to effectively debug production issues in Next.js applications using logging, monitoring, and error tracking tools.
Oct 15, 2025
8 min read
Next.jsDebugging
Building a Real-Time Collaboration Feature with WebSockets
A deep dive into implementing real-time collaboration features using WebSockets, including presence indicators and conflict resolution.
Sep 22, 2025
12 min read
WebSocketsReal-time