Category: Uncategorized

  • The Truth About Coding Jobs: Avoid These 3 Misconceptions

    I see all these coding boot camp advertisements and people online talking about how they got a software job with no coding experience. Then, they say they were able to do it in 4 months. When I see these kinds of things online, it kind of makes me cringe a little bit because I feel…

    Read More

  • How to Start a Coding Project: A Guide for Beginners

    The most important part of your software development journey is your portfolio of coding projects. These projects are crucial for your development as a programmer and are also how you provide value to the world. Because coding projects are so important, you’ll often see questions on Reddit about how to start a coding project. Questions…

    Read More

  • How To Merge Git Branches

    One of the most powerful things about Git is that you’re able to collaborate with other people on the same code base. However, there are instances where my teammates are doing some great development, and my supervisor asks me to bring their changes into my branch. This gets complicated because my branch was based off…

    Read More