Akshay Kalekarak03.hashnode.dev·Dec 24, 2024ScalabilityRam created an innovative application that allowed users to post their problems and receive suggestions from others, incentivizing participation. Initially, he used his old laptop as a server to host the app, and everything worked well when the user ...System Design
Lakshayvoid-ness.hashnode.dev·Dec 22, 2024Speed Matters: A Deep Dive into API OptimizationIn Today’s world, time isn’t just money anymore; it’s a luxury. Everything is sold with one promise: “It’s faster.” Think about it: flights over trains, watching movies in theaters instead of waiting for OTT releases, or buying YouTube Premium to ski...Resource Caching
Birendra Kumar Chaudharybiren.hashnode.dev·Dec 21, 2024🎯To solve slowness seen on the website🚀 | troubleshoot | load average | Log | problem | wp cli | plugins.✔Description: Clients reported experiencing slow performance on the website. Pages were taking longer time to load than usual. #one of the method we optimized the database: cmd - wp db optimize --allow-root Redis cache: redis cache connected from...slowness
Nnamani Odinaka Robertodinakannamani.hashnode.dev·Dec 19, 2024Understanding a Load balancerIntroduction In a world where websites and applications handle millions of requests per second, ensuring smooth and reliable performance is critical. This is where load balancers, the unsung heroes of high-traffic management, come into play. They act...Web Development
Wilford Gonzales10weekchallenge.hashnode.dev·Dec 16, 2024Deploying a Three tier web application on Azure with load balancing and VMSSIntroduction Hi Welcome to this article, My Name is Ford, I am starting to get hands on experience on DevOps and came across the 10 week cloud ops challenge posted by Piyush Sachdeva This is week 2 of my 10weekscloudops challenge, And in this article...Azure
Jaydeep Duttajaydeep2022.hashnode.dev·Dec 15, 2024Application Load Balancer (ALB) on AWSApplication Load Balancer (ALB) on AWS An Application Load Balancer (ALB) is a fully managed Layer 7 load balancer service provided by AWS (Amazon Web Services). It operates at the application layer of the OSI model (Layer 7), which allows it to inte...10 likesAWS
Nahidnahidislam.hashnode.dev·Dec 13, 2024AWS Auto Scaling vs. Load Balancing: Understanding the Key DifferencesIn cloud computing, maintaining application performance and ensuring availability are critical goals. Two essential tools offered by AWS to achieve these goals are Auto Scaling and Load Balancing. While they often work together, they serve different ...awsload
Siddhartha Gauravsgaurav.hashnode.dev·Dec 6, 2024AWS Basics: Build Highly Available and Scalable Apps with ELB and ASGIntroduction When building applications in the cloud, it’s important to make them available all the time (high availability) and ready to handle more users when demand increases (scalability). AWS makes this easy with tools like Elastic Load Balancin...AWSAWS
Amulyaawscloudbasics.hashnode.dev·Dec 4, 2024Understanding Kubernetes Ingress: Solving Enterprise Load Balancing ChallengesWhy Ingress Matters Kubernetes Ingress emerged as a solution to two critical challenges organizations faced when migrating from traditional infrastructure to Kubernetes: 1. Limited Load Balancing Capabilities Kubernetes services initially offered onl...DevOpsIngress Controllers
Amulyaawscloudbasics.hashnode.dev·Dec 3, 2024Mastering Kubernetes Services: A Comprehensive Guide to Load Balancing, Service Discovery, and Traffic ManagementIntroduction Kubernetes Services are a fundamental concept that solves critical challenges in container orchestration. This deep-dive tutorial explores the intricate world of Kubernetes Services, demonstrating how they address load balancing, service...DevOpsKubernetes