diff --git a/public/resume_eng.pdf b/public/resume_eng.pdf index 493363d..9cba4d8 100644 Binary files a/public/resume_eng.pdf and b/public/resume_eng.pdf differ diff --git a/src/components/Education.tsx b/src/components/Education.tsx index 26d3e41..b911165 100644 --- a/src/components/Education.tsx +++ b/src/components/Education.tsx @@ -18,6 +18,7 @@ const education = [ highlights: [ "First of the class", "ERASMUS+ Scholarship", + "Student of the year" ] } ]; diff --git a/src/components/Projects.tsx b/src/components/Projects.tsx index 9b4c138..eab97fa 100644 --- a/src/components/Projects.tsx +++ b/src/components/Projects.tsx @@ -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",