-
Create a reference architecture which shows how a modular monolith can be structured.
-
So far the architecture consists of basic client-server approach, where the client initiates protocol switch to websocket, thus creating new communication channel. Single game contains up to 4 persist…
-
I would like to start decoupling the code base. This would mean separate packages for the parser, expander, evaluator. I'm unsure how feasible a lot of that is but just moving code to packages in a ca…
-
The name should refer to the word `stack`
Defining "qualities" (apart from platform `dotnet`):
* Modular Monolith
* Clean Architecture (Ports and Adapters)
* Domain Driven Design
* Testable
…
-
# @chrlschn - A Practical Guide to Modular Monoliths with .NET
Feeling too much friction from your microservices architecture? It's time to revisit monoliths.
[https://chrlschn.dev/blog/2024/01/a-pr…
-
### **Chapter 5: Refactoring a Monolithic FastAPI Application – A Step-by-Step Guide**
---
#### **5.1 Introduction**
As applications grow in complexity, a monolithic structure can make it cha…
-
# Modular Monoliths with Nx
Frontend architecture is a crucial part of every application. It is the foundation for maintainable and scalable applications. In this blog, I will show you how to build s…
-
**Modularization and Distribution**
Chapter 3 ("Modularisierung") needs to distinguish much more clearly between
a) internal modularization and
b) distribution.
Cf https://github.com/isaqb-or…
-
![image](https://user-images.githubusercontent.com/414141/106549992-48463000-653a-11eb-9305-19e4eed22f72.png)
![image](https://user-images.githubusercontent.com/414141/117769047-eab93200-b252-11eb-94…
-
I asked this question from ChatGPT and Gemini:
> I want to choose a simple terminology to name things in my software. My software is made of modules. I'm using modularized monolith architecture. Ho…