$ grep ~/blog/*.md
Blog
Thoughts, tutorials, and insights on software development
3 posts · showing 1-3
Why TanStack Query is the first thing I reach for on any API-driven app
Manual fetch-and-useEffect code was quietly eating my projects: loading flags, stale caches, duplicate requests. Here's how TanStack Query replaced all of it, how I wire it up on both web and React Native, and why it's now the first tool I reach for on any data-driven app.
Jul 19, 20267 min read108 views
TanStack QueryReactReact Native
Streaming live sensor data into React without the jank
How I pushed thousands of WebSocket updates a minute into a React dashboard while keeping charts smooth and the main thread free.
Jun 18, 20262 min read47 views
ReactWebSocketsPerformance
Shipping React Native to both stores with Fastlane and GitHub Actions
A CI/CD setup that took our release cycle from weeks to days: automated builds, signing, and store uploads for iOS and Android.
May 2, 20261 min read15 views
React NativeCI/CDFastlane