BlogHere you'll find blog posts about the problems and interesting things I encounter in my software engineering journey.






Zod Types in Class Validator DTOs
Exploring integration of Zod Types with Class Validator for DTO Validation.
March 1, 2024 • 5 min read
Read more →
NestJS Auto-Caching: Peeking Under The Hood
Discover the secrets behind NestJS Auto-Caching, uncovering the magic that makes automatic response caching tick.
December 3, 2023 • 3 min read
Read more →
Implementing "SPA" Refresh Token Flow in Next.js 13 App Directory: A High-Level Overview
Exploring different possibilities of implementing refresh token flow into Next.js 13 App Directory.
October 26, 2023 • 9 min read
Read more →
Unit testing with Vitest: Real-World Scenarios and Advanced Approaches
Discover the power of unit testing with Vitest as we delve into real-world scenarios and explore advanced approaches to elevate your React application's testing capabilities.
July 23, 2023 • 14 min read
Read more →
Unit Testing React Apps: Vitest + React Testing Library
Discover the combined power of Vitest and React Testing Library as I walk you through essential techniques for testing React apps in this blog post.
July 16, 2023 • 7 min read
Read more →
React Project Setup with Vite, ESLint, and Prettier
Learn how to efficiently set up a React project using Vite, while incorporating ESLint and Prettier for code consistency and quality.
July 9, 2023 • 6 min read
Read more →