Course Content Curator at Web3sy
const watermelon = {
fullName: "Kelechi Henry",
pronouns: "He" | "Him",
what?: {
🔆: "Fullstack Engineer"
🌙: ['content writer', 'food connoisseur', 'average grass toucher'],
languages: ["Javascript", "Typescript", "Python", "PHP", "Go"],
technologies: {
backEnd: ["Node", "Express"],
frontEnd: ["ReactJS", "NEXT"],
style: ["Tailwind", "SCSS", "Bootstrap"],
databases: ["mongo", "MySql", "SQLite", "GraphQL", "PostgreSQL"],
misc: ["Firebase", "open-cv", "WordPress", "Sanity"]
},
currentFocus: "Building with HTMX and Go",
};




