Blog
All the articles I've posted.
Date and Time in Software Development: Complexities and Concerns
Published: at 12:00 AMLearn about concerns, possible problems, and edge cases with date and time in software development.
Messaging Services in AWS: SNS, SQS, Kinesis, and EventBridge
Published: at 12:00 AMExplore AWS messaging services like SNS, SQS, Kinesis, and EventBridge, and learn how to choose the right one for your distributed system.
End-to-End Type Safety: Development and Runtime Validation with TypeScript and Zod
Published: at 12:00 AMTypeScript is only half the battle. Learn how to achieve end-to-end type safety with runtime validation using Zod.
Refactoring Techniques for Ruby on Rails Applications: A Comprehensive 5-Step Guide
Published: at 12:00 AMNo one likes a messy codebase. Learn how to refactor your Ruby on Rails application in 5 steps. Keep your app running smoothly and make it easy for you and others to work on.
How To Test React Hooks with 2 Different Approaches
Published: at 12:00 AMExplore React hooks testing through UI interactions and direct calls with the React Testing Library. Get started with clear, practical examples.
SonarQube Docker Mac Installation in 5 Minutes
Published: at 12:00 AMEffortlessly install SonarQube on Mac using Docker in just 5 minutes! This guide walks you through the process, from container setup to code analysis.