Blog
All the articles I've posted.
-
Messaging Services in AWS: SNS, SQS, Kinesis, and EventBridge
Explore AWS messaging services like SNS, SQS, Kinesis, and EventBridge, and learn how to choose the right one for your distributed system.
Published:7 min read -
Converting a Google Spreadsheet to an API
Convert a Google Spreadsheet to an API using Google Apps Script and Cloudflare Workers.
Published:4 min read -
Date and Time in Software Development: Complexities and Concerns
Explore the complexities and concerns of handling date and time in software development, including edge cases and potential pitfalls.
Published:7 min read -
End-to-End Type Safety: Development and Runtime Validation with TypeScript and Zod
TypeScript is only half the battle. Learn how to achieve end-to-end type safety with runtime validation using Zod.
Published:3 min read -
How To Test React Hooks with 2 Different Approaches
Explore React hooks testing through UI interactions and direct calls with the React Testing Library. Get started with clear, practical examples.
Published:3 min read -