Building a CDN from Scratch
Exploring how CDNs actually work under the hood, and then building my own.
infrastructure networking dns python
Hi, I'm Aydin! I like to build cool stuff and (sometimes) write about what I've built.
Exploring how CDNs actually work under the hood, and then building my own.
Giving up on my human intelligence and brute forcing every possible combination with a computer instead.
Figuring out how a regex engine works by building one from scratch, then animating how it processes text.
Teaching a computer to play Battleship really badly, and then a lot better.
Beating a ridiculously hard board game by implementing Donald Knuth's minimax algorithm.
Implementing the algorithms and data structures from Appel and Jacobsen's classic paper to build a powerful Scrabble AI.