💻
🚀
🔧

_

a.k.a. NotMyBug PodBreaker

You know what's funny about recursion?
The line above.
¯\_(ツ)_/¯
// Welcome to my digital space
const luka = {
  "roles": [
    "Software Engineer",
    "DevOps",
    "Infrastructure Engineer"
  ],
  "nda's_signed": "∞",
  "coffee_consumption": "∞",
  "debugging_skills": "Legendary"
};
const dayOfWeek = new Date().getDay();
console.log(dayOfWeek === 5 ? "Deploy to Prod! 🚀" : "Wait until Friday 🤞");