
Coupling, Decoupling, and Cohesion
In software development, especially when writing JavaScript, two big ideas help make your code easier...
Feb 9, 20263 min read2 reactions0 comments
Tag archive

In software development, especially when writing JavaScript, two big ideas help make your code easier...
Coupling refers to the degree of dependency between different components or modules within a...
I provided a brief introduction to coupling in part 1. This article is specifically aimed at coupling...
Steps to migrate from a monolith to a modular monolith
Modern day software design has a big set of challenges. Software development is no more a one-time wo...

In this article, I describe several architecture issues I faced in my career.