> the blog
Tools that eased college life
Short write-ups on the little utilities I built as a student — why I made them, how they work, and what I learned shipping them.
7 min read
Downloading my whole college off Telegram
A Telethon bulk media archiver that pulls an entire channel — videos, PDFs, notes — in order, with resume support, so I could study offline instead of scrolling forever.
PythonTelethonAutomationCLI
Read articleCode
5 min read
Turning lecture videos into searchable PDF notes
A frame-sampling pipeline that converts long recorded lectures into ordered PDFs — one per video plus a merged master doc — so revision means flipping pages, not scrubbing timelines.
PythonffmpegAutomationPDF
Read articleCode
4 min read
One site for all my TCS NQT prep
A static study site with 172 C++ questions — 72 previous-year TCS NQT problems and 100 fundamentals — each with a full solution, approach notes, complexity, and a copy button.
C++DSAPlacement PrepStatic Site
Read articleCode