• CSV File Projects for Beginners: Easy C Programming Tutorial

    If you’re looking for CSV file projects for beginners, you’ve come to the right place. These projects are perfect for new programmers who want to get hands-on experience reading, parsing, and processing data stored in CSV (comma-separated values) files. Working with CSV files helps you build essential skills such as file input/output, string manipulation, and…

    Read More

  • How to Set Up VS Code for C Programming on Mac — Beginner’s Guide

    If you’re new to programming, you’ve probably heard of tools like Visual Studio or Visual Studio Code. These tools are really helpful for developing code, compiling code, and running your code. They’re very, very powerful—really helpful for software developers. But if you’re just new to programming, it can be kind of intimidating and confusing. There’s…

    Read More

  • 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 connect Visual Studio with GitHub on Mac!

    Connecting your an IDE with your repository is a game changer. It allows you to develop code and have version tracking all in one application! At work, I’ve mainly used Windows and Linux. At home, I use Mac. This tutorial is for you Mac users who are coding on your personal laptops 🙂 In this…

    Read More

  • Are coding bootcamps worth it?

    A popular way people jumpstart their programming journey is by joining coding bootcamps. A coding bootcamp is a short intensive program where you go through a coding curriculum with other students and instructors. At the end, they may offer a certificate of completion or a way to network with companies who are hiring new developers.…

    Read More

  • How To Generate the Nth Number of a Fibonacci Sequence | Coding Challenge

    I will always remember this time when we were interviewing a programmer for our software team. His resume wasn’t particularly special so I didn’t have any expectations going into the interview. We asked him some basic questions and he did alright. We then gave him a coding challenge to see how well he thinks through…

    Read More

  • How to Git Clone From GitHub via HTTPS and SSH [2 Ways]

    There are two main ways to do a “git clone” from GitHub: via HTTPS and via SSH. These are just two popular protocols that computers use to communicate. However, each way may require a little bit of setup to get working in GitHub. What is “git clone” though? “Git clone” is a command that copies…

    Read More

  • Why Internships Are Better Than Bootcamps

    People are always talking about coding bootcamps, courses, and software job interviews. Many talk about how hard it is just to land a software job interview. What’s going on? Why are people struggling to get software job interviews? I think people are skipping a step in their programming careers, and that step is internships! I’m…

    Read More

  • What Is Vim and Why You Need To Know It

    When I was learning how to code at my university, they didn’t teach us how to use IDEs (Integrated Development Environment). They told us to code our projects with some really basic text editors. I’m not entirely sure why, but I’m really thankful for that experience. Coding with a basic text editor really sealed in…

    Read More