███╗ ███╗██████╗ ██████╗ ██████╗ ██╗ ██╗███████╗██╗ ██╗████████╗
████╗ ████║██╔══██╗██╔══██╗██╔═══██╗██║ ██╔╝██╔════╝╚██╗ ██╔╝╚══██╔══╝
██╔████╔██║██████╔╝██████╔╝██║ ██║█████╔╝ █████╗ ╚████╔╝ ██║
██║╚██╔╝██║██╔══██╗██╔═══╝ ██║ ██║██╔═██╗ ██╔══╝ ╚██╔╝ ██║
██║ ╚═╝ ██║██║ ██║██║ ╚██████╔╝██║ ██╗███████╗ ██║ ██║
╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═════╝ ╚═╝ ╚═╝╚══════╝ ╚═╝ ╚═╝
const developer = {
name: "MrPokeYT",
location: "Planet Earth 🌍",
code: ["JavaScript", "Python", "Java"],
technologies: {
frontEnd: ["EJS", "HTML", "CSS"],
backEnd: ["Node.js", "Express"],
databases: ["MongoDB", "MySQL"],
tools: ["VS Code", "Docker", "Git"]
},
currentFocus: "Building cool stuff on the web",
hobbies: ["Gaming 🎮", "Coding 💻", "Learning new tech 📚"]
};
⭐ From MrPokeYT with ❤️