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 →

LLM Rate Limiting: Maximizing API Throughput Without Getting Throttled

Introduction: LLM APIs have strict rate limits—requests per minute, tokens per minute, and concurrent request limits. Hit these limits and your application grinds to a halt with 429 errors. Effective rate limiting isn’t just about staying under limits; it’s about maximizing throughput while maintaining reliability. This guide covers practical rate limiting patterns: token bucket algorithms […]

Read more →