Projects

Featured

CovertView

CovertView

Full-stack algorithmic trading platform. MT5 bridge streams live price data from MetaTrader 5 via a Python socket server. A FastAPI engine processes signals, a Django backend handles auth and user state, and a Next.js dashboard ties it together. Includes a Streamlit backtesting app with Monte Carlo simulation and fractional order support.

pythonfastapidjangonext.jsmetatrader5backtestingfinance
NEPSE Tools

NEPSE Tools

Reverse-engineers the TMS and Meroshare authentication flows. Fetches historical price data, calculates RSI / MACD / Bollinger Bands, fires IPO application alerts, and automates share applications. Built because Nepali investors had zero programmatic access to their own market data.

pythonfinanceautomationapiweb-scrapingnepal
Backtest Framework

Backtest Framework

Streamlit-based backtesting workbench. Hot-loads strategy classes, supports fractional orders, multi-timeframe data merging, Monte Carlo simulation with cone charts, and a run history manager. Strategies are plain Python classes — no DSL to learn.

pythonstreamlitbacktestingmonte-carloquantitative-finance
Nemo — Nurse Robot Physical Build

Nemo — Nurse Robot

A fully physical nurse-assistant robot designed in Fusion 360, 3D printed, and assembled by hand. Servo-driven arms and head, animated LCD face, Raspberry Pi brain running Gemini 2.0 Flash, Whisper voice recognition, Piper TTS, and health sensors (MAX30102 heart rate, BME280 temp, GSR stress). Inspired by working in a hospital — proof that the question is never if, only when.

raspberry-pipythonfusion-3603d-printingcomputer-visiongemini-aihardware
Server Manager

Server Manager

Streamlit Docker control panel for self-hosted servers. Role-based auth (bcrypt), admin can see all projects while regular users only see assigned folders. Git pull → Docker build → Compose up/down — all from a browser. Used daily to manage production deployments.

pythonstreamlitdockerdevopsautomation
Incident Management System

Incident Management System

Production-grade Django incident tracker for Seneca. Full lifecycle: Open → Acknowledged → In Progress → Escalated → Resolved. Auto-assigns staff on status transitions, sends async email notifications to reporters + room-group staff, tracks SLA breaches, supports L2 escalation queues.

pythondjangopostgresqlbackground-tasksemail-automation
Phishing Site Destroyer

Phishing Site Destroyer

Floods phishing databases with thousands of fake credential submissions, making real data statistically impossible to extract. Built after watching Nepali bank phishing scams repeatedly surface on Facebook, targeting people who had no way to tell the difference.

pythonsecurityautomationinfosec

Other Projects

Google Sheets Clone

Fully functional spreadsheet built with plain HTML, CSS, and vanilla JavaScript. Cell references, cross-cell formulae (=SUM, =AVG, =MAX), multi-sheet navigation — no frameworks. Built to prove the point.

javascripthtmlcss

Bash Clone for Windows

Full terminal replacement for Windows written in Python. Custom command definitions via decorators, file encryption/decryption, shell scripting, tab completion. Built before Windows Terminal was usable.

pythoncliwindows

AI-Driven NGFW

Next-generation firewall using machine learning for behavior-based threat detection. Learns normal traffic patterns, flags anomalies in real time, adapts its decision boundary as the network evolves.

pythonmachine-learningnetworking

Flappy Bird

No game engine, no physics library — just requestAnimationFrame and collision math. Fully playable.

javascriptcanvas-apigame