Category: SOLID

Building a Microblog Using Node.js, Git and Markdown

The word micro gets thrown around a lot in modern programming: micro-frameworks, micro-services, etc. To me, this means solving the problem at hand with no bloat. All while solving for a clean-cut single concern. This means focusing on the problem at hand and cutting unnecessary dependencies. I feel Node follows the G...