Streamlining Your Next.js Project with Private GitHub/Gitlab Repositories as NPM Packages

Streamlining Your Next.js Project with Private GitHub/Gitlab Repositories as NPM Packages

### Using Private GitHub/Gitlab Repos in Your Next.js Projects Imagine this scenario: you're working on a super cool Next.js project, and you have some shared code that you'd like to use across mult...

Introduction to Domain Driven Design: Bridging the Gap Between Complex Systems and Software

Introduction to Domain Driven Design: Bridging the Gap Between Complex Systems and Software

Recently, I was asked to present on Domain Driven Design. As I delved deeper into the research, it became clear that DDD is a crucial aspect of system architecture that many developers don’t fully gr...

Escaping Deployment Hell: How Feature Flags Can Transform Your Workflow

Escaping Deployment Hell: How Feature Flags Can Transform Your Workflow

Feature flags, also known as feature toggles, are a powerful technique that allows us to alter the behavior of our software systems without changing code. Originating from the need for safer deploym...