RNRaul Naupariinblog.raulnq.com00How Does Google Review Code?2d ago · 12 min read · Google processes tens of thousands of code changes every day across a codebase of hundreds of millions of lines. The secret isn't magic tooling — it's a documented, principled approach to code review Join discussion
RNRaul Naupariinblog.raulnq.com00AWS SNS Topic: Check ListMay 16 · 28 min read · Amazon Simple Notification Service (SNS) looks straightforward on the surface — publish a message, deliver it to subscribers — but the gap between a topic that "works in dev" and one that is productioJoin discussion
RNRaul Naupariinblog.raulnq.com00AWS SQS Queue: Check ListMay 12 · 23 min read · Amazon Simple Queue Service (SQS) is deceptively simple to get started with, but surprisingly easy to misconfigure in ways that cause silent message loss, runaway costs, duplicate processing storms, oJoin discussion
RNRaul Naupariinblog.raulnq.com00AWS API Gateway HTTP API: Check ListApr 20 · 22 min read · HTTP API is the right default choice for the majority of .NET serverless workloads. At 70% less cost than REST API, lower latency, and native JWT authorization, it covers most production requirements Join discussion
RNRaul Naupariinblog.raulnq.com00AWS Lambda Function: Check ListApr 3 · 29 min read · AWS Lambda has become a cornerstone of modern serverless architectures, but writing a function that "just works" is very different from writing one that is performant, cost-effective, secure, and readJoin discussion