#architecture
Read more stories on Hashnode
Articles with this tag
What's Event Choreography? Let's back up a bit to answer that. Event Driven Architecture is a way to make your system more extensible and loosely...
Software architecture is about making key decisions that will impact how you can make decisions in the future. It's about giving yourself options at...
What's the sidecar pattern? If you have services using different languages, you can have a common API and abstractions for shared concerns. ยท What is the...