The project index
Selected work
Six projects, from documented implementations and an open-source contribution to a ledger taking shape.

Agora
Multi-agent platform with shared capability checks, human approval and audit. First agent in production: email.
- Java
- Spring Boot
- Python
- LangGraph

Faseeh
Plugin-based language-learning desktop app. My part: subtitle engines, difficulty estimation, dictionary lookup and the first UI.
- TypeScript
- Electron
- Vue
- React

ENSET AI
Production-style RAG for a school: private PDF chat, citations, multi-provider LLMs, admin console and a public assistant.
- Python
- Flask
- React
- PostgreSQL

ML WAF
Machine-learned WAF that catches obfuscated SQLi and XSS, explains every block, and was tested against real traffic.
- Python
- LightGBM
- scikit-learn
- FastAPI

E-Bank
Banking microservices with Kafka, idempotent money commands and live ledger reconciliation.
- Java 21
- Spring Boot
- Spring Cloud Gateway
- Eureka
Tally
A financial ledger in its initial setup, with implementation starting.