data: Added resume

This commit is contained in:
2026-02-22 18:03:04 +05:30
parent a275fcc2f4
commit bc92745e54
4 changed files with 39 additions and 2 deletions

View File

@@ -44,6 +44,6 @@ export const PROJECTS: Project[] = [
export const LAB_NOTES: LabNote[] = [
{ date: '2026-02-14', title: 'GT730 and handling some Nvidia Voodoo Magic' },
{ date: '2026-01-28', title: 'Why I stopped using Nginx and wrote my own router' },
{ date: '2026-01-28', title: "So, how's that VPS business going?" },
{ date: '2025-12-10', title: 'Injecting dynamic themes via CSS variable mutations' },
];