JJebitokinsharonjebitok.com·5h ago · 3 min readRoom 404: Recon/Enumeration x Git logs (TryHackMe)Link to the challenge on TryHackMe: Room 404 🛎️ Concierge Briefing He booked the quiet room. It's not on the floor plan, not in the brochure, not on any door. But port 8080 is wide open, and the roo00
VLVin Lawzinvinlawz.hashnode.dev·6h ago · 5 min readGetting a Copy of Someone's Project onto Your Own ComputerImagine your friend hands you a recipe book. You do not want to read it once and hand it back. You want your own copy so you can underline things, try recipes at your own pace, and make a few notes in00
Kkomaljawliyainkomaltechjournal.hashnode.dev·8h ago · 12 min readGit & GitHub: The Best Habit I Started EarlyWhen I first started learning web development, I was mostly focused on one thing: “How do I build a website?” I was learning HTML, CSS, JavaScript, and slowly getting into React. My attention was alwa00
NYNandani Yadavingit-for-biginers.hashnode.dev·10h ago · 2 min readInside Git: How It Works and the Role of the .git FolderWhen I started learning Git, I mostly focused on commands like git add, git commit, and git log, etc. I knew what these commands did, but I didn't really know what was happening behind the scenes. The00
MIMominur Islaminmominur-islam.hashnode.dev·1d ago · 5 min readDevOps Journey #0: Why I Started Learning Cloud and DevOps Introduction Hello everyone, I'm Mominur Islam, an Information Technology graduate and currently working as a Scholar Trainee at Wipro. Over the past few months, I have developed a strong interest in 00
LLEFinlef237.hashnode.dev·2d ago · 3 min readUse gst to safely get an overview of all git statesChecking changed files with git status, looking at history with git log, checking diffs with git diff... When you repeatedly jump back and forth between these commands while working, you sometimes sta00
DCDavid Cletusindavidcloudjourney.hashnode.dev·2d ago · 20 min readI Built a One-Click Azure CI/CD Pipeline with Terraform & GitHub Actions From git push to a Live WebsiteWhat we're building git push from my laptop -> GitHub Actions wakes up -> Terraform builds the VM on Azure -> GitHub logs into the VM over SSH -> nginx is installed, then the website is 00
TMTarek Mostafaintarekmostafa.hashnode.dev·2d ago · 3 min readStop Rubber-Stamping "LGTM": Why Pull Requests Are Operational Contracts (Especially with AI Code)Be honest: when was the last time you opened a 400-line PR, scrolled through a sea of clean-looking green diffs, thought "looks fine to me", typed LGTM, and hit merge? I've been guilty of it. Most of 00
JRJenna's Runbooksinblog.jennasrunbooks.com·6d ago · 8 min readSecure Git Automation for Claude Code with Dev Containers and Fine-Grained PATs Overview AI Agents like Claude Code require terminal access to run builds, tests, and git commands. Running them directly on your host machine opens you up to the possibility of an agent executing a r11R
OZOliver Zehentleitnerinblog.technopathy.club·Sep 14 · 5 min readYour repository already is your project's memory. One layer was missing.Every coding agent starts the day as a goldfish. It can read the code, reason about it, and still have no idea why any of it is the way it is. So it proposes the simplification you rejected in March, 22M