• You’re Using Git Wrong – 3 Rookie Mistakes and How To Fix Them

    When I got my first software job I had to learn how to use Git to collaborate with my team, and it was confusing and frustrating at first. But as my co-workers came by and showed me how to use it, and as they got me through some frustrating times, over time I started to…

    Read More

  • How To Plan Your Next Coding Project: Tips for Beginners!

    Everyone says that to get better at programming, you need to build coding projects.But how do you come up with the idea for your next coding project? It can be daunting sometimes, and it’s hard to build momentum when trying to build something new. First of all, you don’t want your coding project to be…

    Read More

  • Why Knowing Code Conventions Matters: Tips for Clean, Readable Code

    Something you’ll realize when you start coding is that there are many ways that you can code the same thing. For example, when it comes to indentation, instead of using spaces, you can use tabs—or vice versa, instead of tabs, you can use spaces. When you write your for loop, your while loop, or your…

    Read More