#software-architecture
Read more stories on Hashnode
Articles with this tag
If you were to glance at the folder structure of your system, could you tell what the system is about? And here's a more interesting question. Could a...
Modular monoliths strike a balance between the simplicity of monolithic architecture and the flexibility of microservices. By breaking down...
Are you tired of organizing your project across layers? Vertical Slice Architecture is a compelling alternative to traditional layered architectures....
Picture this: You're part of a team building a shiny new .NET application. You've carefully chosen your software architecture. It could be...
I've worked with many different software architectures over the years. There's one that clearly stands out for its benefits: Modular Monolith...
A URL shortener is a simple yet powerful tool that converts long URLs into more manageable, shorter versions. This is particularly useful for sharing...