AKAbdelrhman Kamalinabdelrhmankamal.hashnode.dev·Jun 4, 2025 · 4 min readDecoupling Highly Available, Scalable Web Application on AWSIn this guide, we'll walk through building a scalable and highly available web application using AWS services. You'll learn how to deploy a monolithic app, decouple it into separate tiers using EC2 and RDS, and scale it with Load Balancer and Auto Sc...00
AKAbdelrhman Kamalinabdelrhmankamal.hashnode.dev·May 1, 2024 · 5 min readVirtualization Simplified: Key Concepts and BenefitsVirtualization is all about sharing the resources of a single piece of hardware to enable the operation and execution of multiple virtual processes simultaneously. This concept, known as virtualization, allows for the efficient utilization of computi...00
AKAbdelrhman Kamalinabdelrhmankamal.hashnode.dev·Jul 24, 2023 · 6 min readBuilding CRUD API with a DynamoDB in AWSWhat is an API? It is like a way for programs to talk to each other and work together smoothly just like a remote control lets you control a toy robot. It's a special set of rules that helps different computer programs cooperate and share information...00