Random Password Generator in Rust

I’ve recently been playing around with the Rust programming language, and thought it’d be fun to put together a simple program that generates a random passwo...

Monty Hall Simulation

I recently watched a video explaining the Monty Hall problem, and thought it would be fun to write a small Python program that proves that the less-than-obvi...

Block Puzzle Game with React

I find it interesting when people use a programming language / framework outside of it’s intended use cases. Oftentimes this happens when the developer simpl...