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 Cover
Zod Types in Class Validator DTOs
Exploring integration of Zod Types with Class Validator for DTO Validation.
March 1, 20245 min read
Read more →
NestJS Auto-Caching: Peeking Under The Hood Cover
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, 20233 min read
Read more →
Implementing "SPA" Refresh Token Flow in Next.js 13 App Directory: A High-Level Overview Cover
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, 20239 min read
Read more →
Unit testing with Vitest: Real-World Scenarios and Advanced Approaches Cover
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, 202314 min read
Read more →
Unit Testing React Apps: Vitest + React Testing Library Cover
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, 20237 min read
Read more →
React Project Setup with Vite, ESLint, and Prettier Cover
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, 20236 min read
Read more →