Blogs

Second post how to use …

diff: To find the differences between two files, use diff followed by the file names. For example, diff file1.txt file2.txt will display the lines that differ between “file1.txt” and “file2.txt”. cmp: Use cmp followed by the two file names to check if two files are identical. …

Frontend & Backend

🚨 Just Completed a Game-Changing DevSecOps Project on AWS! 🚨 I’m thrilled to share that I successfully deployed a three-tier web application on AWS EKS using cutting-edge DevSecOps practices and automation! This was an amazing opportunity to dive deep into AWS services, Terraform, ArgoCD, Jenkins, …

How to installation …

How to installation necessary devOps tools. Git on Linux Ubuntu sudo apt update && sudo apt install -y git git --version AWS on Linux Ubuntu aws --version sudo apt install awscli aws --version Docker on Linux Ubuntu sudo apt update sudo apt install -y [docker.io](http://docker.io/) sudo …