From dca7f9c5c251380ed3af8cf92bdc43d90c1cda55 Mon Sep 17 00:00:00 2001
From: Thom Werring
Date: Sat, 21 Oct 2023 10:30:15 +0200
Subject: [PATCH] Added descriptions and tags
---
cv/src/main.ts | 28 ++++++++++++++++++++++++++++
1 file changed, 28 insertions(+)
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
+
+ - NodeJs, TypeScript, Javascript Building scalable microservices
+ - Docker and Kubernetes Containerizing and deploying microservices to AWS EKS
+ - AWS Building, deploying, and monitoring cloud-based applications (EKS, Lambda, API Gateway, CloudWatch, etc.).
+ - DevOps Automating deployments and CI/CD pipelines.
+ - On call Handling outages and maintenance during nights & weekends
+
+
`)
+ .addTag("Blackorange", `Junior Developer - Amsterdam
October 2014 - September 2018
+
+ - PHP, Laravel Building websites and -applications in PHP Laravel
+ - Linux System Administrator Setup & maintenance of our application hosting
+
+`)
+ .addTag("Werring webdevelopment", `ZZP - Middenbeemster
Januari 2012 - December 2016
+
+ - PHP, Wordpress Building websites in PHP & Wordpress
+ - Webhosting & Email managing webhosting for companies.
+
+`)
.build();
const document = SwaggerModule.createDocument(app, config, {
operationIdFactory: (controllerKey: string, methodKey: string) => (`${methodKey[0].toUpperCase()}${methodKey.substring(1)}`)