Older days we used to manage azure resources through AzureRM PowerShell modules . This was very much flexible for any Azure Administrator or Developers to run Automated Deployments to Azure Resource Manager resources. Azure CLI is the next improved version with simplified cmdlets to make life easier and it is cross-platform. You can use Azure […]
Read more →NDepend–VSTS/Azure DevOps Integration–Part 01
In my previous article I wrote an introductory about NDepend and how it will be useful for Agile Team to ensure code quality. In that article we found how we can use NDepend in a developer machine. Now with this article we will familiarize ourselves in using NDepend in your build automation pipeline in your […]
Read more →New Microsoft Azure Certifications
Microsoft has recently announced new certification exam tracks for Azure Administrators, Developers and Architects. Here are the line ups that should help you move your career with right certifications. The three new Microsoft Azure Certifications are: Microsoft Certified Azure Developer Microsoft Certified Azure Administrator Microsoft Certified Azure Architect These certifications would essentially split the previous […]
Read more →Async LLM Patterns: Building High-Throughput AI Applications
Introduction: LLM APIs are inherently slow—even fast models take hundreds of milliseconds per request. When you need to process multiple prompts, make parallel API calls, or handle high-throughput workloads, synchronous code becomes a bottleneck. Async patterns let you overlap I/O wait times, dramatically improving throughput without adding complexity. This guide covers practical async patterns for […]
Read more →70-777 – Azure Cosmos DB Certification Exam (BETA)
“70-777: Implementing Microsoft Azure Cosmos DB Solutions” is the new Microsoft certification in the town for any Developer or Architect who leverages Azure Cosmos DB. If you understand how Cosmos DB database can be configured and consumed using platform agnostic Cosmos DB API, this certification will help you prove your expertise. To read more about […]
Read more →Enterprise Architecture
What is an Enterprise Architecture? In this modern world there is lots of confusion about enterprise architecture, in that sense I would write a short scribble about enterprise architecture or called as EA in short. I will start with a definition by Architecture and Governance Magazine, Issue 9-4, November (2013) : Enterprise architecture (EA) is […]
Read more →