Hi, I'm Ahmet

I just chill around usually, when I don't I do some code, watch some anime or just walk around in the city.

I love learning new things when I started to university in my preperation year I took Andrew Ng's deep learning course, the way Andrew teaches sparked something inside me and i was really shocked when the first cat classifier worked.

About stickers

Projects

GitHub

Code, experiments, and current repos.

Notes

Designing Data Intensive Applications

April 15, 2026 3 min read not andrew ng

Chapter 1 Many applications need to: Store the data (database) Remember the results of an expensive operation (cache) Allow userrs to search the data by keyword (search index) Send a message to another process, to handle…