Skip to content

Instantly share code, notes, and snippets.

@robvanderleek
Last active May 13, 2024 20:41
Show Gist options
  • Save robvanderleek/6253282df734d0f51190f65299d65cb8 to your computer and use it in GitHub Desktop.
Save robvanderleek/6253282df734d0f51190f65299d65cb8 to your computer and use it in GitHub Desktop.
{
"$schema": "https://raw.githubusercontent.com/jsonresume/resume-schema/v1.0.0/schema.json",
"basics": {
"name": "Rob van der Leek",
"label": "Senior Software Engineer",
"image": "",
"url": "https://robvanderleek.github.io",
"summary": "Software engineer with over 15 years of industry experience. Feels confident working in greenfield environments and skilled in setting up architectures and development processes from scratch. Loves to work with modern technologies and frameworks, knows the importance of selecting the right tool for the job. Desire to understand the inner workings and the business context of a software product. Software minimalist, is aware of the challenges of long-term maintenance. Strong communicator, both written and spoken.",
"comment-location": {
"countryCode": "NL",
"region": "Zuid-Holland"
},
"profiles": [
{
"network": "LinkedIn",
"url": "https://www.linkedin.com/in/rob-van-der-leek-66596962/"
},
{
"network": "GitHub",
"url": "https://github.com/robvanderleek"
},
{
"network": "Twitter",
"url": "https://twitter.com/robvanderleek"
},
{
"network": "Medium",
"url": "https://robvanderleek.medium.com/"
}
]
},
"work": [
{
"name": "Kepler Vision Technologies",
"location": "Amsterdam, The Netherlands",
"description": "Develops software for body-language understanding using Computer Vision and Machine Learning technology.",
"position": "Senior Software Engineer",
"url": "https://keplervision.eu/",
"startDate": "2018-06-01",
"summary": "In my role as a software engineer at Kepler I'm building and maintaining various parts of the internal software stack.",
"highlights": [
"Building an annotation toolkit to label image and video data, main technologies: Java, JavaScript, TypeScript, Spring Boot and React",
"Setting up continuous integration & delivery pipelines for machine learning models, using CI/CD pipelines in GitHub Actions and Jenkins",
"Setting up and maintaining the cloud infrastructure that's used for development (training/testing) and production (inference), using Amazon Web Services and Terraform"
]
},
{
"name": "Software Improvement Group",
"location": "Amsterdam, The Netherlands",
"description": "Management consultancy company focusing on software quality, software risks and software economics",
"position": "Senior Software Quality Consultant",
"url": "https://www.softwareimprovementgroup.com/",
"startDate": "2005-02-01",
"endDate": "2018-05-01",
"summary": "In my role as a consultant I assessed both newly built systems or systems that are in operation for over 30 years. These systems ranged from embedded software to multi-technology back-office portfolios (basically from mobile to mainframe). For this job I combined my analytical skills, automated software analysis, structured analysis processes and expert opinion.",
"highlights": [
"Building a static code analysis toolkit to determine the quality of codebases, worked with a large variety of parsing technologies in Java",
"Co-authoring a book on building maintainable software",
"Building a self-service platform for code quality: https://bettercodehub.com, main technologies: Java, JavaScript, Spring Boot, Angular, GitHub"
]
}
],
"volunteer": [
{
"organization": "CoderDojo",
"position": "Mentor",
"url": "https://coderdojo-alphenaandenrijn.nl",
"startDate": "2021-09-26",
"summary": "Global movement of free coding clubs for young people."
}
],
"education": [
{
"institution": "Delft University of Technology",
"url": "https://www.tudelft.nl",
"area": "Software Engineering",
"studyType": "Master",
"startDate": "2001-09-01",
"endDate": "2005-05-01"
}
],
"publications": [
{
"name": "Building Maintainable Software: Ten Guidelines for Future-Proof Code",
"publisher": "O'Reilly Media, Inc",
"releaseDate": "2016-01-27",
"url": "https://www.oreilly.com/library/view/building-maintainable-software/9781491955987/",
"summary": "10 easy-to-follow guidelines, derived from analyzing hundreds of real-world systems, for delivering software that’s easy to maintain and adapt."
}
],
"skills": [
{
"name": "Programming Languages",
"level": "Master",
"keywords": [
"Java",
"Python",
"JavaScript",
"TypeScript",
"HTML",
"CSS",
"Unix Shell"
]
},
{
"name": "Frameworks",
"level": "Master",
"keywords": [
"Spring Boot",
"React",
"NextJS",
"Flask",
"REST"
]
},
{
"name": "Tools",
"level": "Master",
"keywords": [
"Docker",
"Amazon Web Services",
"Heroku",
"Terraform",
"Git",
"GitHub"
]
}
],
"languages": [
{
"language": "Dutch",
"fluency": "Native speaker"
},
{
"language": "English",
"fluency": "Professional Working Proficiency"
}
],
"interests": [
{
"name": "Hobbies",
"keywords": [
"Side projects",
"Reading",
"Biking",
"Skiing"
]
}
],
"references": [
{
"name": "Harro Stokman, CEO, Founder",
"reference": "Rob was among the first engineers that joined Kepler Vision in June 2018 and has played a key role in the architecture and implementation of the Kepler Night Nurse software. He is a skilled software developer who knows how to design software that is reliable, scalable and maintainable. Rob oversees the complete development process, from inception to delivery. He takes the lead in setting up internal ways of working, and knows how to translate client needs into product features."
},
{
"name": "Joost Visser, Professor at Leiden University",
"reference": "Rob is a solid, all-round software engineer and razor-sharp consultant. As my co-author on the O’Reilly book Building Maintainable Software and as lead developer for Better Code Hub, he demonstrated a strong vision on software quality and how to embed code quality analysis in modern software development practices. As a software consultant Rob demonstrated deep insights in the challenges of enterprise software. He contributed strongly to the development of industry-strength software analysis tooling and to its effective application to support IT portfolio governance."
}
],
"projects": [
{
"name": "Patching.io",
"description": "Timeline of awesome apps from Glitch.com",
"url": "https://patching.io"
},
{
"name": "Create Issue Branch",
"description": "GitHub App/Action that automates the creation of issue branches",
"url": "https://github.com/apps/create-issue-branch"
}
],
"meta": {
"canonical": "https://raw.githubusercontent.com/jsonresume/resume-schema/master/resume.json",
"version": "v1.0.0",
"lastModified": "2021-10-22T17:00:00",
"theme": "kendall"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment