Category: Uncategorized

  • 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

  • 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