news

Oct 29, 2023 Learnt Terraform today; I created an AWS VPC with an internet gateway, a public subnet, and associated security groups to allow traffic on ports 22, 80, and 443. I also launched an EC2 instance in the public subnet, installed Apache web server, and set up a simple HTML page via user data scripting.
Sep 23, 2023 Completed Creational Design Patterns today and successfully Containerized my JS app and deployed it on AWS ECR!