BFBadmus Faoziyatinfawzee.hashnode.dev·May 2, 2025 · 3 min readWhy Every DevOps Engineer Must Know Linux👋 Welcome, DevOps Learners! In today’s DevOps world, Linux is king. Whether you're deploying containers, managing servers, or writing automation scripts, chances are you're doing it on a Linux-based system. So let's explore why Linux matters, what m...00
BFBadmus Faoziyatinfawzee.hashnode.dev·Apr 30, 2025 · 3 min readYAML and JSON Basics: The Language of DevOps Configs👋 Welcome Back, DevOps Explorer! Today we’re diving into two formats you’ll encounter everywhere in DevOps: YAML (YAML Ain’t Markup Language) JSON (JavaScript Object Notation) These are data serialization languages. That’s a fancy way of saying:...00
BFBadmus Faoziyatinfawzee.hashnode.dev·Apr 30, 2025 · 3 min readMarkdown for Documentation👋 Welcome DevOps Beginner! As you dive deeper into DevOps, one essential but often overlooked skill is writing clear and effective documentation. Whether you're documenting your CI/CD pipeline, writing README files, or creating runbooks for your tea...00
BFBadmus Faoziyatinfawzee.hashnode.dev·Apr 30, 2025 · 3 min readDay 10 – Branching Strategies: Git Flow vs Trunk-Based DevelopmentBranching is the backbone of collaboration in software development. It determines how developers work together, manage features, fix bugs, and prepare releases. Let’s break down two popular branching strategies used in DevOps workflows: 🧩 What is a ...00
BFBadmus Faoziyatinfawzee.hashnode.dev·Apr 28, 2025 · 3 min read🔒 Day 9: SSH and GPG Keys for Secure Access in Git🚀 Why Secure Access Matters in Git? When you work with Git hosting platforms like GitHub, GitLab, or Bitbucket, you push and pull code from remote repositories.If you don’t secure this connection, hackers can intercept your credentials or maliciousl...00