SOMNATH PAULBackend, Full Stack & AI Developer

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.

+25%System Throughput
-15%API Response Latency
5,000+Daily Fintech Requests
99%Production Uptime
FastAPI, Django & LangChain
Java 17 & Spring Boot Microservices
JWT Authentication & RBAC
Developer Code Sandbox & Architecture

Inspect Somnath's Engineering Implementations

agent_service.py
# ⚡ 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}
Unified AI, Backend & Full-Stack Toolkit
FASTAPIDJANGOLANGCHAINJAVA 17 / SPRING BOOTREACT.JSPOSTGRES / MYSQL
Interactive Architecture & AI Simulator

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:

Live Pipeline:FastAPI & LangChain Autonomous Agent Pipeline

AI Developer ArchitectureFastAPI asynchronous endpoint orchestrating LangChain agent tool-calling, RAG semantic search, and streaming responses.

1. TriggerFastAPI Async Webhook

Inbound Task Request Received

Asynchronous non-blocking event handler with Pydantic payload verification

Idle
2. ActionLangChain + PostgreSQL pgvector

LangChain Vector RAG Retrieval

Finds top 3 semantic document embeddings with similarity score > 0.91

Idle
3. ActionAutonomous Tool Calling

LangChain Agent Tool-Execution Loop

Agent dispatches database queries and performs numerical calculations safely

Idle
4. ActionFastAPI Streaming Response

Synthesized Output Streamed

Delivers verified, hallucination-free response with sub-150ms roundtrip

Idle
Real-Time Pipeline Execution Log
○ Status: Ready
Click “Test This Pipeline” to simulate execution across FastAPI, LangChain, and Spring Boot.
Featured Engineering & AI Systems

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.

AI & LangChain AgentsSub-35ms Non-Blocking P99

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.

Autonomous agent tool-calling loops executing verified database operations
Retrieval-Augmented Generation (RAG) across 50,000+ technical documents
Asynchronous FastAPI streaming endpoints with strict Pydantic schema validation
FastAPILangChainPythonpgvectorPostgreSQLRAG Pipelines
AI & Backend Architecture10x Concurrency Throughput

Django & FastAPI Enterprise Microservice Suite

Hybrid Python enterprise architecture combining Django's robust ORM, admin models, and authentication with FastAPI's asynchronous microservice throughput.

Django ORM transactional data consistency with FastAPI async speed
Decoupled microservices architecture communicating over lightweight REST protocols
Automated OpenAPI documentation generation with Swagger and Redoc integration
DjangoFastAPIPythonPostgreSQLDockerREST APIs
Backend & Microservices+25% System 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.

Cut API response latency by 15% via database index tuning and connection pooling
Increased overall system throughput by 25% under peak load conditions
Engineered robust REST endpoints with validation schemas and global exception handling
Java 17Spring BootSpring MVCPostgreSQLJPA / HibernateDocker
Fintech & High-Volume APIs5,000+ Req/Day (99% Uptime)

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.

Maintained 99% production uptime across high-frequency financial calculations
Handled 5,000+ daily API requests within an enterprise Agile sprint workflow
Designed strict idempotency and boundary validation logic for financial integrity
JavaSpring BootREST APIsMySQLPostmanAgile / Scrum
Full-Stack Web AppsSub-200ms Page Load (100+ Users)

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.

Concurrent room availability and lock management supporting 100+ active users
Achieved sub-200ms average page load times via asset minification and efficient queries
Intuitive guest booking dashboard with instant reservation receipts and filters
React.jsSpring BootMySQLJavaScriptHTML5/CSS3Bootstrap
Security & AuthenticationZero Security Incidents

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.

Stateless token lifecycle with encrypted claims and role verification filters
Fine-grained endpoint protection for Admin, Merchant, and User tiers
Standardized security audit logging and comprehensive test coverage via Postman
Spring SecurityJWT AuthenticationJavaREST APIsPostman
Track Record & Experience

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

Aigenesis Technologies Solutions Private Limited
+25% Throughput April 2026 – Present

Architected and deployed scalable backend services in Java and Spring Boot. Optimized relational database queries and microservices communication.

Increased system throughput by 25% across core backend services
Reduced API response latency by 15% via query optimization and connection pooling
Implemented microservice design patterns with Spring Security & JPA

Software Development Engineer Intern

Bluestocks Fintech
5,000+ Req/Day August 2025 – August 2026

Fintech company developing financial solutions. Built and maintained server-side APIs in Java and Spring Boot within a production Agile codebase.

Built and maintained 10+ server-side APIs handling 5,000+ production requests per day
Maintained 99% uptime across production financial services
Collaborated in an Agile/Scrum environment with daily standups and sprint planning

Java Full Stack Developer Trainee

Euphoria GenX
Sub-200ms Load January 2025 – July 2025

Hospitality technology company delivering modern hotel booking and reservation software.

Delivered full-stack hotel booking platform using Spring Boot, React.js, and MySQL
Engineered architecture supporting 100+ concurrent active users
Achieved sub-200ms average page load time through frontend asset optimization and caching

Key Achievements

Enhanced Backend Performance

Increased system throughput by 25% and reduced API response latency by 15% through backend service optimization in Java & Spring Boot.

Strengthened Application Security

Secured APIs and reduced unauthorized access incidents through JWT authentication and Role-Based Access Control (RBAC) integration.

Education

B.Tech in Computer Science & Engineering (AI/ML)
MCKV Institute of Engineering
Howrah, WBCompleted August 2023
Diploma in Computer Science & Engineering
Brainware University
Barasat, WBAugust 2020 – August 2023
Spoken Languages
English (Proficient)Hindi (Native)Bengali (Native)
Track Record of Measurable Engineering Impact

No engineering hype here. Just results.

Proven ability to design high-performance architectures, optimize database queries, and deliver production-ready solutions in Agile environments.

System Optimization Benchmark (Aigenesis & Bluestocks)
+25%Throughput

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.

15% Latency Reduction
99% Production Uptime
Sub-200ms Page Load
Throughput & Latency Optimization Curve -15% Latency
Baseline ArchitectureJPA Query Optimization+25% Peak Throughput

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.

Technical Skills & AI Tooling Directory

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

dj

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

Direct Communication

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!

somnathpaul626@gmail.com
+91 6290600265
Howrah, West Bengal, India
Available for Full-Time & Contract Roles
Fast response within 24 hours