Home About Experience Education Projects Skills Certifications Achievements Contact
⚡ Available for Opportunities

Jayesh Kumar
Singh

A passionate Full Stack Developer crafting robust, scalable applications with Java Spring Boot, React, and Node.js. With hands-on experience in microservices architecture, AI-powered platforms, and cloud-native deployments, I turn complex engineering challenges into elegant digital solutions. Currently pursuing B.Tech in Computer Engineering at ABES Engineering College, Ghaziabad, with a proven track record of 650+ solved DSA problems and a top 9% global LeetCode ranking. Let's build something exceptional together.

Scroll

About Me

Jayesh Kumar Singh
Full Stack Dev

I'm Jayesh Kumar Singh, a dedicated Full Stack Developer currently pursuing a Bachelor of Technology in Computer Engineering at ABES Engineering College, Ghaziabad (CGPA: 7.38). I specialize in building production-grade applications across the entire stack — from React frontends to Spring Boot microservices.

My expertise spans Java, JavaScript, TypeScript, and Python, with deep proficiency in frameworks like Spring Boot, React, Node.js, and Next.js. I architect systems that are scalable, secure, and performance-optimized — from containerized microservices with Docker to AI-powered RAG pipelines using ChromaDB.

What sets me apart is my dual strength in backend engineering and problem-solving — I've solved 650+ DSA problems on LeetCode with a top 9% global ranking and a contest rating of 1772. I maintain 20+ active GitHub repositories spanning full-stack, backend, and AI projects.

Mission
To engineer impactful software solutions that solve real-world problems at scale — merging clean code, robust architecture, and thoughtful UX to deliver products that matter.
Vision
To grow as a full-stack engineer and systems architect who contributes to cutting-edge products at the intersection of AI, cloud infrastructure, and human-centered software design.

Work Experience

IBM Skills Network
Virtual Internship
Remote
Nov 2025
Full Stack Development Virtual Intern
  • Developed full-stack web applications involving React frontends, Node.js/Express backends, and relational database integration.
  • Practiced RESTful API design, API testing with Postman, and end-to-end debugging workflows across the entire stack.
  • Built and deployed project-based applications following industry-standard software development lifecycle practices.
  • Participated in structured learning modules covering microservices architecture, CI/CD workflows, and cloud deployment concepts.
  • Successfully completed all project milestones with a structured approach, gaining hands-on proficiency in full-stack toolchains.
  • Applied debugging and API testing skills to resolve integration issues 40% faster than estimated timelines through systematic root-cause analysis.
React.js Node.js REST APIs PostgreSQL Postman
Meta / Coursera
Certification
Online
Feb 2025
Front-End Development Professional Certificate
  • Completed Meta-authorized frontend development curriculum spanning HTML5, CSS3, JavaScript, and React fundamentals.
  • Designed and implemented UI components with a focus on accessibility, responsiveness, and component-based architecture.
  • Applied version control with Git and managed code repositories using GitHub throughout hands-on capstone projects.
  • Built responsive multi-page web interfaces integrating React hooks, state management, and lifecycle methods.
  • Earned Meta's official Front-End Developer certification, mastering 9 course modules including React, UX/UI fundamentals, and advanced JavaScript.
  • Delivered a capstone project applying all 9 modules, achieving 100% completion with distinction in UI component design and accessibility compliance.
HTML5 CSS3 JavaScript React.js Git
Independent
Project Engineer
Ghaziabad, India
2023 — Present
Full Stack & Backend Developer — Personal Projects
  • Architected and shipped multiple production-grade full-stack applications including food delivery platforms, microservices e-commerce, and AI video analytics systems.
  • Designed and implemented distributed microservices using Spring Boot with Spring Cloud Eureka, API Gateway, JWT security, and Docker containerization.
  • Engineered RAG (Retrieval-Augmented Generation) pipelines integrating ChromaDB vector search, FastAPI, and Next.js for AI-powered conversational analytics.
  • Maintained 16+ open-source GitHub repositories covering DSA, full-stack projects, and machine learning implementations.
  • Achieved top 9% global LeetCode ranking (rating 1772) with 650+ problems solved and a maximum consecutive streak of 74 days — demonstrating elite algorithmic problem-solving capability.
  • Delivered Foodio platform with 10+ REST APIs and real-time Socket.io tracking, reducing simulated order-state latency to under 200ms for end-to-end delivery synchronization.
