Projects
๐ค NeuroNexus โ Workflow Orchestration Platform (Spring Boot Microservices)
A production-style workflow orchestration system built with multiple Spring Boot microservices.
Automates ticket triage, notifications, JIRA creation, deployments, and workflow auditing โ similar to real DevOps/SRE automation pipelines.
- Distributed microservices communicating via REST
- Ticket ingestion + AI-style rule-based triage
- Central Orchestrator executing workflows (notify โ jira โ deploy โ log โ complete)
- PostgreSQL persistence for tickets and workflow audit logs
- Fully Dockerized microservice ecosystem
- Extensible architecture for Spring AI, Kafka, and Monitoring integration
๐ View GitHub Repo
๐ง Spring Boot Bookstore API
Built a production-grade REST API using Spring Boot, PostgreSQL, Docker, and AWS Lightsail.
- Layered architecture (Controller โ Service โ Repository)
- DTO abstraction using ModelMapper
- Pagination, sorting, and validation
- Dockerized with Docker Compose
- Based on DevTiro Spring Boot Course
๐ View GitHub Repo
๐๏ธ Spring E-Commerce Backend (Spring Boot)
Developed a backend service for a full-stack e-commerce application using Spring Boot and JPA.
This project is part of my journey through the Telusko Spring 6 and Spring Boot YouTube playlist.
- RESTful APIs for products, categories, and orders
- CRUD operations with proper entity relationships
- Spring Data JPA + Hibernate for persistence
- Layered architecture: Controller โ Service โ Repository
- Environment-based configuration for clean setup
๐ View GitHub Repo
๐ Spring E-Commerce Frontend (React + Vite)
Frontend application for the Spring E-Commerce Project, built using React and Vite.
Implements dynamic product rendering, CRUD integration, and cart functionality connected to the Spring Boot backend.
- React + Vite setup with ESLint configuration
- Product listing and cart management using Context API
- REST API integration with the Spring Boot backend
- Lightweight and responsive UI
- Clean folder structure for scalability
๐ View GitHub Repo