anubhavinsights.hashnode.devSimplifying Kubernetes Operations with AWS EKS Fargate and ALB IngressWhat you’ll learn Create an EKS cluster that runs pods on Fargate Understand what a Fargate profile is and why you need one Deploy a simple app with Namespace, Deployment, Service, and Ingress Enable IAM Roles for Service Accounts to give pods fi...Sep 28, 2025·6 min read
anubhavinsights.hashnode.devURL Shortener: A Step-by-Step Guide to Architecture, Caching, APIs, and ScalingSummary In this guide, we will design a URL service that turns long links into short codes and redirects users fast and reliably. This doc walks through scope, sizing, architecture, APIs, schema, sharding with consistent hashing, caching, and CDN, pl...Aug 28, 2025·6 min read
anubhavinsights.hashnode.devDeploy Applications on AWS: A Step-by-Step Guide to EC2, ELB, Route 53, and MoreIn this guide, we’ll deploy a scalable and secure application on AWS, utilizing Memcached for caching, RabbitMQ for background task processing, MySQL for data storage, and Tomcat for application hosting. While this guide doesn’t cover full applicatio...Jan 30, 2025·19 min read
anubhavinsights.hashnode.devSolving Two Sum: LeetCode SolutionIntroduction An array is a fundamental data structure in computer science, used to store multiple values in a single variable. Arrays allow you to perform operations like traversal, insertion, and deletion efficiently. In this article, we’ll solve th...Jan 5, 2025·3 min read