Rate Limiting using Queues!Modern applications need to serve at a scale never seen before. The traffic has grown leaps and bounds in the last couple of decades with proliferation of internet across the world with users running in billions. The traffic, even though has increase...May 18, 2024·5 min read
NGINX architecture and hands-on application!Introduction Nginx, pronounced as "engine-x," is a powerful and widely-used open-source web server and reverse proxy server software. It is renowned for its efficiency, performance, and scalability. As a reverse proxy, it sits between clients and one...May 13, 2024·6 min read
Sidecar Containers at work!The sidecar pattern is a software architectural pattern in which an additional container, known as a "sidecar container," is deployed alongside the main application container within a pod in a containerized environment such as Kubernetes. The sidecar...May 12, 2024·7 min read
How to Fix Detached HEAD Issue in GitIf you are a software engineer and have used git as version control system, you must have definitely come across "Detached HEAD" state while working. And if you are anything like me, it would have thrown you off and frustrated you. I have run into th...May 9, 2024·6 min read
AWS Elastic Cloud Compute : EC2Introduction Amazon Elastic Compute Cloud(EC2) is a virtual server that can be used to deploy applications. It is a highly available, scalable and configurable service that can support all kinds of needs based on CPU, Memory, and storage requirements...Oct 7, 2023·8 min read
AWS Simple Storage Service : S3Amazon Simple Storage Service (Amazon S3) is a fundamental and highly versatile cloud storage service offered by Amazon Web Services (AWS). It revolutionizes the way organizations store and retrieve data in the cloud. AWS S3 is designed to provide sc...Sep 16, 2023·5 min read
AWS Lambda : Serverless!!Introduction In the rapidly evolving landscape of cloud computing, AWS Lambda is an important innovation that redefines the way we build and deploy applications. It offers unparalleled simplicity, scalability, and cost-effectiveness. What makes AWS L...Aug 5, 2023·8 min read