Alexander Vanvinckenroye

Alexander Vanvinckenroye

21, Belgium

currently: probably at the gym

I'm studying Applied Computer Science at UCLL, focusing on AI and data science. I like building things that solve real problems, whether that's a web app, a machine learning model, or something in between.

Outside of coding, I spend a lot of time at the gym and hanging out with friends. I find that stepping away from the screen actually helps me think through problems better.

alexy.ts
class Alexy {
brain = "GPT-4o-mini"
purpose = "answering questions about Alexander"
awake = true
chat() { // please I'm so bored
return "something helpful"
}
}