updated projects
parent
019417fc9b
commit
390e679fb4
|
@ -8,28 +8,29 @@ import React from "react";
|
||||||
const list = {
|
const list = {
|
||||||
german: [
|
german: [
|
||||||
{
|
{
|
||||||
name: "Privat",
|
link: "https://git.krakatoa.umbach.dev/Alex/lawn-mower",
|
||||||
description: "Privates Projekt",
|
name: "Rasenroboter",
|
||||||
language: "Go, Java",
|
description: "Autonom fahrender Rasenroboter",
|
||||||
date: "09/2021 - jetzt",
|
language: "Go, Python, React, WebSocket, ZeroMQ",
|
||||||
|
date: "02/2022 - jetzt",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "Privat",
|
name: "Serverentwicklung",
|
||||||
description: "Privates Projekt",
|
description: "Erweiterungen entwickelt für ein Spiel",
|
||||||
language: "ReactNative (Android & iOS)",
|
language: "Go, Java, Redis, MongoDB",
|
||||||
date: "05/2021 - 08/2021",
|
date: "09/2021 - 01/2022",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "Privat",
|
name: "Mobile App",
|
||||||
description: "Privates Projekt",
|
description: "Swipe-App ähnlich wie TikTok",
|
||||||
language: "Go",
|
language: "ReactNative (Android & iOS), Go, RabbitMQ",
|
||||||
date: "05/2021 - 08/2021",
|
date: "05/2021 - 08/2021",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
link: "https://git.krakatoa.umbach.dev/Alex/my-website",
|
link: "https://git.krakatoa.umbach.dev/Alex/my-website",
|
||||||
name: "Persönliche Webseite",
|
name: "Persönliche Webseite",
|
||||||
description: "Veranschaulichung von Informationen",
|
description: "Veranschaulichung von Informationen",
|
||||||
language: "React.js, JavaScript, CSS, HTML",
|
language: "React, JavaScript, CSS, HTML",
|
||||||
date: "07/2021",
|
date: "07/2021",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -42,28 +43,29 @@ const list = {
|
||||||
],
|
],
|
||||||
english: [
|
english: [
|
||||||
{
|
{
|
||||||
name: "Private",
|
link: "https://git.krakatoa.umbach.dev/Alex/lawn-mower",
|
||||||
description: "Private project",
|
name: "Lawn mower",
|
||||||
language: "Go, Java",
|
description: "Autonomous driving lawn mower",
|
||||||
date: "09/2021 - now",
|
language: "Go, Python, React, WebSocket, ZeroMQ",
|
||||||
|
date: "02/2022 - now",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "Private",
|
name: "Server development",
|
||||||
description: "Private project",
|
description: "Extensions developed for a game",
|
||||||
language: "ReactNative (Android & iOS)",
|
language: "Go, Java, Redis, MongoDB",
|
||||||
date: "05/2021 - 08/2021",
|
date: "09/2021 - 01/2022",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "Private",
|
name: "Mobile App",
|
||||||
description: "Private project",
|
description: "Swipe app similar to tiktok",
|
||||||
language: "Go",
|
language: "ReactNative (Android & iOS), Go, RabbitMQ",
|
||||||
date: "05/2021 - 08/2021",
|
date: "05/2021 - 08/2021",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
link: "https://git.krakatoa.umbach.dev/Alex/my-website",
|
link: "https://git.krakatoa.umbach.dev/Alex/my-website",
|
||||||
name: "This website",
|
name: "This website",
|
||||||
description: "Visualization of information",
|
description: "Visualization of information",
|
||||||
language: "React.js, JavaScript, CSS, HTML",
|
language: "React, JavaScript, CSS, HTML",
|
||||||
date: "07/2021",
|
date: "07/2021",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue