const developer = {
name: "Yonatan Deneke",
title: "Software Engineer",
bio: "Forever committed to life-long learning and expanding my skillset, I'm a passionate software engineer located in Houston, Texas. Recently graduated from University of Houston, with a Bachelor's Degree in Computer Science and a minor in Mathematics. I currently work as a Software Engineer at Toast.",
skills: [
"Java",
"Kotlin",
"Python",
"C++",
"React",
"Git",
"SQL",
],
}
function getInTouch() {
return "Feel free to reach out if you'd like to talk or if you want to say hi!"
}