AI & Full stack web Developer
Building high-throughput microservices, intelligent AI pipelines, and responsive web applications with Java, Spring Boot, FastAPI, Django, LangChain, React.js, and MySQL.
Inspect Somnath's Engineering Implementations
# ⚡ High-Performance FastAPI & LangChain Tool Calling Agent
from fastapi import FastAPI, Depends, HTTPException
from langchain.agents import create_tool_calling_agent, AgentExecutor
from langchain_core.prompts import ChatPromptTemplate
from langchain_community.vectorstores import PGVector
app = FastAPI(title="Somnath AI Service Gateway", version="1.0")
@app.post("/api/v1/agent/orchestrate")
async def execute_agent_workflow(payload: AgentTaskRequest):
# Vector store retrieval + Tool-calling loop
agent_executor = AgentExecutor(
agent=agent_runnable,
tools=[search_db_tool, run_financial_calc_tool],
verbose=True,
max_iterations=5
)
result = await agent_executor.ainvoke({"input": payload.query})
return {"status": "SUCCESS", "output": result["output"], "latency_ms": 32}How I architect AI & backend pipelines
Experience Somnath's real-world architectures: from FastAPI & LangChain AI Agents to high-throughput Spring Boot microservices and fintech pipelines in this interactive Zapier-style workflow simulator:
AI Developer Architecture • FastAPI asynchronous endpoint orchestrating LangChain agent tool-calling, RAG semantic search, and streaming responses.
Inbound Task Request Received
Asynchronous non-blocking event handler with Pydantic payload verification
LangChain Vector RAG Retrieval
Finds top 3 semantic document embeddings with similarity score > 0.91
LangChain Agent Tool-Execution Loop
Agent dispatches database queries and performs numerical calculations safely
Synthesized Output Streamed
Delivers verified, hallucination-free response with sub-150ms roundtrip
Production solutions & AI architectures
Explore Somnath's real-world software across autonomous FastAPI & LangChain AI Agents, high-throughput Spring Boot backends, and full-stack React applications.
Autonomous RAG & Tool-Calling AI Agent
High-performance AI orchestration service built with FastAPI and LangChain, executing multi-step agent reasoning, vector embeddings search, and autonomous database tool calls.
Django & FastAPI Enterprise Microservice Suite
Hybrid Python enterprise architecture combining Django's robust ORM, admin models, and authentication with FastAPI's asynchronous microservice throughput.
Scalable Java & Spring Boot Backend Microservices
Architected and deployed high-performance server-side services in Java and Spring Boot at Aigenesis Technologies, optimizing query execution plans and microservice communication.
Production Financial API Gateway
Built and maintained 10+ mission-critical server-side APIs in Java and Spring Boot for Bluestocks Fintech, processing 5,000+ financial transaction requests daily with 99% uptime.
Full-Stack Hospitality Reservation Engine
Delivered a comprehensive hotel booking platform using Spring Boot, React.js, and MySQL for Euphoria GenX, supporting 100+ concurrent users with sub-200ms page load speeds.
JWT Authentication & Role-Based Access Control
Engineered an enterprise security layer with stateless JSON Web Tokens (JWT) and Spring Security RBAC, effectively eliminating unauthorized access attempts across distributed endpoints.
Work experience & measurable impact
Delivering high-performance server architectures, secure APIs, and responsive web applications across enterprise, fintech, and hospitality domains.
Professional Experience
Full Stack Developer
Architected and deployed scalable backend services in Java and Spring Boot. Optimized relational database queries and microservices communication.
Software Development Engineer Intern
Fintech company developing financial solutions. Built and maintained server-side APIs in Java and Spring Boot within a production Agile codebase.
Java Full Stack Developer Trainee
Hospitality technology company delivering modern hotel booking and reservation software.
Key Achievements
Increased system throughput by 25% and reduced API response latency by 15% through backend service optimization in Java & Spring Boot.
Secured APIs and reduced unauthorized access incidents through JWT authentication and Role-Based Access Control (RBAC) integration.
Education
No engineering hype here. Just results.
Proven ability to design high-performance architectures, optimize database queries, and deliver production-ready solutions in Agile environments.
Architected and deployed scalable backend services in Java and Spring Boot, simultaneously cutting API response latency by 15% and handling 5,000+ daily production requests with 99% uptime.
High-Throughput Backends
Achieved a 25% throughput increase and cut API response latency by 15% through strategic query tuning, connection pooling, and Spring Boot caching.
Zero-Incident API Security
Strengthened application security by implementing stateless JWT authentication, Spring Security filters, and strict Role-Based Access Control (RBAC).
Production-Ready Agile Delivery
Hands-on experience maintaining 10+ server-side APIs handling 5,000+ daily production requests with 99% uptime in fast-paced Agile/Scrum teams.
Connected skills. Zero friction.
Somnath's full-spectrum engineering toolkit spanning FastAPI, Django, LangChain AI Agents, server-side Java & Spring Boot microservices, and reactive React frontends.
FastAPI
LangChain
Django
Spring Boot
Spring MVC
Spring Security
REST APIs & Microservices
JPA / Hibernate
Java
Python
JavaScript
SQL
C Language
React.js
Next.js
Bootstrap & Tailwind
MySQL
PostgreSQL
Docker
Git & GitHub
Postman
JWT Authentication
Agile / Scrum & CI/CD
Firebase
Get in touch with Somnath
Looking for a dedicated Backend & Full Stack Developer for high-performance server architectures, Spring Boot microservices, or full-stack web applications? Let's talk!