From 1c533394b1b918508c25c851934e88b2c73b594e Mon Sep 17 00:00:00 2001 From: Thom Werring Date: Sun, 22 Oct 2023 18:35:38 +0200 Subject: [PATCH] Completed my work history --- src/experiences/experiences.ts | 41 ++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) diff --git a/src/experiences/experiences.ts b/src/experiences/experiences.ts index 76d0fe5..8437a07 100644 --- a/src/experiences/experiences.ts +++ b/src/experiences/experiences.ts @@ -37,6 +37,20 @@ Notably, I lead to the migration from managed hosting to self-hosted infrastruct }, ], }, + { + name: "Mediacollege Amsterdam", + city: "Amsterdam", + url: "https://ma-web.nl", + jobTitle: "Internship / Teacher in training", + startDate: new Date(2013, 7, 1), + endDate: new Date(2014, 1, 31), + description: `My internship as a teacher-in-training at Mediacollege Amsterdam during my Education minor was an enriching experience. I guided students through the intricacies of PHP and JavaScript programming, fostering their comprehension of essential concepts. Alongside teaching, I provided individualized support, assisting students with coursework challenges and promoting their academic success. This internship honed my communication, problem-solving, and event organization skills, shaping my approach to effective and engaging teaching.`, + skills: [ + { + name: "Communication|Problem-solving|Event Organization", + }, + ], + }, { name: "Werring Webdevelopment", city: "Middenbeemster", @@ -69,4 +83,31 @@ In late 2014, Sv. Ingenium merged with a larger society to become Ingenium Cabo }, ], }, + { + name: "Chellomedia / Film1", + city: "Amsterdam", + url: "http://film1.nl/", + jobTitle: "Internship", + startDate: new Date(2008, 2, 1), + endDate: new Date(2008, 5, 30), + description: `My internship at Chellomedia/Film1 immersed me in the world of digital media and caffeine. Apart from crafting animated banners and modifying movie promotional websites with ActionScript 3, I discovered a hidden talent for serving coffee that kept the team energized and creatively fueled. `, + skills: [ + { + name: "Teamwork|Communication", + }, + ], + }, + { + name: "Pressofoon B.V.", + city: "Heemskerk", + jobTitle: "Internship", + startDate: new Date(2007, 8, 1), + endDate: new Date(2009, 11, 31), + description: `My internship at Pressofoon B.V. was an opportunity to learn and contribute alongside experienced professionals. Guided by mentors, I applied my developing programming skills, crafting JavaScript, HTML, and PHP scripts for multiple websites. I also assisted in redesigning the company website, learning from the design team's expertise. Alongside these technical contributions, I observed and participated in a new product launch, gaining valuable insights into product marketing and customer engagement. Throughout my internship, I strived to be a team player, collaborating effectively to achieve common goals.`, + skills: [ + { + name: "Teamwork|Communication", + }, + ], + }, ] satisfies ExperienceType[];