A software developer by profession, working with technologies such as
:
C, Nodejs, Nextjs, React-Native, Postgres, Docker, AWS (EC2, Lambda,
SQS ...), Redis, & other web related techonologies.
This page is a list of software projects that I have made over the
time, consisting of "Let's do it" projects & others are the
solutions for the problems faced during the development journey.
If you find this interesting, ping me at :
[email protected]
#App
Raksha is an app based approach towards crime against women.
Raksha provides a SOS button to trigger alert in case of an
emergency situation.
When an "Alert" is generated :
1. Raksha calls the emergency numbers (maximum 3) that you
provide upon account creation.
2. A notification is sent to all nearby users within a
radius of 2 KM with your location.
3. On receiving notification, Google map is opened on receiver's
phone highlighting your & their location, which they can use to
come to help you.
Checkout at : Youtube
App : Playstore (Android)
#Database proxy
Postgrancer acts as a proxy between your Application Code & Postgres Database Servers. Enabling connection pooling, query loading balancing between Primary & Replicas and database monitoring with promoting Replica in case of Primary Database failure.
Checkout at : Website
Repository : Github
Related : YouTube
#Server
A lightweight multi-threaded HTTP Server in C from Scratch.
Repository : Github
Related : YouTube
Related : YouTube
#Marketplace
A platform to search for fitness centers like Gym, Yoga, Martial arts... & book a session with them.
Checkout at : Website
# NPM Package
Modified node-html-pdf for linux containers such that binary is included in npm package instead of downloading it from external source
Checkout at : NPM package
Repository : Github
# NPM Package
A framework to generate structure with frontend, backend, proxy, database & cache layer. With maintaining focus on ease of development on local & deployment as a container system.
Checkout at : NPM package
Repository : Github
# NPM Package
ULID (Universally Unique Lexicographically Sortable Identifier) Generator in multiple formats for efficient storage in binary form & to be shared as string.
Checkout at : NPM package
Repository : Github