RNRaul Naupariinblog.raulnq.com·Jun 7 · 12 min readHow Does Google Review Code?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 00
RNRaul Naupariinblog.raulnq.com·May 16 · 28 min readAWS SNS Topic: Check ListAmazon 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 productio00
RNRaul Naupariinblog.raulnq.com·May 12 · 23 min readAWS SQS Queue: Check ListAmazon 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, o00
RNRaul Naupariinblog.raulnq.com·Apr 20 · 22 min readAWS API Gateway HTTP API: Check ListHTTP 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 00
RNRaul Naupariinblog.raulnq.com·Apr 3 · 29 min readAWS Lambda Function: Check ListAWS 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 read00