chore: basic info update

This commit is contained in:
Alejandro Laguna
2025-06-18 12:50:04 +02:00
parent 7c2528558b
commit 3b0278b7fc
3 changed files with 12 additions and 4 deletions

View File

@@ -18,6 +18,7 @@ const education = [
highlights: [
"First of the class",
"ERASMUS+ Scholarship",
"Student of the year"
]
}
];

View File

@@ -2,11 +2,18 @@ import ProjectCard from './ProjectCard';
const projects = [
{
title: "Codertype",
description: "A monkeytype-like application designed specifically for developers",
tech: ["Laravel", "Livewire", "AlpineJS", "TailwindCSS", "PostgreSQL"],
title: "Morph",
description: "Lightweight URL shortening API built in Go with minimal dependencies. First ever project with this language, and I tried to focus on the stdlib and build any needed tools",
tech: ["Go"],
year: "2025",
link: "https://github.com/alejandrolaguna20/codertype"
link: "https://github.com/alejandrolaguna20/morph"
},
{
title: "Runes",
description: "A small, simple, smooth and beautiful flashcard TUI program featuring keyboard navigation and custom study sessions. Built with Go and the Bubbletea framework.",
tech: ["Go", "Bubbletea"],
year: "2025",
link: "https://github.com/alejandrolaguna20/nook.nvim"
},
{
title: "Nook.nvim",