Hi, I'm Sherin Varghese! 👋
- 🌍 From: Berlin,Germany
- 💻 I love working with: JavaScript
- 🎯 Currently focused on: Job hunting & growing!
- 🌱 Always learning: iMPROVE mY cODE
JavaScript
· TypeScript
React
· Node.js
· MySQL
—let’s build something awesome! 🚀✨
// Coffee check
const coffee = true; // Do not disturb if true
if (coffee) {
console.log("Coding mode activated! 🚀");
} else {
console.log("Need coffee!");
}