Every project I build is a step forward in my coding journey, helping me explore new tools, frameworks, and creative ways to solve real-world problems.
- A Phantom chat app using Double Ratchet Algorithm and X3DH key exchange, ensuring perfect forward secrecy
- The system uses Socket.IO for real-time communication while encrypting both message content and metadata to prevent traffic analysis
- The messages are encrypted by senders private key, receivers public key and a random string of characters which different in every message.
- Blogito is a blog website built to share experiences and learnings with the world.
- Built with React, Tailwind CSS and javascript. For email verification Blogito uses node mailer.
- Users can seamlessly create their blog posts of any domain and share it globally.