diff --git a/src/lib/home/Portfolio.svelte b/src/lib/home/Portfolio.svelte index a1f7296..405bcbe 100644 --- a/src/lib/home/Portfolio.svelte +++ b/src/lib/home/Portfolio.svelte @@ -16,6 +16,8 @@ "Blender", "PostgreSQL", "TailwindCSS", + "Rust", + "Blazor", "Redis", "Svelte", ]; @@ -26,16 +28,18 @@ "Django", "Vue", "Java", + "C#", "JavaFX", "NGINX", "Docker", + "PayPal", "REST", "GraphQL", "TypeORM", "Eloquent", "Express", - "Composer", "Bash", + ".NET" ]; const words3 = [ @@ -46,12 +50,14 @@ "Pug", "Wordpress", "Vercel", + "SEO", "Netlify", "AWS S3", "Backblaze", "Bootstrap", "Fontawesome", "Sass", + ".NET Core", "Webpack", "Linux", ]; @@ -122,11 +128,11 @@

The site was built from the ground up using the TALL stack in PHP (Tailwindcss, Alpine, Livewire and Laravel) - and gave me a lot of experience working with not just PHP and every single feature within the Laravel framework and all of the ecosystem. + and gave me a lot of experience working with PHP and every single feature within the Laravel framework and all of the ecosystem.

- In the project I have gone through a large array of different kinds of features and business processes ranging from Dockerization to documentation and load testing to backup storage. + In the project I have gone through a large array of different kinds of features and business processes ranging from Docker to PayPal and from load testing with NGINX to backup storage with S3.

- Warning: Puppy Pride is an adult themed social network for people into petplay based in England. Explicit imagry may be present. + Warning: Puppy Pride is an adult themed social network for people into petplay based in England. Explicit imagery may be present. Due to the site's content, logging in is required to view the majority of its features.

@@ -217,6 +223,11 @@ +
+ Agro IT

2023

+

Agro IT is an agricultural software company in The Netherlands. In my 5 month long internship I developed a new modern web app that connected to their existing rVDM suites.

+
+
Witteveen+Bos

2022

Witteveen+Bos is a major worldwide agricultural software company. During my internship me and my team developed a generic authentication system in Django that would be used as a customized plug-in template for new projects at the company.

diff --git a/src/routes/index.svelte b/src/routes/index.svelte index 64f6d6c..437cc6c 100644 --- a/src/routes/index.svelte +++ b/src/routes/index.svelte @@ -4,7 +4,7 @@ import Form from "$lib/home/Form.svelte"; import Portfolio from "$lib/home/Portfolio.svelte"; import Quote from "$lib/home/Quote.svelte"; -import Sona from "$lib/home/Sona.svelte"; + import Sona from "$lib/home/Sona.svelte"; import Virtual from "$lib/home/Virtual.svelte";