Category: Uncategorized

  • How To Go From Noob to Proficient at Coding

    What is the difference between a noob coder and a proficient coder? When I look back over the years of my software development career, I can see that I’ve grown a lot. As far as noob coders go, I’ve interacted with a lot of new programmers at my university when I was an Undergraduate Teaching…

    Read More

  • Can You Solve This Popular Software Job Interview Coding Challenge? [Power Function]

    The other day I was talking to a coworker and he was telling me about a job interview that he just did. Our company is currently hiring a lot of software developers. He’s a more experienced software developer than me so I was curious to hear what kinds of questions he usually asks interviewees. He…

    Read More

  • How to Generate Random Numbers and Strings [C Tutorial]

    Generating a random number in your program is a fundamental programming skill. For example, they’re essential for simulation and modeling. Especially for natural processes that are random. Or maybe you want to give a user random suggestions to help in their creative process. Random number generators are key! But if you’re a beginner, you’re probably…

    Read More