diff --git a/src/routes/+page.svelte b/src/routes/+page.svelte index a2c0b51..b315415 100644 --- a/src/routes/+page.svelte +++ b/src/routes/+page.svelte @@ -21,6 +21,11 @@ SKILLS.sort((a, b) => b.years - a.years); const PROJECTS = [ + { + name: 'Lightweight low-latency virtual networking', + href: '/blog/tumthesis', + description: 'Evaluate the performance of containers in low-latency networking', + }, { name: 'This site', href: 'https://github.com/AlexDaichendt/site', @@ -42,7 +47,6 @@ href: 'https://github.com/discretize/discretize-ui', description: 'UI library for mirroring tooltips of the MMO Guild Wars 2', }, - { name: 'LandLord', href: 'https://www.spigotmc.org/resources/landlord-2.44398/', @@ -55,13 +59,13 @@

Hi, my name is Alex!

-

I am a software engineer, Linux enthusiast and a friend of automation.

+

I am a software engineer, Linux enthusiast and a friend of lightweight, resilient systems.

Programming has been a hobby of mine since my teens. Been working on countless projects for - various games. For a few years now I am maintaining a small homelab, which got me into DevOps. I - am a privacy enthusiast and advocate for non-invasive software. Sometimes, I build slick websites - that do not load megabytes of data. Currently I complete my Bachelors degree in computer science - at + various games. For a few years now I am maintaining a small homelab, which got me into DevOps/SRE. + I am a privacy enthusiast and advocate for non-invasive software. Sometimes, I build slick + websites that do not load megabytes of data. Currently I complete my Bachelors degree in computer + science at TUM and will continue with my Masters.