Completed my work history
This commit is contained in:
parent
e83403d67d
commit
1c533394b1
1 changed files with 41 additions and 0 deletions
|
|
@ -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",
|
name: "Werring Webdevelopment",
|
||||||
city: "Middenbeemster",
|
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[];
|
] satisfies ExperienceType[];
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue