Module CV
Dim name
As String =
"Bastiaan Hoes"
Dim dob
As String =
"792202172"
Dim picture
As String =
"https://hoes.dev/picture.jpg"
Dim country
As String =
"The Netherlands"
Dim title
As String =
"System Administrator/Developer"
Dim contact
As New List(Of String) From {
"email: [email protected]",
"phone: (0487) - 225020"}
Dim education
As New List(Of String) From {
"Koning Willem 1 College: 2012 - 2013 - Global Management ICT",
"Koning Willem 1 College: 2014 - 2016 - Management ICT/Network Administrator",
"Rijn Ijssel College: 2016 - 2018 - Application Developer/Administrator"}
Dim skills
As New Dictionary(Of String, List(Of String)) From {
{"languages",
New List(Of String) From {
"VB.Net", "Basic Python", "Basic C#", "Basic IL", "HTML", "Basic PHP", "Basic JS"}},
{"other",
New List(Of String) From {
"Powershell", "Microsoft Office Suite", "Intune",
"Advanced Thread Protection", "Http(s) (reversing)", "Basic SQL", "Shopify", "Mollie Payments"}}}
Dim projects
As New List(Of String) From {
"List Alert: A Crypto Listing Bot",
"Wie Nog Wakker App (iOS): An app for iPhone that shows who is awake at night (Focused on the party scene during the corona pandemic)",
"BingoPlatform: A handy tool for automating online bingo games + donation timer",
"Chatbridge: A tool that converts WhatsApp messages to comma-separated or Json output, so streamtools (vMix or OBS) can read it"}
End Module