I'm currently working on the MERN stack (debugging it at 2 AM 🐞). I love building real-time systems, APIs and contributing to impactful projects. Open to collaboration! I have independently developed multiple MERN stack based applications. Some of my projects include RecommendoReads, AuthSync etc.
- Author of magic-link on npm
- [🔗 LinkedIn] (https://www.linkedin.com/in/ragini-kaushalkishor-751518302)
- [📚 Medium Blogs] (https://medium.com/@raginikishor5603)
I enjoy breaking down complex backend and JavaScript concepts into beginner-friendly articles.
📚 Recent posts on Medium:
- Why I used Server-sent Events instead of raw websockets and what I learned
- Understanding Async in JavaScript
- Node.js Module Systems Simplified
- Getting Started with WebSockets
You can check out all my blogs here: medium.com
🔐 AuthSync
A backend platform inspired by FIDO2, designed for multi-device session sharing and secure authentication workflows.
Highlights:
- 🔄 Sync sessions across devices
- 🛑 Emergency Lockout for user accounts
- 📱 Track active device IDs
- 🔐 Secure session-based authentication with JWT
- Check out the project here
📝 Tono
An AI-driven tool that allows users to rephrase text into multiple tones (formal, casual, assertive, etc.) .
🚀 Features:
- Multiple tone modes (formal, informal, professional, etc.)
- User-friendly interface with live preview
- Built with React.js (frontend) and Node.js + Express (backend)
- Integration with OpenAI API for dynamic tone adjustments (Currently using a Fallback version but user can uncomment and use AI based approach using their own key)
- Rate limiting + input validation for production-readiness
🔧 Tech Stack: MERN Stack | OpenAI API | TailwindCSS