Codeminer42's Engineering Blog
Clean Architecture

How To Structure Your Application Like An Artisan
When defining what a program is, the most fundamental definition you can find is: A program is something that transforms inputs into outputs Programming is a bit more difficult than…
Scalable Frontend #2 — Common Patterns
Patterns should fit nicely, like playing blocks This post is part of the Scalable Frontend series, you can see the other parts here: “#1 — Architecture” and “#3 — The…
NodeJS and Good Practices
Softwares are subject to change all the time, and one aspect that contributes to defining the quality of a code is precisely how easy it is to be altered. But…