Add new projects and experiences; enhance descriptions and learning notes

This commit is contained in:
Space-Banane
2026-01-09 17:58:31 +01:00
parent 455dc8f0a2
commit c9d0f363e2

View File

@@ -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"
}
];