Deploy a Docker Container to Amazon ECS using GitHub ActionsIn this project, we will set up a GitHub Actions CI/CD pipeline that runs each time new changes are pushed to the main GitHub branch. When…Aug 9, 2023Aug 9, 2023
Using Terraform Modules to Deploy a Two Architecture on AWSThis project uses Terraform, a very powerful Infrastructure as Code(IaC) tool to deploy a two-tier Architecture on AWS that contains an…Jul 21, 2023Jul 21, 2023
Deploy A Full Stack JavaScript Application With Amazon ECS and DockerHello! In this guide, we will be walking through the process of deploying a full-stack application that has a database on Amazon ECS.Jul 6, 2023Jul 6, 2023
Setup WordPress On an EC2 Instance Running DockerIn this guide, we will walk through setting up a WordPress website on a Linux EC2 instance attached to an EBS volume to back up our data.Jun 26, 2023Jun 26, 2023
Deploying a Dynamic WordPress Application on AWS Three-Tier ArchitectureBriefJun 16, 2023Jun 16, 2023
Hosting A Highly Available, Fault Tolerant Website On AWSHello friends! In this short article, I will be walking you through the process of how I deployed a static website on AWS using…May 29, 2023May 29, 2023
Implementing A Modern CI/CD Pipeline with GitHub Actions & AWSIn this article, we will walk through the steps of setting up a CI/CD pipeline that builds a docker image and deploys it to Amazon…May 27, 2023May 27, 2023
How to use Joi for data Validation in NodeJSWhen developing backend applications or APIs, there is always a need to do some data validation in order to be sure that our users are…Feb 18, 2023Feb 18, 2023
A simple guide to configuring Express applicationsIn your Express applications, there is usually a need to set different configuration values for connecting to a database, getting the port…Feb 11, 2023Feb 11, 2023
The three work environments in gitWhen working with a git repository, your project constantly cycles between these three environments:Feb 5, 2023Feb 5, 2023