Just a couple of days ago, GitHub wrote a blog article stating that it is now free for teams. Here's the official blog article if you're interested.

In this blog post, I'm not going to discuss what was already discussed by GitHub. Rather, I'll take a different perspective and talk about why this matters to you as an individual developer.

Microsoft ❤️️ GitHub

GitHub has been able to cram in a lot of features for free for everyone which were paid before. How did that happen? - Microsoft's acquisition.

Microsoft made one of its biggest acquisition ever - 7.5 billion dollars - for a git repo hosting website, back in late 2018. There has been so much noise in many communities on the topic. People argue why this was so bad for open source, and how "Microsoft is going to kill GitHub".

But I guess every quarter or so, GitHub proves every single person who argued that way wrong, again and again.

GitHub has since then been rolling out a number of minor and major updates to the platform. They introduced their own package registry, and then later acquired npm this year. All this was made possible because GitHub now has access to Microsoft resources and talent.

What GitHub did

If you just look a couple of years back or so, GitHub was a platform which had:

  1. No free private repos (for both personal and team accounts)
  2. No GitHub Actions - CI/CD support
  3. $9 per month plan for Teams
  4. Limited number of features

And it was a big deal then too. But since that time, GitHub has really picked up speed both in terms of features on the platform and how it's competing with the competition in a better way. And right now, its strongest competitor is GitLab.

GitLab is another git repository hosting service. But it lets you either set it up on their platform (like GitHub) or run your own local GitLab. It also offered plans like GitHub, but with more features and lower prices.

The announcement made yesterday can basically be summed up by these things:

  1. GitHub has made public/private repos free for everyone - individual and organization handles - just like GitLab.
  2. GitHub has dropped the prices of its Team plan from $9 to $4 - the same as what GitLab offers.
  3. I didn't know a lot about this before today, but GitHub actually comes with something called GitHub Actions. It allows you to do a ton of sweet things with your GitHub repos, like CI/CD - similar to what GitLab offers.

Why does this matter?

At this point, GitHub has honestly leveled up with GitLab. With the powerful ecosystem of GitHub and backing by Microsoft, there's a slim chance you'd want to choose GitLab over GitHub for any specific reason. Especially if you're not tied to either platform. As long as you're not worried about Microsoft stealing your data.

Sure, you can go with GitLab too – it's just a matter of choice. But the thing here is that while GitLab used to win in terms of features, now the two are pretty much equal.

This means that GitHub is all set to compete. And competition creates innovation, which always benefits regular users. Healthy competition is really necessary for the betterment of technology, and this is what we are witnessing right now.

For you, as an individual developer, this means you'll be taken care of more while GitHub focuses on bringing huge value to their enterprise and paying customers - people from which they make money.

Even if GitHub is facing losses right now, they'll be okay because Microsoft is backing them. It's just like Amazon eCommerce does fine despite losses as AWS covers them nice and neat.

Conclusion

Things are getting really interesting out there! I've been personally using CircleCI for codedamn - a platform for developers to learn and grow, for CI/CD. But I've discovered that I can probably centralize it using GitHub Actions only!

Maybe I'll try it out later this week and share with you guys how you can do it too. Till then, keep programming!

Peace