Mar 14 · 6 min read · 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 pi
Join discussionMar 14 · 9 min read · 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 par
Join discussionMar 8 · 10 min read · Over 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 reliab
Join discussionMar 1 · 9 min read · Intially 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 librarie
Kklement commentedFeb 27 · 3 min read · Overview:- 1.First Create S3 Bucket 2.Then create i am role permission 3.Create ec2 instance and attach i am permission 4.Connect With Ec2 instance and run python script That's all So motive of this p
Join discussion
Feb 18 · 2 min read · On Day 10 of my 90 Days of DevOps journey, I practiced file creation and permissions in Linux. This topic looks simple at first, but it controls everything in a system. Creating Files I created three files: devops.txt using touch notes.txt using ec...
Join discussionFeb 17 · 2 min read · On Day 09 of my 90 Days of DevOps journey, I practiced something very practical — managing users and groups in Linux. This is something every DevOps engineer deals with in real servers. Creating Users I created four users: tokyo berlin professor ...
Join discussionFeb 16 · 2 min read · Today was one of the most exciting days in my 90 Days of DevOps journey. For the first time, I deployed a real web server on the cloud. Step 1: Launch Cloud Instance I created an EC2 instance on AWS Free Tier. After generating a key pair, I connected...
Join discussion