Comparing strings in Java is always a nightmare, but did you know using == can sometimes work? Yeah, say hello to more nightmare fuel.
Category: Code
How to Clamp a Floating Point Number in Python: Branching, Sorting, and More!
Ever had the need to clamp a value between two other values in Python. Look no further than this comprehensive article.
Did you know you don't have to deal with those nasty tuples from sqlite. Try converting the data to actual Python objects!
I've seen a lot of folks share code on Discord, but some ways are better than others. Let's compare a few of the different ways.
Java has featured lambda expressions since Java 8, and they are more than a slightly bit cursed.
Mutability is a concept that everyone stumbles upon at some point in their programming career. so I figured I'd give a quick overview of what it is.