GitHub for beginners: what SL learners should ignore first
GitHub just published a beginner roadmap. My take: for Sri Lankan students, it's the free credential you build in public — here's the order I'd actually learn it in.
Tag archive
GitHub just published a beginner roadmap. My take: for Sri Lankan students, it's the free credential you build in public — here's the order I'd actually learn it in.
Learn what Git worktrees are, why they exist, and how to use them safely with a beginner-friendly workflow.
From your first git init to confidently orchestrating large-team workflows, this comprehensive guide transforms Git from a mysterious black box into your most powerful development tool. Master the four-area architecture, branch like a pro, resolve merge conflicts without fear, and wield advanced commands like interactive rebase, bisect, and worktrees. Packed with 50+ copy-paste-ready examples, Mermaid.js visualizations, interactive code morphs, and real-world scenarios for both solo developers and enterprise teams. Whether you're pushing your first commit or recovering from a force-push disaster, this guide has you covered.

If you've worked on a repo for more than a few months, you know the feeling: you open your branch...

Quick Answer: Git doesn't compare files line-by-line. Instead, it uses a Merkle tree data structure....
Introduction Securely managing and transmitting sensitive API keys across a cluster of...
The Problem: Stash Breaks on Uncommitted Index State You're mid-refactor, three files...

Lore Version Control: A New Paradigm for Petabyte Monorepos & Global Teams ...

Originally published at norvik.tech Introduction Explore the technical intricacies of...
Git is a version control system. Git was created in 2005 by Linus Torvalds, the famous software...

Originally published at norvik.tech Introduction An in-depth analysis of the impact of...