SSShifa Syedinshifa-syed.hashnode.dev·Jun 27, 2023 · 8 min readDocker for DevOps EngineersDocker: So, when we're talking about Docker, it's like this cool thing that helps you manage containers. Now, you might be wondering what a container is, right? Well, think of it as a kind of virtual box that holds everything your application needs t...00
SSShifa Syedinshifa-syed.hashnode.dev·Jun 20, 2023 · 5 min readPython Libraries for DevOpsJSON In Python In Python, JSON (JavaScript Object Notation) is a popular data format used for exchanging data between a server and a web application, or between different systems. It provides a lightweight and human-readable way of representing struc...00
SSShifa Syedinshifa-syed.hashnode.dev·Jun 12, 2023 · 5 min readPython Data Types and Data Structures for DevOpsData Types Data types are the classification or categorization of data items. It represents the kind of value that tells what operations can be performed on a particular data. Since everything is an object in Python programming, data types are actu...00
SSShifa Syedinshifa-syed.hashnode.dev·Jun 8, 2023 · 6 min readBasics of PythonWhat is Python? Python is an Open source, general-purpose, high-level, and object-oriented programming language.It was created by Guido van Rossum. Python is a friendly and approachable language, designed to be easy for humans to read and write. Its ...00
SSShifa Syedinshifa-syed.hashnode.dev·May 24, 2023 · 3 min readCheat-sheet for Linux, Git-GitHub. For more commands do refer below, Linux Commands: ls - List files and directories. cd - Change directory. pwd - Print working directory. mkdir - Create a new directory. rm - Remove files and directories. cp - Copy files and directories. m...00