
Building a Shared Library with NestJS for Multi-Service Backends
The no-fluff guide to reusing modules like Auth, Config, and Logging across your services....
Thoughts and insights about web development and software engineering
The no-fluff guide to reusing modules like Auth, Config, and Logging across your services....
Test driven development—or TDD if you're tired of typing it out—sounds like a philosophy, but it's really just a habit. You write a test. It fails. Yo...
As a software engineering manager, one of my primary responsibilities is ensuring that teams build systems that are not only functional, but maintaina...
In the life cycle of a startup, there is a critical milestone that changes everything: achieving Product-Market Fit (PMF). Before PMF, the primary goa...
Scaling an engineering team is both exciting and challenging. As a company grows, ad-hoc development practices that once worked become bottlenecks. Ho...
Code reviews are an essential part of modern software development, helping teams maintain code quality, catch bugs early, and share knowledge. However...
Technical debt is an inevitable part of software development. While it allows teams to move fast in the short term, unmanaged technical debt can lead ...