From c9d0f363e285dcbfb0a1b29154db0c6837be26d6 Mon Sep 17 00:00:00 2001 From: Space-Banane <64922620+Space-Banane@users.noreply.github.com> Date: Fri, 9 Jan 2026 17:58:31 +0100 Subject: [PATCH] Add new projects and experiences; enhance descriptions and learning notes --- src/App.tsx | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/src/App.tsx b/src/App.tsx index f3bcd53..6cb85f6 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -1049,6 +1049,13 @@ const projects: Project[] = [ open_source: { link: "https://github.com/Space-Banane/shsf" }, image: "https://cdn.reversed.dev/pictures/shsf/SHSF.png", }, + { + name: "Thoughtful", + description: "A minimalistic and privacy-focused idea-taking app.", + link: "https://github.com/Space-Banane/thoughtful", + open_source: { link: "https://github.com/Space-Banane/thoughtful" }, + image: "https://em-content.zobj.net/source/microsoft-3D-fluent/433/thinking-face_1f914.png", + }, { name: "3D Print Card", description: "Showcase Your 3D Prints Beautifully", @@ -1136,6 +1143,7 @@ const experiences: Experience[] = [ type: "language", description: "My go-to language for building scalable web applications with type safety.", image: "https://cdn.jsdelivr.net/gh/devicons/devicon/icons/typescript/typescript-original.svg", + learned_because: "I HATE JavaScript, this makes it minimally better" }, { name: "JavaScript", @@ -1160,6 +1168,8 @@ const experiences: Experience[] = [ type: "language", description: "Scripting and embedded applications.", image: "https://cdn.jsdelivr.net/gh/devicons/devicon/icons/lua/lua-original.svg", + learned_from: "Youtube & Docs", + learned_because: "Used in some Robots in a Minecraft mod called CC:Tweaked" }, { name: "React", @@ -1297,6 +1307,21 @@ const experiences: Experience[] = [ type: "platform", description: "Virtualization management platform for running VMs and containers.", image: "https://media.printables.com/media/prints/543748/images/4374616_04ed4585-3662-4652-a84d-04621cb9f709/thumbs/inside/1280x960/png/proxmox.webp", + }, + { + name: "MongoDB", + type: "service", + description: "NoSQL database for flexible document-based data storage.", + image: "https://cdn.jsdelivr.net/gh/devicons/devicon/icons/mongodb/mongodb-original.svg", + learned_because: "I didn't wanna mess around with schemas for a project.", + learned_at: "09.01.2026" + }, + { + name: "Insomnia", + type: "platform", + description: "REST API client for testing and debugging HTTP requests.", + image: "https://s3.amazonaws.com/s3.roaringapps.com/assets/icons/1561251841927-Insomnia.png", + learned_because: "Postman is bloatware" } ];