Skip to content

Instantly share code, notes, and snippets.

@martijnsouman
Last active April 27, 2025 21:27
Show Gist options
  • Save martijnsouman/018cdafb8a3c9f7c850c6ff2743add12 to your computer and use it in GitHub Desktop.
Save martijnsouman/018cdafb8a3c9f7c850c6ff2743add12 to your computer and use it in GitHub Desktop.
{
"$schema": "https://raw.githubusercontent.com/jsonresume/resume-schema/refs/heads/master/schema.json",
"basics": {
"name": "Martijn Souman",
"label": "Software Engineer",
"picture": "",
"email": "emsouman@gmail.com",
"phone": "+31 6 45 108 442",
"website": "",
"summary": "Passionate about developing custom software solutions tailored to business needs.",
"location": {
"city": "Gouda",
"region": "Zuid-Holland",
"country": "NL"
},
"profiles": [
{
"network": "LinkedIn",
"username": "martijnsouman",
"url": "https://www.linkedin.com/in/martijnsouman/"
}
]
},
"work": [
{
"company": "Alten Nederland",
"position": "Software Engineer",
"website": "https://www.alten.nl/",
"startDate": "2007-08",
"summary": "",
"highlights": []
}
],
"education": [
{
"institution": "Universiteit Twente",
"area": "Electrical Engineering",
"studyType": "MSc",
"startDate": "1999-09",
"endDate": "2002-03",
"gpa": "",
"courses": []
}
],
"skills": [
],
"languages": [
{
"language": "Dutch",
"fluency": "Native"
},
{
"language": "English",
"fluency": "Fluent"
},
{
"language": "German",
"fluency": "Intermediate"
}
],
"certificates": [
],
"projects": [
{
"name": "ERP-implementatie bij Opdrachtgever A",
"entity": "Opdrachtgever A",
"startDate": "2015-02-01",
"endDate": "2017-06-01",
"description": "Implementatie van SAP S/4HANA en training van eindgebruikers.",
"roles": ["Implementatieconsultant"],
"url": "https://www.opdrachtgever-a.nl",
"highlights": [
"SAP S/4HANA geïmplementeerd.",
"Training verzorgd voor 200+ eindgebruikers."
]
},
{
"name": "Cloudmigratie bij Opdrachtgever B",
"entity": "Opdrachtgever B",
"startDate": "2017-07-01",
"endDate": "2020-03-01",
"description": "Migratie van servers naar Azure en optimalisatie van processen.",
"roles": ["Cloud Specialist"],
"url": "https://www.opdrachtgever-b.nl",
"highlights": [
"Migratie van 500+ servers naar Azure.",
"CI/CD pipelines geautomatiseerd."
]
},
{
"name": "Data-analyse bij Opdrachtgever C",
"entity": "Opdrachtgever C",
"startDate": "2020-04-01",
"endDate": "2025-01-01",
"description": "Ontwikkeling van Power BI dashboards en advies over datamanagement.",
"roles": ["Data Analist"],
"url": "https://www.opdrachtgever-c.nl",
"highlights": [
"Opzetten van complete BI-oplossingen.",
"Data governance framework geïntroduceerd."
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment