chore: basic info update
This commit is contained in:
Binary file not shown.
@@ -18,6 +18,7 @@ const education = [
|
|||||||
highlights: [
|
highlights: [
|
||||||
"First of the class",
|
"First of the class",
|
||||||
"ERASMUS+ Scholarship",
|
"ERASMUS+ Scholarship",
|
||||||
|
"Student of the year"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|||||||
@@ -2,11 +2,18 @@ import ProjectCard from './ProjectCard';
|
|||||||
|
|
||||||
const projects = [
|
const projects = [
|
||||||
{
|
{
|
||||||
title: "Codertype",
|
title: "Morph",
|
||||||
description: "A monkeytype-like application designed specifically for developers",
|
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: ["Laravel", "Livewire", "AlpineJS", "TailwindCSS", "PostgreSQL"],
|
tech: ["Go"],
|
||||||
year: "2025",
|
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",
|
title: "Nook.nvim",
|
||||||
|
|||||||
Reference in New Issue
Block a user