Fullsatck Developer Portfolio
I'm a A Frontend Heavy Full Stack developer who specializes in building and maintaining the user-facing parts of web applications (frontend) while also possessing the skills to work on the server-side (backend) components. I am experienced in backend development, capable of handling server-side logic, databases, and APIs using languages and frameworks such as Node.js and Golang.





















My Projects

Portfoilio Website
My Portfoilio Website developed using Next JS & Framer Motion


Monitor Services
Uptimer is a project that monitors services like HTTP, MongoDB, TCP and SSL. Backend server is built using Apollo GraphQL which interacts with Postgres Database. Client side is built using Next JS. Features include creating a new monitor, pausing/deleting/edit an existing monitor.

Jira Clone
A feature rich Jira app built with Next.js with authentication, user and product management



Legal Forms
A Cloud based React App that was developed to replace the old Desktop Application which was used to for Creating and Managing Government Forms by Solicitors and Clients in UK. UI is developed using ReactJS and Redux and deployed to Amazon S3 as static sites. • C# API’s are used to Digitally Submit the forms to Government Gateways.

Implementation of Transactional Outbox Microservice Pattern
Implemented basics of transactional outbox microservice pattern • Order service GoLang API generates and inserts an order into orders table and in the same transaction an event is also inserted into an outbox table. • Another Golang program will be polling the outbox table periodically and if there are unprocessed events in outbox table, processes them and marks them as processed