From 4ef44e2a121a99a096aac32789ee3f5cee700b12 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dawid=20Wysoki=C5=84ski?= Date: Tue, 1 Nov 2022 08:35:02 +0100 Subject: [PATCH] chore: update projects --- .../components/Portfolio/projects.js | 33 +++++++++---------- 1 file changed, 15 insertions(+), 18 deletions(-) diff --git a/src/features/IndexPage/components/Portfolio/projects.js b/src/features/IndexPage/components/Portfolio/projects.js index 4cb4a70..d06a751 100644 --- a/src/features/IndexPage/components/Portfolio/projects.js +++ b/src/features/IndexPage/components/Portfolio/projects.js @@ -3,25 +3,22 @@ const projects = [ title: 'TWHelp', description: 'Various tools for the browser-based game Tribal Wars.', technologies: [ - 'GraphQL', - 'Golang', - 'gqlgen', - 'Gin', - 'bwmarrin/discordgo', - 'robfig/cron', - 'Redis', - 'PostgreSQL', - 'TypeScript', + 'Go', + 'go-chi', + 'DiscordGo', 'React', - 'Gatsby', - 'Material-UI', - 'Create React App', - 'Apollo', - 'Parcel', + 'Next.js', + 'PostgreSQL', + 'RabbitMQ', 'Docker', + 'Kubernetes', + 'Terraform', + 'Ansible', + 'OpenTelemetry', 'Traefik', ], git: 'https://gitea.dwysokinski.me/twhelp', + live: 'https://tribalwarshelp.com/api/v1/swagger/index.html', fluid: 'projects/twhelp.png', }, { @@ -29,19 +26,19 @@ const projects = [ description: 'Mobile & web app for practising the theoretical part of the vocational exam.', technologies: [ + 'Go', 'GraphQL', - 'Golang', 'gqlgen', 'go-chi', 'PostgreSQL', 'TypeScript', 'React', 'React Native', - 'Next.JS', + 'Next.js', 'Create React App', - 'Material-UI', - 'Apollo', 'Traefik', + 'Docker', + 'Ansible', ], fluid: 'projects/zdam.png', live: 'https://zdamegzaminzawodowy.pl/',