Last active
May 2, 2023 20:38
-
-
Save JeffreyVdb/04adb41da7860c544b0f083e19bc4b5f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"$schema": "https://raw.githubusercontent.com/jsonresume/resume-schema/v1.0.0/schema.json", | |
"basics": { | |
"name": "Jeffrey Vandenborne", | |
"label": "Software Engineer - Sysadmin - Tech geek", | |
"image": "", | |
"email": "[email protected]", | |
"phone": "+32483126523", | |
"url": "https://jeffrey.vandenborne.co", | |
"summary": "I believe that a good software engineer should be like a chameleon: instantly able to adapt the technologies required for the task at hand. Choosing the right tool for the job is the real complexity.", | |
"location": { | |
"countryCode": "BE", | |
"address": "Belgium", | |
"city": "Hasselt", | |
"region": "Limburg" | |
}, | |
"profiles": [ | |
{ | |
"network": "LinkedIn", | |
"username": "jeffreyvandenborne", | |
"url": "https://www.linkedin.com/in/jeffreyvandenborne/" | |
} | |
] | |
}, | |
"work": [ | |
{ | |
"name": "Kiswe", | |
"position": "Site Reliability Engineer", | |
"startDate": "2022-05-09", | |
"highlights": [ | |
"Introduce infrastructure as code environment", | |
"Deploy monitoring stack", | |
"Build and update golden images" | |
], | |
"url": "https://www.kiswe.com", | |
"location": "Hasselt, Corda Campus" | |
}, | |
{ | |
"name": "TrendMiner", | |
"position": "DevOps Engineer / Technical Lead", | |
"startDate": "2020-08-31", | |
"endDate": "2022-05-06", | |
"highlights": [ | |
"Second line technical customer support", | |
"Development Go/Python and java services", | |
"Wrote GitOps service in Python/FastAPI", | |
"Worked with Terraform/Ansible to manage Azure/Hetzner infrastructure", | |
"Improved NSS plugin in Rust", | |
"Split single terraform state into multiple states", | |
"Managed application infrastructure with Kubernetes and Nomad" | |
], | |
"url": "https://www.linkedin.com/company/trendminer/", | |
"location": "Hasselt, Corda Campus" | |
}, | |
{ | |
"name": "Nexuzhealth", | |
"position": "Operations Engineer", | |
"startDate": "2019-09-30", | |
"endDate": "2020-08-31", | |
"highlights": [ | |
"Used Groovy DSL to simplify Jenkins pipelines", | |
"Worked on Go services", | |
"Supported development team with CI/CD", | |
"Managed Google Cloud Platform infrastructure with Terraform" | |
], | |
"url": "https://www.linkedin.com/company/nexuzhealth/", | |
"location": "Hasselt" | |
}, | |
{ | |
"name": "TrendMiner", | |
"position": "DevOps Engineer", | |
"startDate": "2018-12-31", | |
"endDate": "2019-08-31", | |
"highlights": [ | |
"Managed infrastructure in a physical datacenter with Ansible", | |
"Set up Linux virtual machines with libvirt and Ansible", | |
"Provided second line technical customer support" | |
], | |
"url": "https://www.linkedin.com/company/trendminer/" | |
}, | |
{ | |
"name": "icapps", | |
"position": "Back-end Developer", | |
"startDate": "2018-10-31", | |
"endDate": "2018-12-31", | |
"highlights": [ | |
"Rewrote a service for a customer from a PHP backend to a NodeJS backend" | |
], | |
"url": "https://www.linkedin.com/company/icapps/", | |
"location": "Antwerp" | |
}, | |
{ | |
"name": "Mobile Vikings", | |
"position": "Operations Engineer", | |
"startDate": "2015-07-31", | |
"endDate": "2018-10-31", | |
"highlights": [ | |
"Managed infrastructure with Ansible/Puppet", | |
"Python scripting to correct data related production issues", | |
"Internal IT", | |
"Application development with Python/Django" | |
], | |
"url": "https://www.linkedin.com/company/mobilevikings/", | |
"location": "Hasselt" | |
}, | |
{ | |
"name": "Dev IT", | |
"position": "Software Engineer", | |
"startDate": "2015-01-01", | |
"endDate": "2015-07-31", | |
"highlights": ["Web development for customers using PHP and Laravel"] | |
}, | |
{ | |
"name": "CURA", | |
"position": "Developer", | |
"startDate": "2013-10-01", | |
"endDate": "2014-03-01", | |
"highlights": ["PHP web development with CodeIgniter"], | |
"url": "https://www.linkedin.com/company/cura-bhv/" | |
}, | |
{ | |
"name": "Compliz", | |
"position": "Full stack developer / Sysadmin", | |
"startDate": "2012-08-31", | |
"endDate": "2013-09-30", | |
"highlights": [ | |
"PHP web development with CodeIgniter and Laravel", | |
"Deployed and maintained services via hosting provider" | |
] | |
} | |
], | |
"volunteer": [], | |
"education": [ | |
{ | |
"institution": "XIOS Hogeschool Limburg", | |
"area": "Computer Science", | |
"studyType": "Bachelor's degree", | |
"startDate": "2009-09-01", | |
"endDate": "2012-06-31", | |
"score": "", | |
"courses": [] | |
} | |
], | |
"awards": [], | |
"certificates": [], | |
"publications": [], | |
"skills": [ | |
{ | |
"name": "🐧 Linux server management", | |
"keywords": ["RedHat based", "Debian based"] | |
}, | |
{ | |
"name": "Shell / Dynamically typed", | |
"keywords": [ | |
"Powershell", | |
"Python", | |
"Bash", | |
"Perl", | |
"Javascript", | |
"PHP", | |
"Groovy" | |
] | |
}, | |
{ | |
"name": "Statically typed", | |
"keywords": ["Go", "Java", "Rust", "Zig", "C"] | |
}, | |
{ | |
"name": "Infrastructure as code", | |
"keywords": ["Terraform", "Ansible"] | |
}, | |
{ | |
"name": "Databases", | |
"keywords": ["MySQL", "PostgreSQL", "Pebble", "DynamoDB"] | |
}, | |
{ | |
"name": "Frameworks", | |
"keywords": [ | |
"Laravel", | |
"Django", | |
"Flask", | |
"CodeIgniter", | |
"FastAPI", | |
"Fastify" | |
] | |
}, | |
{ | |
"name": "Miscellaneous", | |
"keywords": [ | |
"Git", | |
"NginX", | |
"Apache", | |
"GNU/Make", | |
"Docker/Podman", | |
"Kubernetes", | |
"Hashicorp stack", | |
"RabbitMQ", | |
"Prometheus" | |
] | |
} | |
], | |
"languages": [ | |
{ | |
"fluency": "Native Speaker", | |
"language": "Dutch" | |
}, | |
{ | |
"fluency": "Fluent Speaker", | |
"language": "English" | |
} | |
], | |
"interests": [ | |
{ | |
"name": "☕ Brewing coffee" | |
}, | |
{ | |
"name": "📺 TV shows" | |
} | |
], | |
"references": [], | |
"projects": [], | |
"meta": { | |
"theme": "elegant", | |
"version": "v1.0.0", | |
"canonical": "https://github.com/jsonresume/resume-schema/blob/v1.0.0/schema.json" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment