ISImran Shaikhinlearnwithimran.hashnode.dev·Oct 20, 2024 · 2 min readDocker for DevOps EngineersDocker is a software platform that allows you to build, test, and deploy applications quickly. Docker packages software into standardized units called containers that have everything the software needs to run, including libraries, system tools, code,...01R
ISImran Shaikhinlearnwithimran.hashnode.dev·Oct 20, 2024 · 3 min readBasics of Python for DevOps EngineersGetting Started with Python: Installation and Data Types Step 1: Installing Python Windows Download Python: Visit the official Python website and download the latest version for Windows. Install Python: Run the installer and ensure you check the...00
ISImran Shaikhinlearnwithimran.hashnode.dev·Oct 19, 2024 · 4 min readLinux & Git-GitHub Cheat SheetLinux Cheat Sheet : CommandDescriptionExample lsLists files and directories in the current directory.ls -l (detailed listing) mkdirCreates a new directory.mkdir newdir touchCreates an empty file or updates the timestamp of an existing file.t...00
ISImran Shaikhinlearnwithimran.hashnode.dev·Oct 18, 2024 · 5 min readAdvance Git & GitHub for DevOps EngineersMastering Git Branching, Reverting, Reseting, Merging and Rebasing for DevOps Engineers In today’s fast-paced DevOps environment, mastering version control is crucial for seamless collaboration, automation, and continuous integration. At the heart of...00
ISImran Shaikhinlearnwithimran.hashnode.dev·Oct 18, 2024 · 5 min readDeep Dive in Git & GitHub for DevOps EngineersIn today’s fast-paced DevOps environment, mastering version control is crucial for seamless collaboration, automation, and continuous integration. At the heart of version control lies Git, an open-source system that revolutionized how teams manage an...00