RBRajesh Bindevrajesh.hashnode.dev00Day 29 : Manage Git Pull Requests | 100 Days of DevOps12h ago · 2 min read · Content: Today I worked on implementing a proper Git workflow to prevent direct changes to the master branch in a shared repository. The goal was to ensure that all changes go through a review procesJoin discussion
RBRajesh Bindevrajesh.hashnode.dev00Day 28 : Git Cherry Pick | 100 Days of DevOps2d ago · 2 min read · Content: Today I worked on applying a specific commit from one branch to another in a Git repository, as requested by the xFusionCorp development team. The task required moving only a single commit fJoin discussion
RBRajesh Bindevrajesh.hashnode.dev00Day 27 : Git Revert Some Changes | 100 Days of DevOps2d ago · 2 min read · Content: Today I worked on reverting changes in a Git repository as requested by the xFusionCorp development team. The task involved undoing the latest commit without deleting history, ensuring the rJoin discussion
Ssktindevopsdesk.hashnode.dev00DevOps for SaaS: Top Scaling Challenges and How to Fix Them3d ago · 4 min read · One day everything is running smoothly. The team is shipping features, users are happy, and growth is going up. Then quietly, things start breaking. Deployments get scary. The cloud bill jumps. NobodyJoin discussion
RBRajesh Bindevrajesh.hashnode.dev00Day 26 : Git Manage Remotes | 100 Days of DevOps3d ago · 2 min read · Content: Today I worked on managing Git remotes and pushing changes to a newly added remote repository as per the xFusionCorp development team’s requirement. The task involved adding a new remote, coJoin discussion
ADAayush Darangeinaayush-dev.hashnode.dev10Deploying Apps the Right Way - A Production-Grade AWS Setup3d ago · 5 min read · Real applications don't sit in public subnets with open ports. They live in private subnets, with tightly controlled access. So I put together a full setup: VPC with public and private subnets across Join discussion
ADAayush Darangeinaayush-dev.hashnode.dev00AWS S3: Storage That Actually Scales 3d ago · 5 min read · When I started working with production workloads - database dumps, application logs, config files across environments - and realized pretty quickly that throwing files onto a server and hoping for theJoin discussion
SSarthak-code786injourneyindevops.hashnode.dev00From Auto Deployment to Controlled Deployment: Integrating SonarQube Quality Gates4d ago · 3 min read · I thought my CI/CD pipeline was complete. Build ✔Docker ✔Deployment ✔ Everything was working end to end. Then I added one more step: Code quality. Introducing Code Quality into the Pipeline To make tJoin discussion
RBRajesh Bindevrajesh.hashnode.dev00Day 25 : Git Merge Branches | 100 Days of DevOps4d ago · 2 min read · Content: Today I worked on creating and merging Git branches on the storage server as per the Nautilus development team’s requirement. The task involved creating a new branch, adding a file, committiJoin discussion
SBshreya baranwalincloud-with-shreya.hashnode.dev00Why I Build This ?5d ago · 8 min read · I didn’t want to just deploy an application. I wanted to understand what actually happens between writing code and serving users in production — because that gap is where most real-world failures occuJoin discussion