AKAJIT KUMAR PANDITinajitkumarpandit.nakprc.com·Jun 4 · 4 min readMastering the Coordinate Plane: How to Find the Quadrant of a Point Using JavaScriptIf you are just starting your journey into Data Structures and Algorithms (DSA), you will quickly realize that not every problem requires complex trees or graphs. Some of the most foundational challen00
AKAJIT KUMAR PANDITinajitkumarpandit.nakprc.com·May 27 · 7 min readHow to Build Android Apps with Capacitor JSA practical, no-fluff guide to turning your web app into a real Android APK — using the exact commands you'll run every day. What is Capacitor? Capacitor is an open-source native runtime by the Ioni00
AKAJIT KUMAR PANDITinajitkumarpandit.nakprc.com·Apr 27 · 8 min readMedGemma: Google's Open-Source AI That's Changing Healthcare Foreverhttps://deepmind.google/models/gemma/medgemma/ 🏥 MedGemma: Google's Open-Source AI That's Changing Healthcare Forever "What if the most powerful medical AI in the world was free, open, and you could00
AKAJIT KUMAR PANDITinajitkumarpandit.nakprc.com·Apr 24 · 6 min read🐧 I Installed Fedora Workstation Using Live Boot (Full Guide)By Ajit Kumar Pandit · April 2026 If you have an old PC lying around, don’t throw it away. I recently installed Fedora Workstation on my system (16 GB RAM, older i5), and honestly — it felt like I up00
AKAJIT KUMAR PANDITinajitkumarpandit.nakprc.com·Apr 24 · 6 min readFinding Triplets That Sum to Zero: A Deep Dive into threeSumHello everyone! Today, we're going to unravel a classic problem in computer science: finding all unique triplets in an array that sum up to zero. This is a common interview question and a great way to00