#devops
Read more stories on Hashnode
Articles with this tag
What is Terraform and how it works ? terraform is a infrastructure as a code means managing and setting up your infrastructure (like server, network,...
Day 1: Core DevOps Services (Compute, Networking, Storage) 1. Compute Services Amazon EC2 (Elastic Compute Cloud) Learn how to launch, connect, and...
In this project, I focused on optimizing Docker containers for performance and security: Β· Multi-Stage Docker Builds: Implemented multi-stage builds to...
A VPC (Virtual Private Cloud) in AWS is a logically isolated network dedicated to your AWS account where you can launch AWS resources, such as EC2...
Deploying TO-DO App in Local Virtual Machine. Β· 1. Setting Up a Virtual Environment π οΈ What is a Virtual Environment? Imagine you're setting up a...
Configuring User Information Across All Repositories 1. Set Your Username$ git config --global user.name "Shahrukh Ahmad" 2. Set Your Email...