Writing
Thoughts, tutorials and everything in between.
- Published: at 02:20 PM1 min read
Async Generators: Streaming Data Without the Memory Pain
How async generators let you process data as it arrives instead of loading everything into memory.
- Published: at 06:22 PM2 min read
React Performance: Memoization Is Not Free
When React.memo, useMemo, and useCallback help - and when they make things worse.
- Published: at 10:00 AM2 min read
Serverless: Useful, Expensive, and Cold
What serverless actually gives you, what it costs, and when to avoid it.
- Published: at 10:45 AM1 min read
Building a Serverless Application with AWS Lambda and API Gateway
A minimal serverless setup with AWS Lambda and API Gateway
- Published: at 04:30 PM2 min read
AWS IAM: The Basics
IAM is boring but necessary. Here's the 5-minute version.