Projects
Check out some of my interesting projects :)
Personal Website
Portfolio site - My personal space on the internet!
Built with:Next.js,Typescript,Tailwind CSS,Vercel
IMA - Social Security Scheme
Social Security Scheme for Indian Medical Association - LIC for Doctors. Built an end-to-end website, User as well as Admin Dashboards for IMA to manage their SSS Scheme.
Built with:React.js,Redux,Express.js,MongoDB,Nginx,AWS
Inspacco
End-to-end website built for Prophandy Technologies Pvt Ltd. in their early startup days.
Built with:Next.js,Node.js,AWS
Cache Clone
Cache implementation in Golang. Implements cluster of servers having Leader as well as client interface functionalities.
Built with:Golang (Go)
Bash Calculator (Unix 'bc' command clone)
Implementation of Unix based command 'bc' using C Programming language. 'bc' is an command line arbitrary precision calculator.
Built with:C Language,Makefile