6
Posts
Articles currently pulled into the site from my Medium feed.
I write about frontend architecture, DX, testing, and the small workflow decisions that make teams faster. Full articles live on Medium and Towards Dev; this site keeps the short version.
6
Posts
Articles currently pulled into the site from my Medium feed.
2
Publications
Publications currently represented across Medium and Towards Dev.
In a previous post, “Building the Best Next.js TypeScript Standard Vitest ESLint Configuration” , we discussed a powerful ESLint setup designed to maintain code quality, consistency, and adherence to best practices for N…
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-like setup.
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.
Implementing a robust pre-commit system can significantly reduce pull request review time. By enforcing ESLint rules, ensuring passing tests, and maintaining a stable build, developers can avoid pushing broken builds and…
Continuing from our previous discussion on establishing a robust structure for React projects using an Atomic Module Component approach, we delve deeper into enhancing our development workflow with the integration of Nex…
In this post, I share insights into establishing a robust structure for React projects using an Atomic Module Component approach.