Projects

The projects I have developed from the past 1 year so far are included in this section, along with a concise overview of my work within these projects.

๐Ÿ‘‰ SkinSprite: Github

  • Built an AI-driven Personal Skin Health Assistant for diagnosing skin diseases. Users can upload images and receive responses along with details of nearby dermatologists.
  • Used the VGG19 Convolutional Neural Network architecture for accurate disease identification.
  • Developed the app with Java and Spring Boot, and the website with React.js, Node.js, and MongoDB. Used ngrok for tunneling to the ML model API.

๐Ÿ‘‰ FlavorFleet: Github

  • Developed FlavorFleet, a food order site with Node.js and MongoDB.
  • Containerized the application with Docker and pushed it to Docker Hub.
  • Deployed the site on Kubernetes for seamless deployment.

๐Ÿ‘‰ CI-CD-Pipeline: Github

  • Created a simple Golang application with a basic web server.
  • Dockerized the application and tested it locally.
  • Set up a CI/CD pipeline using Jenkins, including Docker for building and managing Docker images.

๐Ÿ‘‰ microservices-backend: Github

  • Developed three microservices (User Service, Restaurant Service, and Delivery Agent Service) for a food delivery app using Node.js and PostgreSQL.
  • Containerized each microservice with Docker and set up Docker Compose for streamlined multi-container management.