I'm Tim, living in Amsterdam and I'm passionate about coding, test automation, and CI/CD. My main languages are Python, Typescript and JavaScript.
- Currently playing around with Go
- Enabling quality on all levels: unit, component, integration and end-to-end
- Making sure everything will run Blazingly Fast in CI/CD
const getGitHubProfile = (): Developer => {
return {
firstName: 'Tim',
role: 'Quality Assurance Automation Engineer',
languages: ['JavaScript', 'TypeScript', 'Python'],
technologies: ['Cypress', 'Playwright', 'Jest', 'Robot Framework'],
ci: ['GitHub', 'Jenkins', 'GitLab']
}
}
getGitHubProfile()