File Edit View Selection Run Terminal
shubham-maurya — portfolio
claude-sonnet-4
⚛️home.tsx ×
🌐about.html ×
📘experience.ts ×
📜projects.js ×
{}skills.json ×
📝blogs.md ×
🎨contact.css ×
1// hello world!! Welcome to my portfolio 👋
2
3import { Engineer, Portfolio } from '@cursor/types'
4
5const shubham: Engineer = {
6  name: "Shubham Maurya",
7  role: "Senior Backend Engineer",
8  location: "Pune, Maharashtra, India",
9  experience: "7+ years",
10  stack: ["Node.js", "TypeScript", "NestJS", "Gen-AI", "K8s"],
11  available: true,
12}
13
14export default function Home() {
15  return (
Hello, I'm
Shubham Maurya
// Senior Backend Engineer

Senior Backend Engineer with 7+ years scaling high-throughput systems from thousands to millions of daily requests. Expert in Node.js, TypeScript, NestJS, and cloud-native infrastructure. Proven track record integrating Gen-AI to drive 95%+ efficiency gains.

7+
Years
10+
Projects
2M+
Req / Day
Curiosity
Email GitHub LinkedIn X
Shubham Maurya
// @ Food Market Hub
16  )
17}
18
19// ∞ Curiosity  |  ↑ Always Learning  |  ⌘K to ask Cursor AI
20
1<!-- about.html — Who is Shubham? -->
2<html lang="en">
3<body>
4  <section id="about">
5

// Who am I?

I'm a Senior Backend Engineer with 7+ years of experience scaling high-throughput systems from thousands to millions of daily requests. I've worked across startups and enterprise-level products, leading teams and architecting systems that power real-world business growth.

My expertise spans Node.js, TypeScript, NestJS, PostgreSQL, and cloud-native infrastructure including Docker, Kubernetes, AWS, and GCP. I specialize in building microservices, optimizing database performance, and integrating Gen-AI (OpenAI, Claude, Gemini) to drive 95%+ efficiency gains in critical workflows.

When I'm not coding, you'll find me exploring new technologies, contributing to open-source projects, or sharing knowledge through technical blogs. I believe in continuous learning and staying updated with the latest trends in backend development and AI.

🎓 Education

