Design Patterns

Very rarely do you come across a problem that no one has seen before, and solved. This is a fortunate truth. This means you can stand on the shoulders of giants. One of the ways you can do this is by learning design patterns. Problems these design patterns solve pop up everyday, and by learning the patterns, you’ll learn to recognize them. Happy coding.

Git — Initializing a Repository, and Tracking Basics

Let’s dive in. We’re going to look at some of the things you need to know to use Git. Before long, you’ll be using it comfortably, and will start the journey down the long winding road of version control philosophy. You’ll be thinking about things like when to commit, what to commit, and the story your branch history tells. Before that though, we need to take our baby steps.

 

Who is this for?

If you know anything about Git, skip me. You’ll be bored to tears. If you have no idea what version control is, and are getting started programming, this is for you.

Continue reading “Git — Initializing a Repository, and Tracking Basics”