JQL for Beginners: How to Find Issues Faster in JiraLearn how to use JQL to filter, search, and manage Jira issues efficiently.Mar 6, 2025·4 min read
Optimizing Containers: A Deep Dive into Multistage BuildsOptimizing your Docker images is a game-changer in the fast-paced world of containerization. In this blog, we'll explore what multistage builds are, and why they are beneficial, and we will create a traditional Dockerfile and a multistage Dockerfile ...Oct 3, 2023·3 min read
Docker Volumes and NetworkingDocker has revolutionized the way we develop, ship, and deploy applications. Two crucial aspects of Docker that facilitate this seamless application management are Docker volumes and networking. In this blog, we will explore Docker volumes and networ...Sep 11, 2023·3 min read
Monitoring GCP Resources with Shell ScriptingIn the ever-evolving landscape of cloud computing, efficient resource management is an important part and Google Cloud Platform provides a lot of resources that need to be monitored properly for the optimal use of resources. In this blog, we will see...Sep 1, 2023·1 min read
DevOps Project: Build and push the image to DockerHub and run the container through JenkinsIn the fast-paced world of software development, efficiency is key. Developers strive to build, test, and deploy applications swiftly and reliably. This is where the powerful combination of Docker and Jenkins comes into play. Docker enables container...Jul 22, 2023·3 min read
Advanced Linux Shell Scripting for DevOps EngineersGreetings everyone! Learning is a never-ending process, and as a learner myself, I believe that sharing our learnings can be one of the most valuable things we can do for others. Day5 of #90daysofdevops Write a bash script createDirectories.sh that ...Mar 26, 2023·2 min read