vedanth@portfolio ~ % cat about.txt
Role ......... Backend & AI-Integrated Software Engineer
Focus ........ rule engines · dev tooling · agentic systems
Languages .... Java · Python · TypeScript · C
Backend ...... Spring Boot · Node.js
Frontend ..... React · Vite · Tailwind
Data ......... MySQL · SQLite · Docker · Vercel
AI ........... Gemini · Ollama · RAG
Latency ...... decisions in single-digit milliseconds
Currently .... shipping backend systems end to end
Open to ...... backend & AI-integrated roles
⟶ Step into the interactive 3D portfolio
a WebGL room you walk up to, boot a Windows-95 desktop, and explore the work from inside the monitor
sentinelx/ · configurable policy decision engine
Moves business rules out of code and into a database, then evaluates transactions against an in-memory rule set in single-digit milliseconds — no database read on the hot path. A lock-free volatile cache with synchronized write-through invalidation, strictest-wins severity escalation, and an adversarial stress-test endpoint that measures per-rule coverage. 34 tests.
Java 21 · Spring Boot · React · TypeScript · MySQL
BugBuddy/ · AI developer diagnostics
Turns a raw stack trace into a plain-English diagnosis and a suggested fix with Gemini, keeping a MySQL cache in front so a repeated error never pays for the model twice. Per-IP rate limiting and optional API-key auth guard the one endpoint that spends quota.
Java 21 · Spring Boot · React 19 · Gemini · Railway · Vercel
farm-manager-ai/ · local-first agentic platform
Translates plain-English questions into SQL over a local Ollama model, with a deterministic regex fallback for zero-downtime querying, a RAG knowledge base, and autonomous background agents.
Java · Spring Boot · SQLite · Ollama · RAG
Gemini API · Ollama · RAG