-
fake_news_analyzer_django Public
Django web app that flags fake-news indicators in headlines/articles with a transparent, explainable rule-based scoring engine (no black-box ML).
HTML UpdatedJul 1, 2026 -
robot_survival_path_dp Public
Interactive visualizer showing how Dynamic Programming collapses an exponential brute-force search into O(N*M) on the classic minimum-starting-energy grid problem. Vanilla JS.
-
Gamified Red Team vs Blue Team cybersecurity simulator with 6 attack vectors, 13 defenses, a seeded resolver engine, and a FastAPI + WebSocket live dashboard.
-
Interactive DFS & Backtracking maze solver with a step-by-step search-tree visualization, call-stack x-ray, and complexity analysis. Browser-based (vanilla JS) + a C++ solver implementation.
-
Hardened Node.js + Express user-management app from a cybersecurity internship: SQLi & XSS exploited then secured with parameterized queries, bcrypt, JWT, Helmet, and Winston auditing.