Category: Uncategorized

  • How To Use a Debugger (In Depth Tutorial)

    I remember when I was in university, my professor was teaching us how to use a debugger, and the debugger that he was showing us was GDB. GDB is a debugger that you can use with C. With this debugger, he was talking about breakpoints, pausing the program, and then continuing the program and looking…

    Read More

  • Is Coding for Me? How To Know for Sure…

    You’re probably wondering if coding is for you or not. Maybe you’ve seen other people learning how to code, and when you look at them, they seem to understand the concepts really well and pick it up a lot faster than you. I see a lot of beginner programmers ask these kinds of questions, and…

    Read More

  • How To Learn How To Code While Working Full Time

    So how to learn how to code while working a full-time job, while working a 9 to 5? I’ve worked with a lot of people who have done this—who are working, and then they go home, and then they’re learning how to code in their spare time so that they could make a career shift.…

    Read More