const developer = {
name: "Sanithu",
role: "Full Stack Developer",
specialty: "Backend Whisperer & Code Enthusiast",
location: "Sri Lanka 🇱🇰",
status: "Still learning, still growing!"
};
Hi, I'm Sanithu, a Full Stack Developer passionate about optimizing and scaling backend systems. Still learning, still growing!
{
"github": "https://github.com/0-kodiya-0",
"linkedin": "https://www.linkedin.com/in/sanithu-jayakody-a541142ab",
"stackoverflow": "https://stackoverflow.com/users/20159737"
}
// Life of a passionate developer
function lifeOfDeveloper() {
const day = new Date().getDay();
if(isBugFound()) {
fixBug();
coffee++;
}
if(coffee < 3) {
refillCoffee();
}
const todaysProgress = code();
// No matter what, keep coding!
return tomorrow(lifeOfDeveloper);
}
// Running infinitely...
setInterval(lifeOfDeveloper, 24 * 60 * 60 * 1000);