/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

www.bennadel.com
| | herbertograca.com
5.1 parsecs away

Travel
| | Documenting Software Architecture When we need to explain to someone else (new developer, product owner, investor, ...) how the application works, we need documentation. But what documentation options do we have that can express the whole application building blocks and how it works?! In this post I'm going to write about: - UML - 4+1...
| | www.jamesmichaelhickey.com
5.4 parsecs away

Travel
| | How should you design the structure of your .NET solutions? Microservices? Monolith? Feature folders? Clean architecture? Shared databases?
| | martinfowler.com
4.9 parsecs away

Travel
| | Software Architecture is the important aspects of a software system's internal design, usually its major components and aspects that are hard to change.
| | www.softdevtube.com
33.4 parsecs away

Travel
| The onion architecture is not as well known as the 3-tier software architecture but is gaining a lot of attention during the microservices era. It structures your software so that it is easy to change technologies without impacting business logic. Coupled with Domain Driven Design (DDD) principles it offers a powerful way to build a