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 courses, the way Andrew teaches sparked something inside me and I was really shocked when the first cat classifier worked. Which has impacted me the most to take the direction in deep learning for my career.

Currently I'm building projects, reading some research papers and trying to gain intuition and implement them. I'll add them below in the projects section

Projects

GitHub

Code, experiments, and current repos.

Notes

Designing Data Intensive Applications

June 11, 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…