Solqavi

Expert-Led Masterclasses for Technical Professionals

Stay current with version control insights

Real stories from developers using Git and other tools in production. No fluff, just practical experiences and lessons learned from actual projects.

Git workflow example
May 2025 Workflows

When trunk-based development actually works

A mid-size team switched from GitFlow and saw their merge conflicts drop by 60%. Here's what they changed and what surprised them most.

Read more
Branch strategy diagram
April 2025 Techniques

Interactive rebase broke our deploy

What happens when you rewrite history on a shared branch. One developer's mistake became a teaching moment for the entire engineering department.

Read more
Code review process
March 2025 Tools

Moving 200 repos from SVN to Git

A legacy system migration that took eight months. The planning was harder than the execution, and the team learned Git fundamentals the hard way.

Read more
Version control training session

How we're building this content

Every article comes from someone who's dealt with version control in a real work environment. We're not writing theoretical guides or copying documentation.

These are stories from developers who pushed bad commits, debugged strange merge states, and figured out why their repository grew to 5GB overnight.

  • Real scenarios from production environments, not classroom examples
  • Specific commands and configurations that solved actual problems
  • Mistakes made and what the team learned from fixing them
  • Context about why certain approaches work better for different team sizes

Recent updates and additions

We add new content as developers share their experiences. Each piece goes through review to make sure it's technically accurate and genuinely useful.

May 2025

Introduced conflict resolution series

Five developers from different companies shared their worst merge conflicts and how they untangled them. Turns out everyone makes the same mistakes with rebasing.

April 2025

Added branching strategy comparisons

Real data from teams using GitFlow, trunk-based, and release branches. No single approach wins, but the patterns are interesting when you look at team size and release frequency.

March 2025

Published migration case studies

Three companies moved from SVN and Mercurial to Git. Different challenges, different solutions, but everyone wished they'd trained their teams earlier.

February 2025

Started the commit message series

Developers showed us their actual commit histories. Some teams have strict conventions, others just wing it. We documented what works when you need to find something six months later.