Hi, I'm Jasper Delahaije β a tech enthusiast, builder, and lifelong learner working at the intersection of security, development, and automation.
class Person:
def __init__(self):
self.name = "Jasper Delahaije"
self.age = 26
self.role = "Security Specialist"
self.hobbies = ["Programming", "Gaming", "Reading", "Watching Series"]
def location(self):
return "Tilburg (aka Kruikenstad)"
def ambitions(self):
return [
"Start my own company",
"Inspire others",
"Make the world a better place",
"Have fun doing it"
]
I'm into building cool things that work and scale. Most of what I do revolves around:
- π§ Machine Learning & AI
- πΈοΈ Full Stack Web Development
- π Data, Automation & APIs
- π Security & Systems Thinking
Currently building a Django-based platform to compare grocery prices across Dutch supermarkets.
Simple idea, practical impact: help people save time and money with transparent pricing.