Thrilled to share that I’ve just developed and deployed my personal portfolio! 🎉 This marks another...
Terraform is an infrastructure as code (IaC) tool created by HashiCorp. It allows you to define,...
This is a submission for Frontend Challenge - December Edition, Glam Up My Markup: Winter Solstice ...
Introduction: In this post, I’ll walk through my experience creating a full-stack application with a...
To install NGINX on a Linux system, follow these steps based on the Linux distribution you are using....
Infrastructure as Code (IaC) has revolutionized how we manage and provision infrastructure, and...
Minikube is a lightweight tool that allows you to run a single-node Kubernetes cluster locally on...
Teleport is an open-source platform for secure access to infrastructure. It allows developers and...
One Server, One Application Early Days: In the beginning, each application was deployed on its...
1.version: Specifies the buildspec version. 2.env: Defines environment variables. 3.phases: Contains...
The alias command in Unix/Linux systems is used to create shortcuts for longer or frequently used...
I'm excited to announce that I've successfully built my first CI/CD pipeline tailored for a...
Locate the Downloaded File: Go to the folder where your browser saves downloads (e.g.,...
To access Jenkins running on port **** of your EC2 instance, you need to make sure that your EC2...
Step 1: Installing the AWS CLI curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o...
An IP Address has 2 parts *The Network Identification *The Host Identification ❖Frequently, the...
For a microservices architecture with 10 repositories, you can assign port numbers to each service by...
1.Separate Repositories for Each Microservice: •Create individual repositories for each...
In a Microservices Architecture with CI/CD, it’s common to have separate pipelines for each...
1.Docker: The most well-known containerization tool, Docker is known for its ease of use,...
Automate Testing for Each Service Ensure that unit, integration, and end-to-end tests are...
Amazon EC2 (Elastic Compute Cloud) - Provides scalable virtual servers (instances) for running...
Automata theory studies computational systems (automata) that operate on input sequences. These...
Seamless AWS Integration Access to AWS Tools: CodeCommit integrates well with other AWS services...
transfer of information between two or more points that are not physically connected
Starting in July 2024, AWS implemented a policy restricting new customers from creating repositories...
In my recent project, I set out to build a CI/CD pipeline for a Secret Santa Matchmaking app. This...
In a monolithic architecture, the entire application is built as a single unit. All the...