RRahulindevopswithrahulsharma.hashnode.dev·Mar 14 · 6 min readDay 43 - Advanced GitHub Actions Workflows (Multi-Job Pipelines, Outputs & Conditionals)In the previous days, I explored GitHub Actions fundamentals, runners, triggers, matrix builds, and self-hosted runners. In this blog, I focused on something extremely important in real-world CI/CD pi00
RRahulindevopswithrahulsharma.hashnode.dev·Mar 14 · 9 min readDay 42 Advanced GitHub Actions (Triggers, Matrix Builds, and Runners)In the previous days, I have covered the fundamentals of GitHub Actions and CI/CD pipelines.In this blog, I explored more advanced concepts such as: Different workflow triggers Matrix builds for par00
RRahulindevopswithrahulsharma.hashnode.dev·Mar 8 · 10 min read(Day 38–41): Understanding GitHub Actions and CI/CD: A Beginner’s Guide to DevOps AutomationOver the last few days of my DevOps learning journey, I focused on understanding GitHub Actions fundamentals, automation in DevOps, and how CI/CD pipelines help deliver software faster and more reliab00
RRahulindevopswithrahulsharma.hashnode.dev·Mar 1 · 9 min read(Day 29-37) Docker Fundamentals to Advanced Concepts – Complete Practical GuideIntially when developers build applications on their local systems, everything works perfectly because: They use their own OS (Windows/Linux/Mac) They have specific versions of software and librarie01K
RRahulindevopswithrahulsharma.hashnode.dev·Feb 25 · 9 min read(Day 22-28) Git & GitHub – Complete Guide for DevOps EngineersWhat is Git? Git is a distributed Version Control System (VCS) used to track changes in files and manage source code efficiently. It helps developers collaborate on projects by maintaining multiple ve00