Category: Uncategorized

  • How To Practice Coding in Google Sheets [Simple vs Fancy]

    Not many people know this, but you can actually practice coding in Google Sheets! But why would you want to do that? 4 reasons… First, it’s fast access. Usually to code in other languages, you would need to open an IDE and sometimes I just don’t have the patience to open up Visual Studio or…

    Read More

  • How To Use Visual Studio for Beginners

    Coding can be a daunting task sometimes. How exactly do you start coding? After learning a little bit about coding, you’ll have to make sure you are following the right code syntax. Then, you have to find a way to build or compile your code so your computer can run it. Then, you have to find…

    Read More

  • Code Comments: How to Use Them and Why?

    What is a common mistake I see coding beginners make? …not putting any or enough code comments. And it’s understandable because when I first learned how to code, I thought code comments were pointless. Why would you put a comment in your code when you can just figure out what the code is doing just…

    Read More