#90daysofdevops-chanllenge
Read more stories on Hashnode
Articles with this tag
Reading JSON and YAML in Python As a DevOps Engineer, you should be able to parse files, be it txt, json, yaml, etc. You should know what libraries...
Python Python is a flexible, high-level programming language for diverse tasks, including web development, data analysis, scientific computing,...
Basic Linux Commands Listing and directory commands ls -l: list the files and directories in a list format ls -a: list all including hidden files and...
What is Git? Git is a version control system that allows you to track changes to files and coordinate work on those files among multiple people. It is...
What is a Package Manager? A package manager in Linux is a software tool that simplifies the process of installing, updating, configuring, and...