Writing
All Posts
5 min read · May 10, 2024
Why I Use the STAR Method for Every Project I Take On
The STAR framework isn't just for interviews — it's a powerful lens for structuring how you think about, execute, and communicate any technical project.
Read more
8 min read · Apr 22, 2024
Building Type-Safe APIs with Drizzle ORM and Zod
A practical walkthrough of how Drizzle ORM + Zod eliminates entire classes of runtime bugs by making your database schema and validation schemas a single source of truth.
Read more
6 min read · Mar 1, 2024
TanStack Query vs. SWR: Which Should You Choose in 2024?
A detailed comparison of the two dominant React data-fetching libraries — covering caching strategies, mutation patterns, devtools, and when each makes sense.
Read more