I’m a self-taught web developer 💻 always looking to grow and improve. I'm learning 📖 and expanding my skill set 🌱 in web development (MERN stack, MEAN stack) 🚀, competitive coding, data structures, and algorithms 📚.
- 🔍 I believe in solving the problem first, then writing the code.
- 💡 I enjoy exploring new technologies and developing software solutions.
- 🌟 I'm willing to contribute to open-source frontend development projects.
- 🚀 I am looking for opportunities to join as an intern or full-time.
I once solved the world's oldest question with a single line of JavaScript:
// Which came first: the chicken or the egg?
console.log(['🥚', '🐣', '🐥', '🐔'].sort())
// Output: [ '🐔', '🐣', '🐥', '🥚' ]