Architecture Weekly Issue #13. Articles, books, and playlists on architecture and related topics. Every record has the complexity indication: π€ means hardcore, π·ββοΈ is technically applicable right away, Β πΌ - introduction to the topic or an overview.
WARNING πΊπ¦
It's already almost a two month of crazy, inhuman, unjustified war of Russia against Ukraine. We condemn this war and want it to stop ASAP. We continue this newsletter so you can advance your skill and help the millions of Ukranian people in any way possible.
Software Architecture might not be the thing you though it to be πΌ
The article which aligns with my view on architecture: you should avoid a dedicated role of an architect, but make architecture with your whole team; architecture is more about the decisions, and not the state; architecture process is about evaluating will the system fulfill the requirements.
Authentication and Authorization in Microservice style π·ββοΈ
Once you move from a monolith to microservices, or discover the authorization is required in several microservices you have a bunch of options like API Gateway Approach, Common Authorization Service or old approach. The article lays down these alternatives.