Current Position
Full stack developer at iNeuron.ai
Top skills
- JavaScript
- TypeScript
- Python
- ReactJS
- Django
- NodeJS
- AWS
- MongoDB
Tools & Platforms
- NextJS
- PostgreSQL
- Zustand
- Git
- Docker
- FastAPI
- Gatsby
- Firebase
- Redux
- Ionic
About
Work history
Projects
FindCoder.io
Project LinkA platform where developers can showcase their work and be hired. The project is currently live with 10K users.
- Status: live
- Findcoder
- Next.Js
- TypeScript
- Zustand
- NodeJS
- MongoDB
- ExpressJS
- TailwindCss
Path finding visualizer
Project LinkSource Code
Path finding visualizer using Dijkstra's, BFS and DFS algorithm
- Status: live
- Path finder
- Vite
- ReactJS
- TypeScript
- TailwindCss
- Netlify
- Dijkstra's algorithm
- Breadth-first search
- Depth-first search
React-TS snake game
Project LinkSource Code
Snake game using Vite, ReactJS, TypeScriptm TailwindCss
- Status: live
- Snake game
- Vite
- ReactJS
- TypeScript
- TailwindCss
- Netlify
WhatQR
Project LinkCustomized QR and short url generator. User can add custom colors and embed their logos in QR code. Generate short url with custom slug of your choice.
- Status: live
- Under (development)
- QR Generator
- Short url
- React
- TypeScript
- NodeJS
- MongoDB
- ExpressJS
- Styled Components
- EC2 & AWS Amplify
Sorting Visualizer
Project LinkSource Code
Sorting Visualizer which includes visualization of Bubble sort, Selection sort and Insertion sort algorithms with speed control.
- Status: live
- JavaScript
- ReactJS
- AWS Amplify
React Native Uber Clone
Project LinkSource Code
Uber clone using React native which includes: - Real time location auto complete - Google maps - Pickup to destination direction on map - Distance, travel time and price calculation
- Status: live
- JavaScript
- React Native
- Places API
- Maps android SDK
- Directions API
- Distance matrix API
Progressive Web App (Weather app)
Project LinkSource Code
- Progressive Web App using React.Js. - It fetches the current temperature of searched city. - The main highlight of this project is, it is a PWA (Progressive Web App) that means you can install it on your Desktop and Android/iOS devices.
- Status: live
- JavaScript
- ReactJS
- Axios
- PWA
- Weather API
- Netlify
Certificates



Articles

Classes in TypeScript
Read the articleLooking back to our last article, we covered Functions in TypeScript which gave us an idea about how Functions work, are structured, and implemented in TypeScript.
- TypeScript
- Classes
- OOPs

Everyday Types in TypeScript
Read the articleAs we explored in the last article, we have learned about TypeScript, why we use it, how it differs from JavaScript, how to install, configure, and run TypeScript, and some basic types in TypeScript. In this article, we’ll learn in-depth about some of the most common types in TypeScript.
- TypeScript
- Types

Functions in TypeScript
Read the articleFunctions are the fundamental building blocks of any application in JavaScript. They’re how you build up layers of abstraction, mimicking classes, information hiding, and modules. In TypeScript, while there are classes, namespaces, and modules, functions still play a key role in describing how to do things.
- TypeScript
- Functions
- Types