MERN Chatting App
#javascript
#react
#expressjs
#nodejs
#socketio
#mongodb
#tailwindcss
#daisyui
- Developed a full-stack web application using express.js serving REST APIs with React and tailwindcss + daisyUI as the frontend
- Authorization and authentication done using JSON web tokens (JWT) for secure sessions
- Implemented Real-time communication between clients using Socket.IO (including message indicators)
- Client information and messages stored in MongoDB instance for faster reads
Nextjs Website
#typescript
#nextjs
#react
#tailwindcss
- Server-side rendered for SEO and quick web page responses
- Google Maps API used to pin the location of the business
- Custom Nextjs API made for Nodemailer to send emails through the contact page
- Image galleries and tables designed in react to present information
Peer-to-peer File Sharing (Python)
#python
#sockets
#oop
- Engineered a Chord-like p2p node for sharing files with other nodes on request
- Implemented Finger tables for O(log N) lookup time
- “Stabilization” stage and file redundancy implemented to minimize risk of file loss
This Website (Astro)
#astro
#typescript
#tailwindcss
#lighthouse