Hi, I'm Aydin! I like to build cool stuff and (sometimes) write about what I've built.

Building a CDN from Scratch

Exploring how CDNs actually work under the hood, and then building my own.

infrastructure networking dns python

Inside the Regex Engine

Figuring out how a regex engine works by building one from scratch, then animating how it processes text.

python computer-science visualization

Solving Mastermind With Python

Beating a ridiculously hard board game by implementing Donald Knuth's minimax algorithm.

python algorithms games