Data Structure
Java
Python
HTML
Interview Preparation
Tutorials
Courses
Go Premium
DSA
Practice Problems
C
C++
Java
Python
JavaScript
Data Science
Machine Learning
Courses
Linux
DevOps
SQL
Web Development
System Design
Aptitude
GfG Premium
Similar Topics
Web Technologies
32.1K+ articles
Misc
7.7K+ articles
Cloud-Computing
975+ articles
AWS
445+ articles
Amazon Web Services
420+ articles
Microsoft Azure
417+ articles
Google Cloud Platform
122+ articles
Jenkins
84+ articles
Docker Container
68+ articles
azure-virtual-machine
43+ articles
DevOps
1.9K+ posts
Recent Articles
Popular Articles
Sharing Data between Docker Containers
Last Updated: 03 September 2025
When you use Docker, each container runs separately, like its own small computer. This helps keep things organized and secure, but it can be a problem when containers need...
read more
DevOps
Containerization in DevOps
Last Updated: 26 August 2025
Containerization is a method of packaging an application with all its dependencies (libraries, configuration files, runtime) into a single, portable unit called a Containe...
read more
DevOps
Jenkins Reporting
Last Updated: 23 August 2025
In Continuous Integration (CI) pipelines,reportingplays a crucial role by providing insights into test execution, quality, and overall stability of an application. Jenkins...
read more
DevOps
Ansible Integration with Jenkins
Last Updated: 22 August 2025
Ansible is an open automation tool (written in Python) that helps automate tasks like setting up servers, installing apps, and managing systems. It is important to install...
read more
DevOps
Jenkins
AI Improves CI/CD: Smart Deployment Techniques
Last Updated: 25 August 2025
Nowadays, in a software development environment, changes are made frequently. Developers write new code, fix bugs, and add features almost every day. To make it easy, many...
read more
DevOps
Companies That Use DevOps
Last Updated: 29 August 2025
DevOps is not just a trend, it has become the backbone of modern software engineering. By combining development and operations with automation, CI/CD, and cloud-native pra...
read more
DevOps
Careers and Jobs in DevOps
Last Updated: 27 August 2025
DevOps has emerged as one of the most in-demand fields in the tech industry, bridging the gap between software development and IT operations. By focusing on automation, co...
read more
DevOps
Deploy a Flask Web App with NGINX & PostgreSQL using Ansible
Last Updated: 19 August 2025
In this, we are deploying a Flask web application with PostgreSQL and NGINX using Ansible. Instead of setting everything up by hand, Ansible automates the entire process:I...
read more
DevOps
DevOps Projects
Ansible Module
Last Updated: 18 August 2025
An Ansible Module is a small program or script that comes pre-packaged with Ansible and is designed to perform a specific task in automation. These modules act as the buil...
read more
DevOps
Apache Tomcat Configuration Files
Last Updated: 11 August 2025
Apache Tomcat uses a set of core configuration files to manage server behavior, application deployment, user access, and resource integration. Located in the conf/ directo...
read more
DevOps
User Activity and Login Audit Script
Last Updated: 24 July 2025
Monitoring user activity, login attempts, and sudo access is important for securing any Linux server. In this beginner-friendly project, you will create a simple Bash scri...
read more
DevOps
Automating Linux System Backups with Bash
Last Updated: 24 July 2025
On any Linux system personal, development, or production regular backups are important for data protection and disaster recovery. In this project, you will build a hands-o...
read more
DevOps
How to Run a Python Script on Ubuntu
Last Updated: 22 July 2025
Here is a step-by-step guide to run a Python script: Step 1: Check if Python is installed or notUbuntu usually comes with Python pre-installed. To check the version:bashpy...
read more
DevOps
How to See CPU Resource Usage Using Python Script
Last Updated: 23 July 2025
This project is part of a basic DevOps course where we build practical tools using Python script. Here we’ll learn how to check CPU usage using Python, along with simple c...
read more
DevOps
python
DevOps
Ansible Variables
Last Updated: 18 August 2025
Ansible variables are placeholders that store values (like strings, numbers, lists, or dictionaries) and make playbooks dynamic instead of hardcoding values.They help mana...
read more
DevOps
1
2
3
4
...
127
We use cookies to ensure you have the best browsing experience on our website. By using our site, you acknowledge that you have read and understood our
Cookie Policy
&
Privacy Policy
Got It !