Skip to main content

Blog

Writing about engineering, design systems, and lessons learned building products.

3 articles

Publication
react
javascript
webdev

8 React Hooks That Quietly Changed How I Write React in 2026

Modern React isn't about learning more APIs—it's about understanding the right abstractions for common problems. This article covers eight hooks that have significantly improved the way I structure components, manage state, and build responsive user interfaces in production.

7 min
Read
Publication
Backend
server
HTTP

Meet HTTP QUERY: The HTTP Method We've Been Waiting For

The new HTTP QUERY method finally fills the gap between GET and POST by allowing request bodies for safe, read-only operations. Instead of cramming complex filters into long URLs or misusing POST for searches, QUERY lets developers send structured JSON while preserving the semantics of data retrieval. As support across frameworks and tooling grows, it offers a cleaner, more expressive way to build modern search, analytics, and AI-powered APIs.

3 min
Read