Master of Computer Applications
Uka Tarsadia University  ·  Jun 2016 – Jun 2018
Bachelor of Computer Applications
Veer Narmad South Gujarat University  ·  Jun 2013 – Jun 2016
6  </section>
7</body></html>
8
1// experience.ts — Professional Journey
2
3interface Experience { company: string; role: string; highlights: string[] }
4
5const experience: Experience[] = [
6
Food Market Hub
Senior Backend Engineer
Sep 2022 – Present  ·  Singapore / Remote
● current
  • Led Integration Team, enabling bidirectional sync with 35+ POS/accounting partners, powering 1M+ daily API requests.
  • Engineered AI-powered smart onboarding via OpenAI API — cut customer setup time from 21 days to 1 day (95% reduction).
  • Architected high-throughput backend services handling 2M+ requests/day with sustained reliability.
  • Optimized PostgreSQL queries reducing latency by 30% and saving $500/month in infrastructure costs.
  • Partnered across Product, QA, and Frontend teams to ship 10+ major features.
Geeks Invention
Senior Full-Stack Engineer
Jul 2021 – Aug 2022  ·  India / Remote
  • Promoted to Team Lead within one month; led a team of 8 engineers building scalable backend architecture.
  • Designed and deployed a certificate management platform with secure API-based issuance and tracking.
  • Scaled EdTech platform to process 10M+ daily messages via Kafka, improving real-time engagement.
  • Built Leaderboard and Level-Up modules, increasing student task completion rates by 20%.
La Net Team Software Solutions
Software Developer
Dec 2017 – Jun 2021  ·  Surat, India
  • Joined as one of the initial developers (50+ customers); scaled Marketing CRM to 300K+ active customers using microservices, Docker & Kubernetes.
  • Delivered real-time analytics, campaign management, and multichannel integrations (Twilio, Gmail, Facebook APIs).
  • Built and managed APIs for a doctor appointment booking mobile app enabling real-time scheduling.
7]
8
9export { experience }
10
1// projects.js — Things I've Built
2
3const projects = [
4
Food Market Hub
// Procurement & Inventory Management · Singapore
Node.js · Hasura · PostgreSQL · AWS · OpenAI

Led Integration Team enabling bidirectional sync with 35+ POS/accounting partners, powering 1M+ daily API requests. Built AI-powered onboarding that cut setup time from 21 days to 1 day (95% reduction) for 4,000+ restaurants across Southeast Asia.

MicroservicesAI OnboardingIntegrationsScale
↗ Visit Site
GoHighLevel — Marketing CRM
// All-in-One Agency & Marketing Platform
Node.js · React.js · Docker · Kubernetes · GCP · Firebase · Twilio

Contributed to scaling the CRM backend powering 1M+ businesses worldwide. Delivered real-time analytics, multichannel campaign management (SMS, email, voice), and automation workflows across the full business lifecycle.

CRMAutomationMicroservicesScaling
↗ Visit Site
BYJU'S — EdTech Platform
// India's Largest Ed-Tech Company
Node.js · Kafka · Redis · PostgreSQL · WebSockets

Scaled real-time EdTech infrastructure to process 10M+ daily messages via Kafka. Built Leaderboard and Level-Up gamification modules, increasing student task completion rates by 20%.

KafkaReal-timeGamificationEdTech
↗ Visit Site
JumiaPay — Payment App
// Africa's Largest E-Commerce Payment Platform
NestJS · PostgreSQL

Built and managed secure payment APIs for JumiaPay, processing high-volume transactions across Africa.

PaymentsFintechSecurityAPIs
↗ Visit Site
Spaces — AI BDR for RIAs
// Autonomous AI Business Development · FinTech
Node.js · AI Agents · React.js · PostgreSQL · AWS

Built the backend for an autonomous AI sales agent that sends personalized outreach, handles objections, and books calendar appointments — delivering qualified meetings for financial advisory firms.

AI AgentsFinTechAutomationLLM
↗ Visit Site
GetLeadIntent
// AI-Powered Lead Intelligence Platform
Node.js · PostgreSQL · AI Agents

Engineered the core backend for an AI-driven lead intent detection platform. Built real-time data pipelines to score, qualify, and route inbound leads using behavioral signals and LLM-powered intent analysis.

AILead GenReal-timeLLM
↗ Visit Site
YourDateAI
// Personal Project · AI Dating Assistant
OpenAI API · Capacitor · Node.js · Supabase

AI-powered personal dating assistant deployed to the Play Store and live at yourdateai.com. Launched with 100+ downloads in the first month. Built with OpenAI API, Capacitor (iOS/Android), Node.js, and Supabase.

AIMobileWebPersonal
↗ Visit Site
5]
6module.exports = { projects }
7
1// skills.json — Tech Stack
2{
3  "languages": ["JavaScript", "TypeScript"],
4  "backend": ["Node.js", "NestJS", "Express", "Fastify"],
5  "ai_ml": ["OpenAI", "Claude", "Gemini", "LLaMA"],
6  "cloud": ["AWS", "GCP", "Docker", "Kubernetes"]
7}
8
// Languages
JS
JavaScript
TS
TypeScript
// Backend & API
Node.js
Node.js
NestJS
NestJS
Express
Express
Fastify
Fastify
GraphQL
GraphQL
Hasura
Hasura
Jest
Jest
// Frontend
React
React
Next.js
Next.js
RN
React Native
// Databases & Messaging
PG
PostgreSQL
Mongo
MongoDB
Redis
Redis
Firebase
Firebase
Kafka
Kafka
DynamoDB
DynamoDB
// AI / LLM
OpenAI
OpenAI
Claude
Claude
Gemini
Gemini
LLaMA
LLaMA
Cursor
Cursor AI
// Cloud & Infrastructure
AWS
AWS
GCP
GCP
Docker
Docker
K8s
Kubernetes
SQS
SQS / SNS
Lambda
Lambda
CI/CD
CI / CD
9// ↑ Always Learning
10
1/* contact.css — Let's Connect */
2
3.developer {
4  name: Shubham Maurya;
5  status: open-to-opportunities;
6  location: Pune, Maharashtra, India;
7  response-time: 24h;
8}
9
Let's work together
// Reach out for backend opportunities, collaborations, or just a chat
Location
📍 Pune, Maharashtra, India
Availability
🟢 Open to Opportunities
10
11footer { content: "© 2026 Shubham Maurya"; }
12
Composer
Chat
Notepads
@Codebase who is shubham?
cursor-sonnet-4
Shubham Maurya is a Senior Backend Engineer with 7+ years scaling distributed systems.

  • Handles 2M+ req/day @ Food Market Hub
  • Cut onboarding time 95% via OpenAI API
  • Expert in Node.js, NestJS, K8s
  • Built 10M+ msg/day Kafka pipelines
What's his best project?
cursor-sonnet-4
He's shipped across 7 live products: Food Market Hub, GoHighLevel, BYJU'S, JumiaPay, Spaces AI, GetLeadIntent, and YourDateAI — from fintech and edtech to AI agents 🚀
⌘K inline edit  ·  ⌘L chat  ·  ⌘I composer
⎇ main ⚠ 0   ⊗ 0
✦ cursor-sonnet-4 TypeScript React UTF-8 Tab: 2 💜 Cursor Dark
⚛️ home.tsx src/
🌐 about.html src/
📘 experience.ts src/
📜 projects.js src/
{} skills.json src/
📝 blogs.md src/
🎨 contact.css src/