Qualification
Education
College
School
[Madhya Pradesh Board of Secondary Education, Madhya Pradesh]
Intermediate - 12th 2015 - 2016 Score :- 83.40%Scholars' Den School, Khandwa (Madhya Pradesh)
[Madhya Pradesh Board of Secondary Education, Madhya Pradesh]
Matriculation - 10th 2013 - 2014 Score :- 85.17%Skill Set
Frontend
Backend
Programming Languages
Other Skill
Projects
E-Commerce Website
Technologies used: - Java, SpringBoot, HTML, CSS, Thymeleaf, Amazon Web Services(AWS), Docker, Heroku
Created an E-Commerce website using Java and SpringBoot as backend, Thymeleaf to create views and used HTML, CSS, Bootstrap to create templates to be used for frontend. The website features two sections namely - User and Admin, separated by the Role-Based Authentication. Used Google OAuth2 for the users to Sign Up or Sign In using their Google Accounts.
GitHub Link Website LinkFlight Reservation
Technologies used: - Java, SpringBoot, MySQL, JSP, Amazon Web Services(AWS), Docker
Created a backend application having two microservices named FlightReservation and FlightCheckIn using Java and SpringBoot as backend, MySQL for database, JSP to create views and REST API to communicate between both the microservices. Added notifications on email using iTextPDF Maven Repository for the microservice. Used Logging libraries like LOG4J and SL4J to create log files. The application was containerized using Docker and deployed on AWS.
GitHub(FlightReservation) GitHub(FlightCheckIn)FlaskBlog
Technologies used: - Python, Flask, SQLite, HTML, CSS, GitHub, Google Analytics, Heroku
Created a blogging website using Python and Flask in backend, and, used HTML, CSS, Bootstrap to create templates to be used for frontend, used SQLite for database. To make user’s password secure, used an extension in flask called as Bcrypt which internally uses hashing algorithm. This website also supports user account with profiles where users can create, update and delete posts. Also, added the password reset feature.
GitHub Link Website LinkStudent Record Management System
Technologies used:- C
Created a CLI application to keep a record of students registered in an institue.
GitHub Link Demo Video