Step-by-Step Guide to Creating an SQS Queue Using Terraform.
What is AWS SQS? Amazon SQS (Simple Queue Service) Dead Letter Queues (DLQs) are a feature that helps manage message processing failures in your messaging w ...
Set Up WordPress as microservices using docker
Introduction: Setting up WordPress as microservices using Docker involves breaking down WordPress into distinct services (e.g., database, and WordPress appl ...
Automating Email Service Creation with SES and Terraform.
AWS SES. Amazon Simple Email Service (Amazon SES) is a scalable, cost-effective, and flexible cloud-based email service designed for businesses to se ...
How to Set Up and Optimize Notifications in Jenkins.
Introduction. What is Jenkins? Jenkins is an open-source automation server widely used in software development to automate the proces ...
How to Install Apache Tomcat11(version 11.0.2) on ubuntu.
What is tomcat? Apache Tomcat is a free, open-source web server and servlet container that's used to host Java-based web applications. Apache Tom ...
Installing Prometheus & Grafana on Ubuntu: Easy Setup Tutorial.
What is Prometheus? Prometheus is a metrics-based monitoring system and time-series database (TSDB) designed to collect and store metrics data over time. It ...
Working with GIT
If you are connecting to your github account for the first time, you need to create public / private key on your system and upload the public key it on github. ...
Using Terraform to Automate Your AWS S3 Bucket Setup.
Terraform. Terraform is an open-source Infrastructure as Code (IaC) tool developed by HashiCorp, that lets you build, change, and version cloud ...
How to Set Up and Create Monitors Using Amazon CloudWatch Synthetics.
Introduction. In this article, we'll explore an introduction to Amazon CloudWatch Synthetics and its key features. Amazon CloudWatch Synthetics is ...
A Step-by-Step Guide to Creating and Testing Lambda Functions.
Introduction. AWS Lambda function is a bit different than managing containerized applications (like Docker), and there is no direct way to rename ...