In programming, a magic number is a value without a clear purpose. In this article, we'll learn how to fix them!
Category: Code
Swapping variables in Java is tricky business, but everyone has probably seen the three step process. Unfortunately, a problem arises when we try to abstract that process out into a method. If you...
Wordle is a fun word game that has reached national fame. Now that the New York Times plans to take it away from us, let's make our own.
Every year I like to have a little bit of fun with a birthday list. This year, I figured it was time to piss off the entire programming community.
Working with arithmetic is all fun and games until you accidentally divide by zero, but what's the big deal? Let's talk about it!
With a free service like Google Forms, you can expect there to be some hiccups. That's why it's sometimes helpful to automate their data collection.