ACaman chaurasiainamanchaurasia.hashnode.dev·Aug 17, 2024 · 2 min readDay 16 Task: Docker for DevOpsDocker Docker 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...00
ACaman chaurasiainamanchaurasia.hashnode.dev·Aug 16, 2024 · 1 min readDay 15 Task: Basics of Python for DevOps EngineersWhat is Python? Python is an open-source, general-purpose, high-level, and object-oriented programming language. It was created by Guido van Rossum. Python consists of vast libraries and various frameworks like Django, TensorFlow, Flask, Pandas, K...00
ACaman chaurasiainamanchaurasia.hashnode.dev·Aug 13, 2024 · 5 min readDay 13 Task: Advance Git & GitHub for DevOps EngineersGit Branching Branches are a core concept in Git that allow you to isolate development work without affecting other parts of your repository. Each repository has one default branch, and can have multiple other branches. You can merge a branch into an...00
ACaman chaurasiainamanchaurasia.hashnode.dev·Aug 11, 2024 · 4 min readDay 12 Task: Deep Dive in Git & GitHub for DevOps EngineersWhat is Git and why is it important? -> Git is a version control system tool to maintain versions of code and files. It allows multiple developers to work on the same codebase simultaneously, it provides detailed records of creations, modifications...00
ACaman chaurasiainamanchaurasia.hashnode.dev·Aug 10, 2024 · 3 min readDay 11 Task: Error Handling in Shell ScriptingLearning Objectives Understanding how to handle errors in shell scripts is crucial for creating robust and reliable scripts. Today, you'll learn how to use various techniques to handle errors effectively in your bash scripts. Topics to Cover Underst...00