From 4f5d8d241237a5fa09be35541be316c8aaf6b4e1 Mon Sep 17 00:00:00 2001 From: Benjamin Toby Date: Wed, 1 Nov 2023 08:37:19 +0100 Subject: [PATCH] Update Skills --- app/(utils)/web-dev-stack.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/(utils)/web-dev-stack.json b/app/(utils)/web-dev-stack.json index 6ab8a60..15c5328 100644 --- a/app/(utils)/web-dev-stack.json +++ b/app/(utils)/web-dev-stack.json @@ -50,5 +50,9 @@ { "title": "Git and Github", "description": "Version control" + }, + { + "title": "Other technologies I use", + "description": "express, Remix, Astro, Pyhton, C-C++, ... More coming" } ]