Blog

Some of my favorite photographs from Malaysia

3/5/2025

- Photography

I went to Kuala Lumpur, Malaysia in 2024. Here are some of my favorite photographs from that trip.

How to setup Cron jobs with Django-crontab inside Docker

8/19/2022

- Code Diary

Setting Cron Jobs inside of docker can be very difficult.

Implementing SHA-256 in Go language (with strings)

9/12/2021

- Experiment

SHA-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.

Conway's Game of Life with p5.js

9/4/2021

- Experiment

Conway’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.