Writing
Thoughts, tutorials and everything in between.
- Published: at 03:30 PM1 min read
Async LocalStorage in TypeScript
How to handle localStorage asynchronously in TypeScript and React
- Published: at 12:00 PM2 min read
Building an Idempotent API with TypeScript, Express, and Redis
A comprehensive guide to implementing idempotent APIs using TypeScript, Express, and Redis
- Published: at 09:15 AM2 min read
What My Conversations with GPT Taught Me About Myself
Reflecting on the insights gained from a conversation with an AI model
- Published: at 10:00 AM2 min read
Design Patterns I Actually Use
A no-nonsense look at the design patterns that show up in real TypeScript codebases.
- Published: at 03:00 PM2 min read
Stop Putting Off strict: true
Enable strict TypeScript. Yes, it will break your build. That's the point.