I’d like to share my journey to becoming an officially certified Google Professional Cloud Architect. It all started when my…
How to Deploy Angular App to AWS EC2 Using Terraform
Deploying an Angular application on AWS EC2 can be streamlined and automated using Terraform, a powerful Infrastructure as Code (IaC)…
How to create AWS Instance with Terraform
Terraform is an open-source infrastructure as code (IaC) tool developed by HashiCorp that enables you to define and provision data…
Deploying a Remix App to Production with Containerization
The Remix React Framework is a modern web framework that allows you to code both the front and back end…
How to Setup MySQL Database in Docker
Docker provides a lightweight, portable, and efficient containerization platform, while MySQL offers a robust relational database system. In this article,…
How to Setup PostgreSQL Database in Docker
As the popularity of containerization continues to rise, Docker has become a go-to tool for developers and system administrators alike.…