Software Developer Intern at SNMN Venture (2026-03 – 2026-05)
Options Trading Scanner project using Python, Angel One SmartAPI, WebSocket, Supabase, PostgreSQL, and OpenPyXL.
- Engineered an end-to-end automated options screening system in Python integrated with Angel One SmartAPI, replacing a fully manual process. The system reads stock and option contract data from Excel, fetches live stock prices via batched API calls (50 per request), and applies a strike distance pre-filter that eliminates irrelevant option contracts before making any API call — significantly reducing unnecessary network overhead.
- Remaining options are screened through volume, premium, and distance filters, followed by multithreaded margin calculation (30 parallel threads) using Angel One's margin engine to compute real ROI for each contract. Final results are persisted to both a timestamped Excel report and a Supabase PostgreSQL database, with a Windows notification on completion.
- Built across 7 modular components covering auth with TOTP and JWT session caching, data ingestion, filtering, margin calculation, and storage.
Frontend Developer at SNMN Venture
React.js, Vite, Tailwind CSS, Vercel projects.
- Built a performance-optimized agency portfolio using React.js and Vite, with Tailwind CSS for fully responsive design and polished UI across all screen sizes.
- Implemented component-driven architecture with smooth animations, SEO best practices, and fast page load times to maximize client engagement and discoverability.