AWS Lambda— Introduction of Lambda and practical example to create an Lambda functionOct 30, 2024·3 min read
PinnedMicro-frontend: From Monolith to Micro Service for frontend. Included Real World Example ScenarioWhat is micro-frontend: it’s frontend web development pattern which will split the monolith frontend architecture into pieces. Each and every component can have their own codebase, deployment options and are owned by different teams. Why micro-front...Sep 16, 2024·4 min read
AWS Key Management: Intro about the AWS Key Store and Guide to create a key pair on AWSSep 28, 2024·6 min read
AWS VPC: Intro about virtual private cloud and step-by-step guide to create an new VPCSep 27, 2024·8 min read
PAAS — FAAS: Let’s understand the difference between pass and faas cloud serviceFunctions-as-a-Service (Faas) FaaS is an inevitable part of the serverless framework. The compute containers characterized above, can exist as FaaS offered by major cloud providers such as AWS (eg AWS Lambda), Google Cloud (Cloud Function) and Azure ...Sep 24, 2024·4 min read
AWS Security Group — Learn about what is security group and how to configure and what is use of itWhat are AWS Security Groups? Your EC2 instances virtual firewalls, or AWS Security Groups, manage both incoming and outgoing traffic. They offer an option for deciding which protocols, IP ranges, and ports are permitted or prohibited to connect with...Sep 20, 2024·2 min read
AWS ECS — Intro about the AWS Elastic Container Service and how-guide to setup that service for youWhat are AWS Elastic Container Service? Amazon Elastic Container Service (ECS) is a fully managed container orchestration service provided by Amazon Web Services (AWS). It allows you to run and manage Docker containers on a cluster of Amazon EC2 inst...Sep 20, 2024·2 min read
AWS CloudWatch — Intro and features of CloudWatch and step-by-step guide create a new CloudWatch with alarmWhat is Amazon CloudWatch? Amazon CloudWatch is a comprehensive monitoring and observability service provided by AWS. It allows you to collect and track metrics, monitor log files, set alarms, and automatically react to changes in your AWS resources ...Sep 20, 2024·3 min read
Guide to writing a classic technical documentRecently I read some articles 📰 about how organizations are converting boring and dull technical documents 😴 into classic ones 🤑. Here are my takeaways: 1) Identify your right set of audience 🎯: Think you designed some amazing fashion clothes tha...Sep 17, 2024·1 min read
AWS RDS — Quick guide about the Database Service in AWS with step-by-step process to create a new RDS DatabaseWhat is Amazon RDS ? Amazon Relational Database Service (Amazon RDS) is a managed relational database service provided by Amazon Web Services (AWS). It simplifies the setup, operation, and scaling of relational databases in the cloud. Here are the ke...Sep 15, 2024·3 min read