3/5/2025
- PhotographyI went to Kuala Lumpur, Malaysia in 2024. Here are some of my favorite photographs from that trip.
8/19/2022
- Code DiarySetting Cron Jobs inside of docker can be very difficult.
9/12/2021
- ExperimentSHA-256 is an algorithm we use (mostly unknowingly) everyday when our passwords are stored. In this post, I implement SHA-256 algorithm using Go. This implementation is done using strings in Go.
9/4/2021
- ExperimentConway’s Game of Life is a simple and beautiful algorithm. In this post, I implement Conway’s Game of Life using p5.js on a 30x30 grid.