Java Spring Boot React Node.js Docker Python FastAPI

My Education

Current
🎓
Bachelor of Technology — Computer Engineering
ABES Engineering College, Ghaziabad
Oct 2023 — Present Ghaziabad, India CGPA: 7.38 / 10.0 Full-time
  • Specialization in software engineering, algorithms, and data structures — consistently solving complex problems across competitive programming platforms.
  • Core coursework: Data Structures & Algorithms, Object-Oriented Programming, Database Management Systems, Operating Systems, and Computer Networks.
  • Active in full-stack and AI project development, applying theoretical computer science fundamentals to real-world software engineering challenges.
Foundation
📚
Higher Secondary (Class XII) — Science & Mathematics
Prasad International School, Jaunpur
2020 — 2022 Jaunpur, India Full-time
  • Studied Physics, Chemistry, Mathematics, and Computer Science — building a strong analytical and logical thinking foundation.
  • Developed early programming interest through Python coursework, igniting a passion for software development.
  • Achieved excellent results in mathematics and computer science, setting the academic foundation for engineering studies.

Featured Projects

01
Threadly — Microservices E-Commerce
Backend · Distributed Systems

A fully distributed microservices e-commerce backend built with Java Spring Boot. Each service (auth, products, orders, cart) is independently deployable with Spring Cloud Eureka service discovery and an API Gateway handling all routing. The system is containerized with Docker for production-ready deployments and secured with JWT + Spring Security role-based authorization.

01
Architected 4 independent microservices — auth, products, orders, and cart — with dedicated databases per service.
02
Implemented Eureka service registry and API Gateway for scalable, fault-tolerant inter-service communication.
03
Secured entire API surface with JWT authentication, Spring Security, and role-based authorization filters.
04
Containerized all services using Docker and docker-compose — enabling one-command full-stack deployment.
Java Spring Boot Spring Security Docker PostgreSQL Eureka JWT
02
AI Video Analytics Platform (RAG)
AI / ML · Full Stack

An advanced Retrieval-Augmented Generation (RAG) platform for analyzing YouTube and Instagram video content. The system ingests video transcripts, chunks them into semantic units, generates vector embeddings, and stores them in ChromaDB for similarity search. A Next.js dashboard delivers streaming AI chat with conversational memory and analytics panels.

01
Built end-to-end RAG pipeline — transcript extraction → chunking → embedding generation → ChromaDB vector storage.
02
Implemented semantic similarity search with citation tracking for context-aware, source-grounded AI responses.
03
Developed Next.js streaming chat dashboard with real-time AI response rendering and conversation memory.
04
Engineered metadata normalization workflows to standardize data across diverse video sources for consistent retrieval.
Python FastAPI Next.js ChromaDB LLM / RAG Vector Embeddings
03
Foodio — Full Stack Food Delivery
MERN Stack · Real-time

A complete MERN-stack food delivery platform with separate customer and admin dashboards. Features 10+ REST APIs covering authentication, cart management, order tracking, and product operations. Real-time delivery status synchronization is powered by Socket.io, with security enforced through JWT authentication and bcrypt password hashing.

01
Implemented 10+ REST APIs for authentication, cart operations, order processing, and product management.
02
Integrated Socket.io for real-time order tracking, achieving sub-200ms delivery status synchronization.
03
Architected 15+ responsive React components with Tailwind CSS for seamless cross-device accessibility.
04
Secured authentication with Bcrypt hashing and middleware-based JWT authorization for role-based access control.
React.js Node.js Express.js MongoDB Socket.io JWT Tailwind CSS
04
Stock Price Predictor
Machine Learning · Data Science

A machine learning-powered stock market trend forecasting system trained on 50,000+ historical market records. The pipeline includes data ingestion, feature engineering with Pandas and NumPy, model training, and visual analytics with Matplotlib for comprehensive trend evaluation and interpretation.

