Week 32, year 2022
- Securing Web APIs with Azure AD: Enabling Local Development - In the last post, we looked at creating the server application and corresponding Azure resources to secure it. [Jimmy Bogard]
- Why are we afraid of our decisions? - I don’t know if it will work well in production! Will it scale? What if we get too many users during Black Friday? Do you know those… [Event-Driven by Oskar Dudycz]
- 10 problems that Event Sourcing can help solve for you - I recently ended up in a discussion on when Event Sourcing is the right architecture style or not. As the universal answer to this question tends to be "it depends", I started thinking about the typical problems where I would use Event Sourcing. I came up with a couple of them, some more functional and some more technical. Here's a summary of those thoughts. [Event Store blog]
- Securing Web APIs with Azure AD: Enabling Local Development - Posts in this series: A Case Study Designing Authentication Schemes Authorizing Client Applications Building the Server Enabling Local Development Connecting External Clients Connecting Azure Clients Full example In the last post, we looked at creating the server application and corresponding Azure resources to secure it. If we try to test [Jimmy Bogard]