Blog
Thoughts on Agentic AI, cloud architecture, and building in public.
The 9 Principles of Being a 10X Human
Nine principles for working 10X with AI agents — across every role and department, from understanding any codebase to running agents in parallel.
Deploying dotnet api/app to On-Prem Servers via Azure Devops Pipelines
If you are a .NET developer you might have already come across Azure Devops, Its a very simple and powerful tool by Microsoft to have all of your projects artifacts together.
Securing APIs through Functions and API Management
There are several ways of out of the box security mechanisms that Azure provide in its products for securing your APIs.
REST to SOAP using Azure API Management
How to expose legacy SOAP based services to modern REST base clients using Azure API Management policies and Liquid Templates.
Choosing the right Azure Integration Service based on Performance Benchmarking
Performance bench-marking of Azure integration services — Event Hub, Service Bus, Data Factory — to help you choose the right tool for bulk operations.
Azure Functions | Triggers & Bindings
How we can integrate Azure Functions with different Azure Services using Triggers and Bindings, developing in Visual Studio and testing with local storage emulator.
Azure Web Jobs | Triggers and Bindings
Azure Webjobs is a way to invoke scripts or applications under your Azure App Service Context with triggers and bindings for background processing.
Troubleshooting Azure App Services
Navigating Azure's diagnostic and monitoring tools for App Services — from log streams and Application Insights to diagnose and solve problems.
Designing Batch Apps for better troubleshooting
A framework for categorizing logs in background applications into three types — detailed, audit, and business — each serving different audiences.
RabbitMQ vs NService Bus
A practical comparison of RabbitMQ and NServiceBus — understanding the fundamental architectural differences between broker-based and service bus platforms.
Cloud Native Applications — Where to start
Exploring different platforms to build Cloud Native Apps — Cloud Foundry, Google App Engine, and Azure Service Fabric.
'Made with Services' vs Microservices
Why organizations transitioning from monoliths often replicate the same flawed patterns — and how true microservices solve these problems.