BlogProjectsHomeResumeAbout

Card Simulation

2022

Tags: Python 3, C++, Simulation


Card Shuffling Exploration


Here I explore the classic mathematical axiom: "shuffling 7 times results in a well randomized deck".

This will be of interest if you play home games that ended with an impossible amount of good draws.

After reading this article, you will have a deeper understanding for how the cards move in standard shuffle techniques, as well as the pitfalls of incorrect shuffling.

Click anywhere to go to article.

Dev Blog

2023

Tags: Typescript, npm, architecture, AWS


Personal Website & AWS


Brief overview of how I created this blog, choices in software, architecture, and integrations with AWS.

This website was made from the react-project starter kit, containing only build scripts and minimal dependencies. It was challenging to learn front end on my own when I have primarily been a backend and scientific programmer.

Click anywhere to go to article.