Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!
I've been signing my Git commits since 2020, and it's one of those security practices that seems...
Visit My portfolio,Read Blogs, Subscribe Newsletter & Get Books For Free ...
Lately it’s been all conferences, front-end celebrities, and very serious topics. And honestly? I’m...
For a long time, I thought Git was just something I had to survive. Type a command. Hope nothing...
You've probably added some settings to your Git Configuration, but here are some you might not have...
I've been using Git for years. Committing, pushing, pulling, occasionally panicking when things...
Weekend 3 of preptember is here and this one was a bit different from the previous weekends… This...
Automate Your GitHub Workflow: Meet Your New AI Coding Partner Google dropped something...
Ever wondered what's inside that mysterious .git folder? Join me as we crack it open and discover the elegant system that powers version control.
Imagine you’ve joined a fintech startup in Bangalore. Your team is building a mobile payment app that...
I recently discovered Git worktrees, and they've completely changed how I work with Git. I'd heard...
Introduction The AI world never stops evolving, and the start of this year has been busy...
AI agents are often described as brilliant, overeager interns. They're desperate to help, but...
A lot of Europeans are currently talking about Europe having to become more independent from US-based...
In the AI era, we can do many different things with LLM: generate code, images, videos or ask...
In the world of modern software development, version control is essential, and Git has emerged as the...
A commit message generation for CLI
Intro I am using AI such as Claude Code (You're absolutely right!), Codex, Cursor, and...
Most commit messages are useless. "fix stuff" “update code" "changes" They work in the moment. They...
At my company, the default Git strategy for every branch, even feature branches, is to rebase. It’s...
I recently found git-gtr, a small CLI by the CodeRabbit team that wraps native Git worktrees and...
Git is a complex technology, come learn some commands and functionality by example
After years of copying the same git configuration across machines, I finally created the definitive...
TL;DR: I built an ethical, open-source scanner called FleaMarket that finds exposed API keys in...
This document outlines common Git workflows used in software development teams. Choose the one that...
Last week, I found something scary. Anyone can pretend to be you on GitHub. They can commit code...
Introduction: the pain of branch switching 😤 If you’ve worked with Git long enough, you’ve...
I didn't understand Git until I broke it open and rebuilt it from scratch. No libraries, no shortcuts...
I thought my .gitignore files were fine. Most of us probably do. You drop in a template, add a couple...
Let’s imagine you’re part of a small but ambitious startup in Bangalore called TechThreads, building...