███╗ ███╗ █████╗ ███╗ ██╗ ██████╗ ██╗ ██╗███╗ ██╗
████╗ ████║██╔══██╗████╗ ██║██╔═████╗██║ ███║████╗ ██║
██╔████╔██║███████║██╔██╗ ██║██║██╔██║██║ ╚██║██╔██╗ ██║
██║╚██╔╝██║██╔══██║██║╚██╗██║████╔╝██║██║ ██║██║╚██╗██║
██║ ╚═╝ ██║██║ ██║██║ ╚████║╚██████╔╝███████╗██║██║ ╚████║
╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝ ╚═════╝ ╚══════╝╚═╝╚═╝ ╚═══╝
const manolin = {
code: ["JavaScript", "TypeScript", "Python", "Java", "Dart", "Kotlin"],
technologies: {
frontEnd: {
ts: ["React", "Redux", "Tailwind CSS"],
buildTools: ["Vite"],
mobile: ["Flutter", "React Native", "Kotlin"]
},
backEnd: {
ts: ["Node", "Express"],
java: ["Spring Boot"]
},
databases: ["MongoDB", "MySQL", "MariaDB"],
devOps: ["Docker", "Git", "Bash", "Linux"]
},
currentFocus: "Improving myself"
};