Hey there! ๐ I'm Daniel - a software engineer who loves to code, laugh, and explore the great outdoors.
type Hobby = "Flying planes" | "Kite surfing" | "Surfing" | "Fishing" | "Driving boats" | "Camping" | "Hiking";
const hobbies: Hobby[] = [
"Flying planes",
"Kite surfing",
"Surfing",
"Fishing",
"Driving boats",
"Camping",
"Hiking"
];
function getCurrentHobby(hobbies: Hobby[]): Hobby {
const randomIndex: number = Math.floor(Math.random() * hobbies.length);
return hobbies[randomIndex];
}
const currentHobby: Hobby = getCurrentHobby(hobbies);
console.log(`Current hobby: ${currentHobby}`);
- ๐ญ Iโm currently working on: Eonic.ai, a no-code AI project using tensorflow as the main ML framework for technical and non technical people, creating various models in the browsers that can be exported or used in context of solving workflow automations, all without writing a single line of code.
- ๐ฑ Iโm currently learning: more about machine learning and AI technologies.
- ๐ฏ Iโm looking to collaborate on: open source projects related to web development or machine learning.
- ๐ค Iโm looking for help with: improving my skills in machine learning.
- ๐ฌ Ask me about: my experience working as a full-stack developer and my passion for integrating innovative technologies into software development, everything from ideation to final realease of a product.
- ๐ซ How to reach me: Feel free to connect with me on LinkedIn at https://www.linkedin.com/in/daniel-hendricks
- ๐ Pronouns: he/him
- โก Fun fact: Did you hear the one about mathematical models being able to process more information than our brains? Looks like Chris Rock may have to step aside and let the machines take over the comedy scene too.