Category: Uncategorized

  • The Lazy Way to Debug (That Actually Works)

    Stop Debugging with Hope: How to Debug Code Like a Pro When I was first starting to learn how to code, and even into my early days of my software career, I had a very inefficient way of debugging my code. Whenever I saw a crash or some behavior that I wasn’t expecting (basically, a

    Read More

  • Working Directory vs Source File Directory Explained

    If you’ve ever tried to read a file in your C program and got the dreaded “file not found” error, you’re not alone. The root cause for most beginners is misunderstanding the working directory vs source file directory. Knowing the difference between the two will save you hours of frustration. This confusion usually comes down

    Read More

  • Beginner Coding Tools: How to Start Using Git, Terminal & IDEs Without Overwhelm

    Beginner coding tools can feel overwhelming when you’re just starting out. IDEs, the terminal, and Git can seem confusing, but with the right approach, you can start using these tools effectively. In this guide, I’ll show you how I got started with coding tools as a beginner and how you can build confidence while learning.

    Read More