From cd198792d17272cc585580fe53b3137a9f917d2b Mon Sep 17 00:00:00 2001 From: Bart van der Braak Date: Tue, 2 Jul 2024 02:09:19 +0200 Subject: [PATCH] feat: add new career --- src/lib/content/timeline.ts | 6 ++++++ src/routes/+page.svelte | 36 ++++++++++++++++++++---------------- 2 files changed, 26 insertions(+), 16 deletions(-) diff --git a/src/lib/content/timeline.ts b/src/lib/content/timeline.ts index d476250..a254e93 100644 --- a/src/lib/content/timeline.ts +++ b/src/lib/content/timeline.ts @@ -20,6 +20,12 @@ export type TimelineItem = { }; const timeline: TimelineItem[] = [ + { + title: 'DevOps Engineer', + subTitle: 'Blender', + icon: Briefcase, + startYear: 2021 + }, { title: 'Linux Foundation Certified Systems Administrator (LFCS)', subTitle: 'The Linux Foundation', diff --git a/src/routes/+page.svelte b/src/routes/+page.svelte index 0e3edcc..c50e094 100644 --- a/src/routes/+page.svelte +++ b/src/routes/+page.svelte @@ -61,30 +61,34 @@

- I'm a DevOps and Platform Engineering enthusiast from Zaandam, The Netherlands. Started my - journey in Information Sciences at the Vrije Universiteit Amsterdam, quickly learning and - adopting Python, Javascript and Linux. These days, I'm also working alot with Terraform, - Bicep, and Kubernetes, creating cloud infra solutions that are sustainable. + I'm a DevOps and Platform Engineering enthusiast from Zaandam, The Netherlands. I studied + data science and machine learning at the Vrije Universiteit, where I adopted skills in + Python, JavaScript, and Linux.

- Over at +

+ At Triple, my role involves providing services to clients including HEINEKEN, BAM, and citizenM. I - utilize tools like Akamai, Azure, Azure DevOps and SendGrid to create and maintain robust, - scalable cloud infrastructures. For operational purposes, I employ technologies like - SaltStack, PRTG, and LogicMonitor. + >, I provided cloud services for clients like HEINEKEN, BAM, and citizenM, using Akamai, + Azure, and Azure DevOps to create and maintain robust, scalable cloud infrastructures.

- I love to work on personal projects or playing games with friends. Beyond the screens, you - can catch me vibing to vinyl, watching movies, hitting concerts and festivals. -

-

- When the dust settles, my life is all about sharing laughs with my oversized cat and with - my amazing girlfriend. I also enjoy a good whiskey, and I'm always up for a chat or down - to help. + Currently, I work at Blender, creating free and open-source 3D software. I streamline the build, test, and release + processes for Blender and related services, aiming to improve both the user and developer + experience.