Open to work

Hello, I'm

Shashwat Manglam Jain

Freelance full-stack developer helping teams ship web + AI products.

I am a Full-Stack Developer

About

About me

A passionate developer who loves building scalable products and solving complex problems.

About profile

I'm Shashwat Manglam Jain — a full-stack developer and AI/ML engineer with 3+ years of experience building production-grade systems. I graduated from Oriental Group of Institution (B.Tech Computer Science, 2022) and have since been shipping real products at CubexO Software Solutions, where I lead end-to-end development across web applications, ML pipelines, and cloud infrastructure. My core stack includes React, Next.js, TypeScript, Node.js, Python, FastAPI, and PostgreSQL, but I'm equally comfortable training PyTorch models, building RAG pipelines with LangChain, or orchestrating containers on Kubernetes. I've delivered LLM-powered platforms serving 10K+ daily queries, built ML inference APIs with sub-50ms latency, and architected microservices on AWS EKS handling 1,000+ active users. I believe great software comes from clean architecture, measurable impact, and relentless curiosity. I'm actively seeking a full-time role where I can contribute to a team that values craftsmanship and ships with confidence.

Full-Stack DevelopmentAI & Machine LearningSystem DesignCloud Architecture

Experience

Work Experience

3+ years building production systems, leading projects, and delivering measurable impact.

Optico Solutions Pvt. Ltd. logo

Junior Full-Stack & ML Developer

Optico Solutions Pvt. Ltd.

Jul 2022 - Dec 2022Bhopal, India

Supported full-stack developer workflows including task execution, quality assurance, reporting, and client deliverable preparation. Built reusable templates and automated repetitive processes, reducing manual effort by 30% and improving team productivity across cross-functional teams.

  • Developed customer churn and demand prediction models using PyTorch and Scikit-learn, achieving 0.91 F1 score and reducing monthly churn by 18%
  • Implemented automated feature engineering pipelines processing 2M+ records daily with comprehensive data validation, monitoring, and alerting
  • Automated weekly reporting workflows reducing manual data preparation by 8 hours/week and improving stakeholder visibility

Key Projects

QuantFlow

Python, NumPy, Pandas, FastAPI, React, D3.js, Power BI

Customer Churn Prediction Pipeline

PyTorch, Scikit-learn, MLflow, Docker

PythonPyTorchScikit-learnNode.jsTypeScriptDockerPostgreSQLGit
CubexO Software Solutions logo

Full-Stack Developer & AI/ML Engineer

CubexO Software Solutions

Jan 2023 - PresentIndore, India (Remote)

Leading end-to-end development of production systems spanning full-stack web applications, AI/ML pipelines, and cloud infrastructure. Delivering measurable quality improvements with 30%+ efficiency gains across key workflows. Collaborating with cross-functional stakeholders to gather requirements, define deliverables, and execute projects following Agile/Scrum methodology. Mentoring junior team members on best practices, code reviews, and technical documentation standards.

  • Designed and deployed LLM-powered RAG pipelines serving 10K+ daily queries, reducing support ticket volume by 35% and saving 200+ engineering hours monthly
  • Built end-to-end ML inference APIs using FastAPI and Docker with sub-50ms latency, serving 5 production models across 3 business verticals
  • Implemented CI/CD pipelines, automated testing, and monitoring — reducing deployment time by 60% and post-release defects by 40%
  • Architected a production-grade containerized platform on AWS EKS with autoscaling, secrets management, and rollback workflows serving 1,000+ active users

Key Projects

Nexus AI

Next.js, Python, LangChain, Pinecone, PostgreSQL, Docker

SyncBoard

React, Canvas API, WebSocket, Node.js, Redis, Yjs

CloudPulse

Go, Prometheus, Grafana, React, gRPC, Kubernetes, AWS

DeepLens

Python, PyTorch, YOLOv8, FastAPI, React, AWS Lambda

ChainVote

Solidity, Hardhat, React, Ethers.js, Circom, IPFS

MediTrack

React Native, NestJS, PostgreSQL, Redis, Docker

CodeArena

Next.js, Go, Docker, WebSocket, MongoDB, Redis

ReactNext.jsTypeScriptNode.jsPythonFastAPILangChainPyTorchDockerKubernetesAWSPostgreSQLRedis

Stack

Technologies I work with

Modern tools optimized for speed, quality, and maintainability.

At a glance

Quick overview of my technical breadth and depth.

Languages

6+

Frameworks

10+

Projects

20+

Contributions

500+

Currently exploring

LLM agents & multi-step RAG
Distributed systems at scale
Real-time collaboration (CRDTs)
Edge computing & serverless

Skill stack

20 skills
RA

