const helaly = {
pronouns: "He" | "Him",
code: ["Javascript", "Python","PHP"],
askMeAbout: ["web dev", "tech", "Machine learning", "games"],
technologies: {
backEnd: {
js: ["Node", "Express"],
},
Machine Learning: {
native: ["Python"]
},
devOps: ["AWS", "Docker🐳"],
databases: ["mongo", "MySql"],
misc: ["php"]
},
currentFocus: "AI | ML",
funFact: "There are two ways to write error-free programs; only the third one works"
};


