#architecture
Read more stories on Hashnode
Articles with this tag
UML is undeniable a great tool to sketch up the architecture of a piece of software. Many people, including me (a few months ago), hate the UML...
When talking about test driven development there are a lot of hurdles and it's a stready process. It takes weeks, months and maybe years to get used...
The benefits of a monorepo and small tooling guide · Don't miss out on the great benefits of a monorepo. This post is about monorepos, it's benefits and...
Advent Calendar #22 · Once I shifted my mindset to module driven development, my code got way cleaner. What is a module? Modules or packages are a...
The not so obvious meaning. · It states 1) that classes should not depend on interfaces, that they can't implement 2) that you should only depend on the...
Do yourself a favor and split the business logic apart from the integration code. That way you can make your integration code use the business logic,...