Blog
Latest Posts
Technical articles on AI, programming, and career growth.
Coding2 min read
yield in Python
Understanding the yield keyword in Python — how generators work, when to use them, and their key advantages over regular functions.
Read more
Coding2 min read
Circular Queue: Python Implementation
A clean Python implementation of the circular queue (ring buffer) data structure that beats 94% of LeetCode submissions.
Read more
Mathematics2 min read
Mutually Exclusive vs. Collectively Exhaustive
A quick primer on two foundational concepts in probability theory that are often confused — mutual exclusivity and collective exhaustiveness.
Read more
Experience2 min read
My Experience at Heidelberg Laureate Forum 2019
How a last-minute application led to one of the most memorable experiences of my academic journey — meeting Yoshua Bengio and Jeff Dean at the Heidelberg Laureate Forum.
Read more