NMNisarg Makwanaindaily-devops-logs.hashnode.dev·4d ago · 4 min readDay 8 of My DevOps Journey: Pull Requests, Revert, Reset, Stash & Cherry-pickShorter day today, but the topics covered are ones you'll genuinely use all the time once working in a team on Git - pull requests, and a few ways to undo or rearrange work. Pull Request (PR) A pull r00
NMNisarg Makwanaindaily-devops-logs.hashnode.dev·Aug 26 · 4 min readDay 7 of My DevOps Journey: Getting Started with Git & GitHubDay 7 - moved on from shell scripting and started Git and GitHub. This is where version control comes in, and it's one of the most fundamental skills in the DevOps roadmap since almost every workflow 00
NMNisarg Makwanaindaily-devops-logs.hashnode.dev·Aug 25 · 5 min readDay 6 of My DevOps Journey: Finishing Shell Scripting - Functions, Loops, and Real ScriptsDay 6 - the last day on shell scripting for now, and it was a good one. Instead of just individual commands, today was about putting things together into actual working scripts: creating users, instal00
NMNisarg Makwanaindaily-devops-logs.hashnode.dev·Aug 22 · 5 min readDay 5 of My DevOps Journey: Networking Commands, AWS EBS/LVM, and Shell Scripting BasicsDay 5. Networking diagnostic commands, how storage works on AWS (EBS + LVM), and the very first steps into shell scripting. Networking commands These are the tools you reach for when something on the 00
NMNisarg Makwanaindaily-devops-logs.hashnode.dev·Aug 20 · 4 min readDay 4 of My DevOps Journey: awk, sed, and findShorter day today - didn't get as much time as usual - but still covered a few text-processing tools that are genuinely used all the time when working with logs and config files on Linux: awk, sed, an00