Blogs, Notes, and Knowledge I Share
This page is where I share blogs, short notes, and knowledge-based writeups across science, computer science, software development, web development, AI, and research. It is a space to document what I learn, clarify what I understand, and share useful ideas in a practical and accessible way.

A Crowded Cinema Explains Linked Lists Better Than Your Textbook
A casual cinema story that uses scattered seats and friends to explain how linked lists work, including circular and doubly circular variations.
Read article →

From Blueprint to Reality: Understanding OOP Through a Car Factory
Learn OOP through a car factory story: classes, objects, encapsulation, abstraction, inheritance, and polymorphism explained simply without code.
Read article →

The Café That Went Viral: A Simple Story About CDNs
A CDN (Content Delivery Network) spreads cached content across global edge servers, reducing latency and boosting website speed, reliability, and security.
Read article →

A Message in the Dark: Voyager 1 Reaches One Light-Day from Home
Voyager 1 reaches one light-day distance, marking humanity’s farthest journey into interstellar space.
Read article →

The Micro Blue Moon: When the Sky Broke the Rules
Tonight's Micro Blue Moon is the smallest full moon of 2026, a rare seasonal extra full moon.
Read article →

The Night I Learned Password Security from a Stranger
A dream inspired story explaining cryptography, hashing, bcrypt, and salt, and how they protect passwords in modern computer systems.
Read article →

The Memory Palace Hotel, Mastering Pointers in C
A story-driven introduction to pointers in C, explaining memory, addresses, and efficient data handling concepts.
Read article →