- π οΈ Final Year CS Student @ MMMUT
- πΌ Actively looking for Frontend/MERN Internships
- π₯ Working on cool real-world projects & solving DSA
- π― Goal: Land a dev role at a product-based company
- π¬ Ask me about:
React,Node.js,MongoDB,Express,Git,Tailwind
| Project | Tech | Live | Code |
|---|---|---|---|
| π Think_Board | MERN + Rate Limiting | Live | Code |
| π¬ Chatify (in progress) | MERN + Socket + JWT | Live | Code |
| π₯ Video Call WebApp | WebRTC + Node + Socket.io | Live Soon | Code |
const myMind = () => {
while(true) {
code();
eat("logic");
sleep(0);
}
};