diff --git a/cv/src/main.ts b/cv/src/main.ts index 4bb7d54..9347d9a 100644 --- a/cv/src/main.ts +++ b/cv/src/main.ts @@ -15,6 +15,34 @@ async function bootstrap() { bearerFormat: "bearer", }, "Credentials") .setVersion("1.0.0a") + .setContact("Thom Werring", null, "cv@t-werring.nl") + .addTag("Skills", + `

+ I'm a software lead with 5+ years of experience in cloud-native development and Agile/Scrum methodologies. I'm passionate about building and leading high-performing teams to deliver scalable and reliable cloud-based applications. I have a proven track record of success in using Node.js, TypeScript, JavaScript, Docker, Kubernetes, AWS, DevOps, Git, microservices, and HAProxy to create and deploy innovative solutions.
+ I'm also a strong communicator and collaborator, and I'm always looking for ways to improve my skills and knowledge. I'm excited about the future of cloud computing, and I'm eager to use my skills and experience to help others achieve their goals. +

+`) + .addTag("Saysimple", `

Senior Developer - Haarlem
October 2018 - PRESENT

+

+

`) + .addTag("Blackorange", `

Junior Developer - Amsterdam
October 2014 - September 2018

+

+

`) + .addTag("Werring webdevelopment", `

ZZP - Middenbeemster
Januari 2012 - December 2016

+

+

`) .build(); const document = SwaggerModule.createDocument(app, config, { operationIdFactory: (controllerKey: string, methodKey: string) => (`${methodKey[0].toUpperCase()}${methodKey.substring(1)}`)