Tag: azure
-
A pragmatic approach to solution architecture
I wanted to share my thoughts around solution design and architecture in tech. In my opinion, there isn’t a single “correct” way to design a solution, since each person brings their own perspective based on their experiences, preferences, and challenges. Some stick to a specific tech stack, whether that means opting for cloud-based, serverless solutions,…
-
The basics of Azure App Configuration
I’ve always thought there were some flaws in how teams manage configuration and secrets throughout an app’s lifecycle. It’s an area that’s often tricky to get right, and which typically increases in complexity over time. Azure Key Vault made huge progress in cleaning up the chaos of handling secrets, but I always felt the developer…