- 🏢 I'm currently seeking Software Engineering Internships & Backend / AI Engineering roles
- 🌱 I’m currently building retrieval/orchestration systems & event-driven apps on AWS
- 💬 I like to talk about System Design, LLM pipelines, and Cloud Infrastructure
- 📖 Learn more about my projects on my portfolio
- 📫 Ask me anything on my issues page
- 💻 Connect with me on LinkedIn
Tools, languages, and other things that I like to work with.
|
Python |
FastAPI |
TypeScript |
React |
AWS |
Terraform |
Postgres |
Docker |
I build systems where APIs, data, models, and deployment meet. Most of my projects live at the intersection of backend services, AI-enabled workflows, and cloud infrastructure, with a strong preference for clean interfaces, explicit failure handling, and software that stays understandable as it grows.
flowchart LR
A["User or system signal"] --> B["API or ingestion layer"]
B --> C["State, queues, and storage"]
C --> D["ML or LLM reasoning"]
D --> E["Workflow, decision, or insight"]
E --> F["Observable deployed product"]
Event-driven grievance workflow platform built around secure intake, asynchronous processing, and AI-assisted resolution pipelines on AWS.
Tech Stack: AWS Lambda · API Gateway · SQS · DynamoDB · Bedrock · Terraform
AI engineering workspace for retrieval, evaluation, privacy-aware workflows, and local LLM-backed experimentation with deployment-friendly structure.
Tech Stack: FastAPI · Streamlit · FAISS · SQLAlchemy · Ollama · Docker
Career-learning platform that combines application services, semantic resource discovery, and personalized workflow design across frontend and backend layers.
Tech Stack: FastAPI · React · Firebase · PostgreSQL · pgvector · Groq
Scientific optimization system combining physics-informed modeling, constrained search, and agentic orchestration for additive manufacturing experimentation.
Tech Stack: PyTorch · LangGraph · Ollama · PostgreSQL · Docker
const engineeringPrinciples = [
"Design data flow before interface polish",
"Keep failure paths explicit and observable",
"Use AI where it improves decisions, not just demos",
"Treat deployment and security as product features"
];