RAG

80

GitLab

GitLab

78

GitHub

GitHub

90

Git

Git

92

Azure

Azure

75

AWS

AWS

82

TensorFlow

TensorFlow

80

Kubernetes

Kubernetes

76

Docker

Docker

87

Redis

Redis

82

MongoDB

MongoDB

84

PostgreSQL

PostgreSQL

88

NestJS

NestJS

85

FastAPI

FastAPI

84

Django

Django

82

Python

Python

88

Node.js

Node.js

90

TypeScript

TypeScript

94

Next.js

Next.js

92

React

React

95

Projects

Featured Projects

A selection of my best work. See the full archive for more.

Show more
CodeArena
web

CodeArena

Created a competitive coding platform at CubexO as an internal tool for developer hiring assessments and team skill-building. Developers join real-time multiplayer contests, solve algorithmic challenges in a Monaco-based browser editor with syntax highlighting, auto-completion, and multi-language support (Python, Go, JavaScript, C++). Code is executed in isolated Docker containers with resource limits (CPU, memory, time) via a Go-based judge service that returns verdicts in under 2 seconds. Features ELO-based ranking, live leaderboards via WebSocket, and post-contest analytics showing time-per-problem and solution patterns. Handles 200+ concurrent contestants with horizontal scaling on Kubernetes.

Next.jsGoDockerWebSocketMongoDBRedisKubernetes
Private
MediTrack
apk

MediTrack

Built a cross-platform mobile health application for a CubexO healthcare client to replace their paper-based patient management workflow. Features include appointment scheduling with push notification reminders, medication tracking with dosage alerts, real-time vitals monitoring via Bluetooth wearable integration (heart rate, SpO2, blood pressure), and encrypted medical record storage with role-based access for patients, doctors, and admins. The NestJS backend handles HIPAA-compliant data encryption at rest and in transit, with PostgreSQL for structured records and Redis for session caching. Served 800+ active patients across 3 clinics within the first quarter of launch.

React NativeNestJSPostgreSQLRedisDockerBLE
Private
ChainVote
blockchain

ChainVote

Designed and developed a decentralized voting platform as an internal R&D project at CubexO to explore Web3 governance use cases. Voters authenticate via MetaMask wallet signatures and cast encrypted ballots using zero-knowledge proofs generated with Circom/snarkjs — ensuring vote privacy while maintaining verifiability. Smart contracts deployed on Ethereum Sepolia handle vote tallying, quorum checks, and result finalization with on-chain event logs. Ballot metadata is stored on IPFS via Pinata, and a React frontend displays real-time results with animated progress bars. Handled 5,000+ test votes during internal hackathon with zero double-vote incidents.

SolidityHardhatReactEthers.jsCircomIPFS
Private
DeepLens
machinelearning

DeepLens

Built a real-time object detection API at CubexO for a logistics client's warehouse automation. The system uses a custom-trained YOLOv8 model fine-tuned on 50K+ labeled images to detect and classify packages on conveyor belts with 96.3% mAP. Exposed inference through a FastAPI service with Redis-backed request queuing, achieving sub-50ms latency per frame at 30fps throughput. Added a drag-and-drop React UI for uploading images, reviewing detections with bounding box overlays, and retraining the model with corrected labels. Deployed as a serverless function on AWS Lambda with model weights cached in S3 for cold-start optimization. Monitoring with Prometheus tracks model drift and accuracy degradation over time.

PythonPyTorchYOLOv8FastAPIReactAWS LambdaS3Redis
Private

Certificates

Certificates & programs

A short selection of certifications and completed programs, with the full list on the next page.

Show more
PDF

New Certificate

View the certificate.

PDF

New Certificate

View the certificate.

PDF

New Certificate

View the certificate.

Blog

Thoughts & build logs

Short posts about shipping products, building clean backends, and AI‑powered apps.

Read all posts
What I Look for in a Great Engineering Team

Jun 01, 2026

3 min read

CareerCultureEngineering

What I Look for in a Great Engineering Team

The culture, values, and practices that define the kind of engineering team I want to be part of.

Machine Learning for Web Developers

Mar 20, 2026

3 min read

Machine LearningTensorFlow.jsAI

Machine Learning for Web Developers

Practical guide to running machine learning models in the browser with TensorFlow.js and real-world use cases.

The Art of Writing Clean APIs

Jan 05, 2026

3 min read

API DesignRESTBackend

The Art of Writing Clean APIs

Principles of REST API design, error handling, and versioning that make APIs a joy to consume.

Want to see more?

Check out all my projects, certificates, and blog posts.

More details

Contact

Let's connect

Have a question or opportunity? I'd love to hear from you.