All Posts

All my blog posts

Movies

Interstellar

Published on December 13, 2025 at 05:16 PM

Interstellar is more anthropocentric, watching it for the 10th time, I realized it. I loved Han Zimmer’s musical, it was so aptly describes each and every situation, mostly the important ones, the...

Read more →
Tech

My quantum degree

Published on December 13, 2025 at 04:07 PM

I was working in google's qubit web and I really liked what I was doing , the more I learn, the more I was thinking how it could be used in modern workspace. I'm still think about it. Now I'm here to...

Read more →
Tech

AI-Driven Streaming Infra: Keeping Playback Smooth

Published on December 13, 2025 at 03:45 PM

I built an adaptive streaming platform that uses AI-based bitrate prediction to reduce buffering when networks fluctuate. This was amazing. - Python + FastAPI on AWS EC2 - React client with SSE for...

Read more →
Tech

Shortest path algorithms

Published on December 13, 2025 at 03:45 PM

1. we are gonna look at Dijkstra Algorithm: this algorithm gives us a pathway to find the shortest path provided there are no negative weights between source and destination. I could use a diagram to...

Read more →