MTMohammad Touseefinmdt.dev·Feb 16, 2025 · 1 min readTerraform some important pointsI recently watched an insightful Terraform video by Abhishek, and I gained some valuable takeaways that I wanted to share: 🌐 Infrastructure as CodeTerraform allows you to manage infrastructure through code, making deployments consistent and repeatab...00
MTMohammad Touseefinmdt.dev·Jan 26, 2025 · 2 min readAws CftSome important points about CFT CloudFormation templates enable Infrastructure as Code on AWS, facilitating efficient infrastructure management and deployment. 🛠️ Infrastructure as Code: CloudFormation templates allow users to define and manage AWS ...00
MTMohammad Touseefinmdt.dev·Sep 7, 2024 · 2 min readDockerDocker is a containerization platform that makes it easy to containerize your applications. With Docker, you can build container images, run these images to create containers, and push these containers to registries like DockerHub. Docker Architectur...00
MTMohammad Touseefinmdt.dev·Sep 7, 2024 · 1 min readVirtual Machines and ContainersVirtual machines (VMs) are virtual computers that don’t physically exist but are created on a physical server virtually with the help of hypervisor. A single server can host multiple VMs, each acting as a separate computer, allowing various tasks to ...00