Posts
10
Articles currently hosted on my site and cross-posted to Medium.
I write about full-stack systems, architecture, and the automation that helps teams ship with confidence. From backend services to delivery pipelines, I share what I learn along the way.
Popular topics
Posts
10
Articles currently hosted on my site and cross-posted to Medium.
Tags
25
Topics and themes covered in my writing across various publications.
Start with the latest piece, then browse the rest by topic and depth.
In a previous post, “Building the Best Next.js TypeScript Standard Vitest ESLint Configuration” , we discussed a powerful ESLint setup designed to maintain code...
A practical guide to moving from ESLint 8 to flat config in ESLint 9, with a cleaner setup for React, Next.js, and TypeScript projects.
A practical approach to authentication and authorization in Next.js with Supabase, focused on SSR, route protection, and keeping auth logic understandable.
A practical CI/CD setup for Next.js projects using GitHub Actions so linting, tests, and builds become part of the delivery process instead of an afterthought.
A practical setup for testing React components with Vitest and React Testing Library, focused on behavior, confidence, and maintainable frontend code.
Setting up a MongoDB replica set in your local environment can be essential for testing and development purposes, especially when you need to mimic a production...
Continuing from our previous post on optimizing development workflows, today we’ll explore the power of Visual Development Experience (VDE) with Storybook in Action, alongside Next.js.
A practical Husky setup for Next.js projects so linting, testing, and pre-push checks become part of the team workflow instead of a last-minute cleanup step.
Continuing from our previous discussion on establishing a robust structure for React projects using an Atomic Module Component approach, we delve deeper into en...
In this post, I share insights into establishing a robust structure for React projects using an Atomic Module Component approach. From initial scaffolding to na...