Detail-oriented, organized and meticulous employee. Works at fast pace to meet tight deadlines. Enthusiastic team player ready to contribute to company success.
Project #1
Library Management System
Built a lightweight library management application backend with Java SpringBoot Framework and Maven.
It's a monolith application with Rest APIs to allow to add Students, add books, issue book to students, return issued books, lookup all students added, etc.
Data Models are built using JPA/Hibernate and the integrated database is MySQL.
Project #2
E- Wallet Backend Application
Built the backend of an e-wallet application with Java SpringBoot Framework and Maven.
The application has four microservices which host Rest API endpoints to add new users with their individual wallets, enable transactions to transfer amount between different users from their wallets, send Email notifications to users based on the transaction status.
Data Models in the application are built using Hibernate. Integrated Database is MySQL.
Project #3
Todo Management Application
Developed a comprehensive Todo Management Application utilizing Spring Boot for the backend and React JS for the frontend. Implemented secure REST APIs using Spring Security and JWT (JSON Web Token) authentication for user management and data protection. Integrated Bootstrap CSS framework to enhance the user interface.
Data Models are built using JPA/Hibernate and the integrated database is MySQL.
Java
Spring Boot
Rest API
JPA/Hibernate
Microservice
React js
HTML
CSS
MySQL