Projects

Mock Bank

Mock Bank

Built a mock bank API using Golang to simulate bank operations, like account creation, user management, and transaction handling capable of supporting over 1,000 simulated transactions per day.

GolangAPI DevelopmentDatabase Management
Service Management CRM - API

Service Management CRM - API

Created a service management CRM using Django and Django REST Framework. It is an API to manage the customer's relationship which purchases any service from a company.

DjangoDjango REST FrameworkAPI Development
DSC BVP Website

DSC BVP Website

I developed the website for DSC BVP during my tenure as head of web development, to create events for the members and take RSVP responses from the members to book a suitable venue for the event.

Web DevelopmentEvent ManagementRSVP System
Manage Login Activity of User

Manage Login Activity of User

I used the concept of session simulation using jwt to manage the user's login activity, thus keeping the reliability, security, and stateless nature of jwt and thereby perform the intended task to manage the login activity of the user.

JWTSession ManagementSecurity
Scalable OTP Service using Node.js

Scalable OTP Service using Node.js

It is an API that implements a OTP service in a scalable manner. In this, we do not need to store OTP with email or phone numbers rather an encrypted object is sent in response when OTP is requested which is decrypted and verified at the time of verification.

Node.jsAPI DevelopmentEncryptionScalability