01
Trained predictive model on 50,000+ historical records achieving accurate stock trend forecasting.
02
Processed and transformed raw datasets with Pandas and NumPy to improve feature quality and training efficiency.
03
Visualized predictions and trends with Matplotlib for analytical evaluation and strategic decision support.
04
Optimized preprocessing pipelines to streamline training workflows and reduce redundant computations by 30%.
Python Machine Learning Pandas NumPy Matplotlib Scikit-learn
05
Samriddh-Kheti
Web Platform · AgriTech

An agriculture-focused web platform built with TypeScript and modern web technologies, designed to simplify farmers' access to critical farming resources and information. Features a fully responsive interface optimized for both desktop and mobile devices with structured navigation patterns for rural accessibility.

01
Engineered fully responsive interfaces optimized for diverse screen resolutions and device types.
02
Delivered interactive UI workflows simplifying access to farming resources for non-technical rural users.
03
Improved accessibility and navigation consistency through structured, semantic frontend design patterns.
04
Applied modular TypeScript patterns for maintainable, scalable codebase with zero runtime type errors.
TypeScript HTML5 CSS3 JavaScript Responsive Design

My Skills

Programming Languages
Java0%
JavaScript / TypeScript0%
Python0%
SQL0%
Backend Development
Spring Boot0%
Node.js / Express.js0%
REST APIs / JWT0%
Microservices0%
Frontend Development
React.js0%
Next.js0%
HTML5 / CSS30%
Tailwind CSS0%
Databases
MongoDB0%
PostgreSQL0%
Firebase0%
ChromaDB (Vector)0%
Tools & DevOps
Git / GitHub0%
Docker0%
Postman0%
IntelliJ / VS Code0%
Core Concepts
Data Structures & Algorithms0%
OOP & Design Patterns0%
DBMS / OS / CN0%
RAG Pipelines / AI0%

My Certifications

Meta Front-End Developer Certificate
Meta · Coursera
Meta Front-End Developer Professional Certificate
Feb 2025  ·  Online
  • Completed Meta-authorized frontend training covering HTML, CSS, JavaScript, React fundamentals, and responsive design.
  • Applied frontend concepts through hands-on capstone projects focused on UI implementation and component-based architecture.
Verify Certificate
IBM Full Stack Development Certificate
IBM Skills Network
Full Stack Development Virtual Internship
Nov 2025  ·  Remote
  • Developed full-stack applications involving frontend interfaces, backend APIs, and database integration workflows.
  • Practiced debugging, API testing with Postman, and project-based software development across the full stack.
Verify Certificate

Achievements & Recognition

Milestones that define the journey — from competitive programming to professional certifications.

0
Years in Tech
0
Certifications
0
Projects Shipped
0
LeetCode Problems
🏆
Professional 2024 — Present
LeetCode Top 9% Global Ranking
LeetCode — Competitive Programming
Solved 650+ DSA problems achieving a contest rating of 1772 and a maximum streak of 74 consecutive days. Ranked in the top 9% globally with 990+ yearly submissions — demonstrating elite algorithmic problem-solving consistency.
Professional 2025
Meta Front-End Professional Certificate
Meta / Coursera
Earned Meta's official industry-recognized Front-End Developer certification — completing 9 structured modules on HTML, CSS, JavaScript, React, UX/UI, and accessibility through Coursera's professional track.
🚀
Open Source 2023 — Present
20+ GitHub Repositories Maintained
GitHub — Open Source Contributions
Built and maintained 20+ public GitHub repositories spanning full-stack development, backend engineering (Spring Boot microservices), DSA solutions, machine learning models, and AI-powered applications — showcasing broad engineering range.
🎓
Academic 2023 — Present
B.Tech Computer Engineering — ABES College
ABES Engineering College, Ghaziabad
Pursuing Bachelor of Technology in Computer Engineering with CGPA 7.38/10, combining rigorous academic foundations in algorithms, systems, and software engineering with extensive hands-on project work across full-stack and AI domains.

Get In Touch

Contact Information
Reach out through any of these channels — I'm always open to new conversations.
Phone
+91-638-866-4885
Location
Ghaziabad, Uttar Pradesh, India