PPrachiinlearn-about-agents.hashnode.dev·Jun 10 · 3 min readMini Project 1: Async News FetcherProblem Statement: Reading news from multiple sources manually is time-consuming. This project demonstrates how asynchronous programming can aggregate headlines from multiple RSS feeds concurrently, r00
PPrachiinml-learning-blog.hashnode.dev·Apr 8 · 11 min readEpisode 1: Mastering NumPyLearning ML from scratch Series intro: This is the first post in ML from Scratch — a series where we build everything from the ground up, no black boxes. Before we touch PyTorch or scikit-learn, we n00
PPrachiinprachi33.hashnode.dev·Apr 2 · 6 min readWhy Scaling AI Models Is Nothing Like Scaling a Normal Web AppThe assumptions that no longer hold If you have ever deployed a web app on Kubernetes, you probably know the drill: traffic goes up, CPU goes up, you add more pods, done. Easy. Now try that with a lar00