#azure
5 items tagged "azure".
Posts
SQL-Style Triggers in NoSQL: DynamoDB Streams, CosmosDB Change Feed, and When Not to Bother
Posted on:July 20, 2023· 5 min readNoSQL databases don't have triggers. But their event-driven primitives — streams, change feeds, CDC — let you build the same things with better decoupling. Here's how, and where it hurts.
AWS Lambda, Azure Functions, and When to Reach for Step Functions Instead
Posted on:March 15, 2023· 6 min readLambda and Azure Functions are the easy part. Coordinating them — handling retries, state, error paths, timeouts — is where serverless gets hard. Step Functions solves that, but it's not always the right call.
How to Switch AKS Clusters
Posted on:April 9, 2022· 1 min readQuickly change the active Kubernetes context using the Azure CLI.
Purge a Soft-Deleted Azure Key Vault
Posted on:April 1, 2022· 1 min readAzure Key Vault's soft-delete means a deleted vault isn't truly gone. Here's how to purge it completely.
Projects
-
eCarUp
EV charging platform — iOS apps, admin portal, backend API, infra, and CI/CD. Rewritten from Xamarin to Swift.
ios swift angular dotnet azure kubernetes devops xamarin