Git
-
Software Development

Beyond GitHub: Your Ultimate Version Control Guide
In this guide we’ll delve into the world of GitHub, uncovering its myriad features and discovering how to make the…
Read More » -
Software Development

Mastering Terraform: 20 Essential Best Practices
Terraform, an open-source infrastructure as code (IaC) tool, has revolutionized the way organizations manage their infrastructure. By enabling the creation,…
Read More » -
Software Development

Git Cheatsheet
Introduction Git is a distributed version control system (DVCS) that has gained immense popularity for its speed, flexibility, and efficiency…
Read More » -
Software Development

Grouping multiple repositories with git submodules
A while back I had to make some changes to a couple of existing microservices that were new to me.…
Read More » -
Software Development

The Linear Git History
A lot of teams follow these rules. The question is why!? The rules are: Use GitHub flow – i.e. master…
Read More » -
Enterprise Java

Jenkins: Automating your delivery pipeline
In this post, we are going to create a Jenkins pipeline for a Java Spring project using Maven and Git:…
Read More » -
Software Development

Top Git Commands With Examples
A quick guide to how to use git commands and what are the top command that used by every developer…
Read More » -
Software Development

Git switch and restore
If you’ve been using Git for a while you’re probably used to the ubiquitous git checkout command, which is somewhat…
Read More » -
Software Development

How to Create a Git Repo From Scratch: Git Init, GitHub Desktop, and More
Welcome to my new Git series. Since I use Git all the time, I figured I could start documenting some…
Read More »


