• How to Debug Like a Pro: Strategies for Beginners

    When you’ve been coding for some time, you’ll eventually run into problems in your code or bugs in your program. Even the most experienced programmers encounter bugs. Bugs are annoying because you don’t understand why they’re happening, which can be frustrating. This is probably the most frustrating part of coding. However, when you debug your…

    Read More

  • Beginner’s Guide: Setting Up Your Coding Environment on Mac (VS Code, Git, & GitHub)

    So, I got a new MacBook on Black Friday, and I haven’t done any coding on it yet. The development environment isn’t set up, so I was thinking of making a video about how to set up your development environment on a Mac. If you’re new to the channel, I do a lot of coding…

    Read More

  • Understanding Data Types: Why They Matter and How to Use Them

    Data types are foundational to programming. They allow computers to understand what kind of data they’re working with, how to store it, and how to process it. For programmers, understanding data types is like understanding how different pieces in chess move. If programming is like a game of chess, then data types are like the…

    Read More

  • C tutorial: How to read file data into your program

    One of the coolest things you can do through programming is to process data from a file. Once you know how to do this, you can get data from the internet or from other programs and write a program that processes that data for you. For example, in my programming guide, you will need to…

    Read More

  • The FUNDAMENTAL way to debug your code

    No one can write perfect code. There are always bugs! Especially as systems become more and more complex, the likelihood of bugs increases. There are also bugs and coding mistakes as we develop new features and functionality for our programs. This is all part of the process. When we can’t figure out why our code…

    Read More

  • How I got BETTER at programming

    Becoming better at programming is a must to land the dream programming job. Becoming better is also a must to code with less stress and headaches once you’re at your dream job. So what is the best way to get better at coding? There are so many ways today to get better at programming. You…

    Read More

  • The ESSENTIAL skill every programmer must have

    There are many helpful and practical programming skills, but there is one essential and fundamental skill that has become one of the main hallmarks of my programming career. One that is kinda obvious but not talked about all that often. It’s a skill though that every programmer must have and every programmer already does without…

    Read More

  • How to start coding NOW!

    So you’ve been wanting to start coding. You’re interested. You know the value of learning how to program. Maybe you want to switch careers. Maybe you want to enhance your career by picking up some programming skills. Or maybe you just want to pick up a new hobby. So now, you want to actually get…

    Read More

  • What I learned from failed software job interviews

    Landing a software job is the dream for many. A software job can give them the right work life balance they are searching for. It can allow them to work remotely. And most of all it’s fun (and challenging)! So how do you prepare for a software job? What things should you keep in mind…

    Read More