Projects & Tools
A selection of software platforms, scripting systems, and analytics dashboards built to solve real-world problems in operations and capital analysis.
Vakaalat
A workflow and client management platform built for legal professionals, automating document templating and milestone tracking.
Challenge: Managing multi-step workflow states with nested deadlines was causing query lag and database write locks.
Learned: Designed dynamic PostgreSQL CTE queries and implemented optimistic locking to prevent race conditions during updates.
Personal Knowledge Management System
A markdown wiki allowing local file syncing, quick index tag searching, and visual linkage graphs of markdown files.
Challenge: Generating a visual node-link graph on the client side caused rendering delays when the document count exceeded 500 files.
Learned: Used D3-force simulation inside a React requestAnimationFrame loop and offloaded file parsing to web workers.
DAE Training Portal
A student and course management portal designed for the Department of Atomic Energy training department.
Market Sentiment Analyzer
A Python-based sentiment analysis engine that parses news headlines, financial reports, and community feeds to compute sentiment scores for public market tracking.
Portfolio Analytics Dashboard
A responsive Next.js application that visualizes capital allocations, calculates historical beta, and evaluates portfolio risk metrics using real-time API feeds.
Stock Screener & Valuation Toolkit
An interactive Excel-linked Python utility that automates DCF calculations, historical valuation comparisons, and runs multi-factor stock screenings.