{
	"name":"hctel",
	"age":22,
	"county":"Belgium",
	"spoken-langs":["fr","en","nl"],
	"github":"https://www.github.com/hctel",
	"education":[
		{
			"name":"ECAM Brussels",
			"details":"Computer & Electrical engineering Master",
			"start-date":"2025-09-01",
			"end-date":"Expected 2027-06-30"
		},
		{
			"name":"ECAM Brussels",
			"details":"Computer & Electrical engineering bachelor",
			"start-date":"2022-09-01",
			"end-date":"2025-09-30",
			"grade":"Distinction"
		}
	],

	"work-experience":[
		{
			"name":"Alpha Electronics",
			"details":"Internship. Embedded Systems, PCB Assembly, Web App dev.",
			"start-date":"2025-04-27",
			"end-date":"2025-09-05"
		}
	],

	"projects":[
		{
			"name":"DeathRun",
			"details":"Recreating HiveMC's DeathRun minigame for Spigot servers. Will be part of a bigger project (Renaissance Project)",
			"lang":"Java",
			"git":"{github}/deathrun",
			"progress":"In progress"
		},
		{
			"name":"ProtoScreen",
			"details":"(Almost) fully customizeable protogen head screen (colors, light intensity, emotions, ...) using LED arrays (not matrixes because expensive lol)",
			"lang":"C (Embedded System)",
			"git":"Private",
			"progress":"Prototyping"
		},
		{
			"name":"Matreex",
			"details":"An 8x8 LED matrix necklace. Text customizeable through a mobile app via Bluetooth",
			"lang":"C (Embedded System)",
			"git":"Private",
			"progress":"On hold"
		},

		{
			"name":"Prism",
			"details":"Fursona. Wolf/Dragon hybrid",
			"lang":"none",
			"git":"none",
			"progress":"Refsheet WIP; Mini-partial Complete",
			"preview":"https://hctel.net/prism_mallow.png",
			"preview-author":"Mallow @ Sinful Labs",
			"refsheet":"https://hctel.net/Ref_Prism.png",
			"refsheet-author":"Mallow",
			"teammate":"Sinful Labs"
		},

		{
			"name":"Hide-And-Seek",
			"details":"Recreating HiveMC's Hide-And-Seek (PropHunt) minigame for Spigot servers. Will be part of a bigger project (Renaissance Project)",
			"lang":"Java",
			"git":"{github}/hideandseek",
			"progress":"Beta-released"
		},

		{
			"name":"CounterSorter",
			"details":"A QR Code based picture sorter, created to simplify my meter-reader student job at Go4Green",
			"lang":"Python",
			"git":"None",
			"progress":"Completed"
		},

		{
			"name":"Asteroids",
			"details":"A pygame-based recreation of the classic Asteroids game, end of quadrimester project (Q1, 2BA) for my studies.",
			"lang":"Python",
			"git":"{github}/asteroids",
			"progress":"Completed"
		},

		{
			"name":"QuoridorAI",
			"details":"Writing an \"AI\" that plays the board game 'Quoridor' against other student's AI. Created as the end-of-year project for my 2nd year of studies.",
			"lang":"Python",
			"git":"{github}/QuoridorAI",
			"progress":"Completed",
			"teammate":"22054"
		},

		{
			"name":"Game Of Life",
			"details":"Creating a simulated life ecosystem to close my Object-oriented course.",
			"lang":"C#",
			"git":"https://github.com/theSynth0s/GameOfLife",
			"progress":"Completed",
			"teammate":"22054"
		}

	],

	"interests":{

		"Aviation":{
			"fav-aircraft":["A320", "BAe 146", "Robin DR400", "Avro Vulcan"]
		},

		"Roller coasters":{
			"fav-rollercoaster":["FLY, Taron & Colorado Adventure @ Phantasialand", "Kondaa, Psyké Underground, Vampire & Werewolf @ Walibi Belgium"]
		},

		"Electronics":{
			"desc":"Creating more or less useful circuits, oddly obsessed with PWM chopper motor speed controllers"
		},

		"Computer Science":{
			"desc":"Software and hardware (self-hosting hctel.net)"
		},

		"Music":{
			"fav-genres":["Synthwave", "Trance EDM", "Chiptune", "Classic Rock", "Dubstep", "Deep House"],
			"fav-artists":["Carpenter Brut", "Faithless", "047", "Vitalic", "deadmau5", "Pink Floyd", "Waterflame"],
			"fav-tracks":["Hang'em all - Carpenter Brut", "We come 1 - Faithless", "Trekker - 047", "Trahison - Vitalic", "Polaris - deadmau5", "Time - Pink Floyd", "Geometrical Dominator - Waterflame", "Anchus Definy - au5", "Protovision - Kavinsky"],
			"desc":"Like almost every style of music but pop and rap"
		},

		"Drums":{
			"desc":"Been playing drums for almost forever, mostly Rock music"
		},

		"Mechanics":{
			"desc":"Been working by myself on my family's cars, repairing and carrying out regular maintenance.",
			"achievement":"Rebooted a car that was flooded during the 2021 floodings in Belgium"
		},

		"(Animated) movies":{
			"fav-animated":["Monsters Inc.", "Megamind", "How To Train your Dragons", "Wall-E", "Wreck-It Ralph"],
			"fav-movies":["Interstellar", "Inception", "1917", "Charlie and the Chocolate Factory"]
		},

		"Ropeways":{
			"desc":"Always been interested by them since I could ski, went on a ski lift maintenance internship at a french ski resort in March 2022"
		},

		"Public transport":{
			"desc":"Mostly trains, trams and metros. Buses don't interest me that much"
		},

		"Minecraft":{
			"desc":"Mostly creative, old-school redstone, playing and creating minigames"
		}
	}
}
