Tech Blog

Technology, programming, and software development

Learnings

Deep Learning Q&A Notes

Published on December 22, 2025 at 10:55 PM

- Detecting anomalies in cybersecurity - Medicine - Self-driving cars - Natural language processing - Robotics and recommendation systems **Q: What was the name of the first device based on the...

Read more →

My readings on DDIA ch1

Published on December 22, 2025 at 04:01 PM

Most systems today are lacking architecture for data intensive , than compute intensive, as there is more power for compute intensive than the idea or how to manipulate huge amounts of data to a...

Read more →

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 →

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 →