Deploy Your Application and Secure Your Domains for Free with Let's Encrypt on Docker-Compose and NginxApr 18, 2023·6 min read
Migrating from AWS EC2 to GCP VM Sharing A DevOps Engineer's JourneyIn the ever-evolving world of cloud computing, migration projects have become an integral part of many organizations' digital transformation strategies. As a DevOps engineer involved in a migration project from AWS to GCP, I had the opportunity to pl...Jul 23, 2023·7 min read
Create an AWS Code Pipeline with AWS Code Commit, Code Build & Code Deploy TutorialMar 7, 2023·9 min read
Maximizing Productivity with GitHub ActionsAn In-Depth Guide and Deployment ProjectFeb 18, 2023·6 min read
Declarative Jenkins Pipelines: Simplifying Continuous Integration and DeploymentJenkins is a well-known example of Java-based, open-source CI/CD software. It is a great choice for automating the software testing, development, delivery, and deployment processes because it offers both continuous integration (CI) and continuous del...Feb 13, 2023·6 min read
Jenkins Agent to Master Node Connection Using SSH Keys | Deploying Project on AgentJenkins is a powerful tool for automating software builds, tests, and deployments. To ensure that your Jenkins environment is both secure and stable, it's important to connect your Jenkins agent to the master node using SSH keys. This process may sou...Feb 7, 2023·5 min read
Bash Scripting: A Simple and Effective Way to Boost Your ProductivityUnleash the Power of Automation with Two Essential Bash Scripts for DevOps Engineers: Backup and DeploymentFeb 1, 2023·12 min read
Dockerfile, Docker-Compose, Swarm and VolumesA Comprehensive Guide to Building, Orchestrating and Sharing Data in ContainersJan 16, 2023·11 min read
What is Docker | Get Started with Docker |Introduction : Docker is one of the most popular container-based platforms attracting the attention of many development teams. More and more companies are switching to Docker due to its reliability, performance, and functionality. Therefore, it is es...Dec 12, 2022·4 min read