• 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 Use ChatGPT To Get Better at Programming [Beginner Coding Challenge]

    I’ve been using ChatGPT a lot the past couple of weeks and I’m pretty impressed by the kinds of things it’s able to do. I thought it was just going to be a normal chat bot that you play with and then you’re done, but actually you can do a lot of interesting things. I…

    Read More

  • How To Get a Software Job Without a Coding Bootcamp or a Degree?

    So how do you get a software job without a coding bootcamp or a degree? This is becoming more and more popular in recent years. When I got my first software job 10+ years ago, there were no coding bootcamps and there were no stories of people getting software jobs without getting a software degree.…

    Read More

  • Which Programming Language Should I Learn First?

    One of the first questions everyone asks when they want to get into programming. I see this question a lot online and it is totally understandable. Many aspiring programmers don’t know what’s out there and what the main purpose is for each language. Also, they may not see much of a difference between each of…

    Read More

  • Top 3 Developer Tools Every Programmer Should Know!

    It’s one thing to start learning how to code, but it’s another thing to start learning how to use developer tools. When I was learning how to code in university, we didn’t focus too much on dev tools. We were just focusing on the language itself and different programming concepts. But when I got to my…

    Read More

  • How To Build a Console Application in 5 Easy Steps

    So what kind of programs should you build first? Console applications are the perfect starting point for budding programmers. They’re mainly helpful because they help you focus on coding fundamentals without the distraction of a graphical user interface. In this video, I dive into the fundamentals of building console applications, providing you with a clear…

    Read More

  • How to Self-Learn Programming the Right Way 😎

    In my programming journey, I’ve discovered that having a mentor or being part of a community is the fastest way to self-learn programming. I started my coding adventure with a TI-83 calculator, and the initial struggle was real. But things changed when I connected with a friend who was also coding, unlocking a world of…

    Read More