feat: add new career

This commit is contained in:
Bart van der Braak 2024-07-02 02:09:19 +02:00
parent c6318750ed
commit cd198792d1
2 changed files with 26 additions and 16 deletions

View file

@ -20,6 +20,12 @@ export type TimelineItem = {
}; };
const timeline: TimelineItem[] = [ const timeline: TimelineItem[] = [
{
title: 'DevOps Engineer',
subTitle: 'Blender',
icon: Briefcase,
startYear: 2021
},
{ {
title: 'Linux Foundation Certified Systems Administrator (LFCS)', title: 'Linux Foundation Certified Systems Administrator (LFCS)',
subTitle: 'The Linux Foundation', subTitle: 'The Linux Foundation',

View file

@ -61,30 +61,34 @@
<div class="text-md mt-12 flex flex-col gap-8 md:flex-row"> <div class="text-md mt-12 flex flex-col gap-8 md:flex-row">
<div class="flex-1 empty:hidden"> <div class="flex-1 empty:hidden">
<p> <p>
I'm a DevOps and Platform Engineering enthusiast from Zaandam, The Netherlands. Started my I'm a DevOps and Platform Engineering enthusiast from Zaandam, The Netherlands. I studied
journey in Information Sciences at the Vrije Universiteit Amsterdam, quickly learning and data science and machine learning at the Vrije Universiteit, where I adopted skills in
adopting Python, Javascript and Linux. These days, I'm also working alot with Terraform, Python, JavaScript, and Linux.
Bicep, and Kubernetes, creating cloud infra solutions that are sustainable.
</p> </p>
<p class="mt-2"> <p class="mt-2">
Over at <a In my free time, I enjoy working on personal projects or playing games with friends.
Beyond the screens, you can find me vibing to vinyl, watching movies, attending concerts
and festivals, and sharing laughs with my oversized cat and amazing girlfriend. I also
enjoy a good whiskey and am always up for a chat or ready to help.
</p>
<p class="mt-2">
At <a
target="_blank" target="_blank"
rel="noreferrer" rel="noreferrer"
class="font-medium underline underline-offset-4" class="font-medium underline underline-offset-4"
href="https://www.wearetriple.com">Triple</a href="https://www.wearetriple.com">Triple</a
>, my role involves providing services to clients including HEINEKEN, BAM, and citizenM. I >, I provided cloud services for clients like HEINEKEN, BAM, and citizenM, using Akamai,
utilize tools like Akamai, Azure, Azure DevOps and SendGrid to create and maintain robust, Azure, and Azure DevOps to create and maintain robust, scalable cloud infrastructures.
scalable cloud infrastructures. For operational purposes, I employ technologies like
SaltStack, PRTG, and LogicMonitor.
</p> </p>
<p class="mt-2"> <p class="mt-2">
I love to work on personal projects or playing games with friends. Beyond the screens, you Currently, I work at <a
can catch me vibing to vinyl, watching movies, hitting concerts and festivals. target="_blank"
</p> rel="noreferrer"
<p class="mt-2"> class="font-medium underline underline-offset-4"
When the dust settles, my life is all about sharing laughs with my oversized cat and with href="https://www.blender.org">Blender</a
my amazing girlfriend. I also enjoy a good whiskey, and I'm always up for a chat or down >, creating free and open-source 3D software. I streamline the build, test, and release
to help. processes for Blender and related services, aiming to improve both the user and developer
experience.
</p> </p>
</div> </div>