PBPratul's BlogAreaininfrabytes.hashnode.dev·1d ago · 13 min readVMware: Explore Ways To Deploy & Manage Virtual MachinesVMware: Fundamentals of STORAGE NETWORKING VMware: Fundamentals of STORAGE NETWORKINGIn my last blog, I shared the importance of understanding the Storage Networking Fundamentals & its concepts with c00
NMNisarg Makwanaindaily-devops-logs.hashnode.dev·Sep 1 · 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
SSSneha Satapathyindelvia.hashnode.dev·Aug 28 · 7 min readThe Lore I Found in My Git Rabbit HoleWhen I first started learning Git, I was terrified of the terminal and commands, so I left that responsibility to my future self. Well, that future self is here. A few days ago, I started actually lea00
SKShivam Kumarinshivamshrma09.hashnode.dev·Aug 27 · 12 min readAll About Git and Github1. What is Version Control System (VCS) A software tool that helps developers track and manage changes to source code. It's like a time machine for your code. 1.1 Types of VCS 1. Local Version Control00
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
ASAkanksha Sharmainakankshasharma.hashnode.dev·Aug 25 · 7 min readGit & GitHub Zero to Hero #1: What Is Git? A Beginner’s Guide 🚀If you've started learning development, you've probably seen commands like: git add . git commit -m "Initial commit" git push origin main And if you're a beginner, you might be thinking: “Okay… but w10
LMLovish Mittalinlovishthinks.hashnode.dev·Aug 23 · 10 min readWhy Does Git Say “LF Will Be Replaced by CRLF”?If you've used Git on Windows, you've probably seen this warning: warning: LF will be replaced by CRLF Most of us see it, make sure the command did not fail, and move on. But What are LF and CRLF any00
LGLarry Gasikinbrokenintellisense.com·Aug 10 · 10 min readAPI Versioning is Not Application VersioningAPI versioning sounds like one of those topics that should be pretty simple. Put /v1 in the URL. Eventually make /v2. Congratulations, you have versioned an API. Except that is not really the importan00
MOMuiz Oyebowaleinmuizzyranking.hashnode.dev·Aug 6 · 5 min readThe Art of Git Is DyingI think the art of git is dying. Not git the tool, that's fine, it still does what it always did. I mean git as a practice. The thing where you actually thought about your commits, where the history o00
OOnyiGlobal2025inonyiglobal2025.hashnode.dev·Aug 4 · 9 min readGitLab 403: "You Are Not Allowed to Push Code to This Project" — FixedContext: After a GitHub account suspension took my public repositories and portfolio offline, I set up GitLab as a mirror so my work stayed accessible during the appeal. What should have been a quick 00