You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lib/config/personal.ts
+30-28Lines changed: 30 additions & 28 deletions
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ export const personal = {
14
14
location: {
15
15
origin: 'Colombia',
16
16
current: 'Milan',
17
-
display: 'Colombia roots, Milan vibes',
17
+
display: 'Colombian living in Milan',
18
18
},
19
19
20
20
social: {
@@ -42,49 +42,46 @@ export const personal = {
42
42
name: 'Mateo Nunez - A Chill Software Engineer',
43
43
shortName: 'Mateo Nunez',
44
44
description:
45
-
"Hey, I'm Mateo Nunez, a Senior Software Engineer at BonusX, originally from Colombia and now based in Milan. I'm passionate about crafting modern web experiences with JavaScript, Next.js, Node.js, and AI, while diving deep into open-source projects on GitHub. When I'm not coding, you'll find me jamming to music on Spotify, exploring amazing places, or tackling challenges with a chill vibe—because, let's be real, I also create MIT bugs! This site is my digital playground, featuring an interactive terminal, my latest open-source contributions, and a brief glimpse into my life as a developer who loves technology, creativity, and continuous improvement.",
45
+
"I'm Mateo, a software engineer from Colombia now living in Milan. I build web stuff with JavaScript and Next.js, contribute to open source projects, and I'm getting into AI development. When I'm not debugging something, I'm probably listening to music or exploring Milan. This site has my projects, an interactive terminal for fun, and whatever else I feel like sharing.",
46
46
shortDescription:
47
-
"Hey, I'm Mateo Nunez, a Senior Software Engineer at BonusX, originally from Colombia and now based in Milan. I'm passionate about crafting modern web experiences with JavaScript, Next.js, Node.js, and AI.",
47
+
"Software engineer from Colombia, now in Milan. I build web apps, contribute to open source, and I'm learning AI development.",
48
48
keywords: [
49
49
'mateo nunez',
50
50
'mmateonunez',
51
-
'senior software engineer',
51
+
'software engineer',
52
52
'open source',
53
53
'javascript',
54
54
'nextjs',
55
55
'typescript',
56
56
'react',
57
57
'node.js',
58
-
'artificial intelligence',
59
-
'ai developer',
58
+
'ai development',
60
59
'web development',
61
-
'software engineering',
62
60
'github',
63
61
'bonusx',
64
62
'colombia',
65
63
'milan',
66
-
'music',
67
-
'developer portfolio',
68
-
'interactive terminal',
64
+
'developer',
69
65
],
70
66
},
71
67
72
68
bio: {
73
-
full: "Hey, I'm Mateo Nunez, a Senior Software Engineer at BonusX who's been coding dope shit for over a decade. I'm all about open-source, tweaking my site (mateonunez.co), and sipping coffee while blasting tunes. Right now, I'm cooking an AI side project that'll drop soon—stay tuned, fam!",
69
+
full: "I'm Mateo, been writing code for about 10 years now. Currently a Senior Software Engineer at BonusX. I love working on opensource stuff and tinkering with my personal site. Recently got really into AI development - working on a side project that should be ready soon. Coffee and good music make everything better.",
74
70
short:
75
-
"Hey, I'm Mateo Nunez, a Senior Software Engineer at BonusX who's been coding dope shit for over a decade. I dig crafting slick web apps and jamming to Spotify while I code.",
71
+
'Software engineer who likes building things on the web and listening to music while coding. Currently exploring AI development.',
76
72
},
77
73
78
74
terminal: {
79
-
prompt: 'AIt >',
75
+
prompt: 'mateo >',
80
76
about: [
81
-
"Hey there! I'm Mateo 👋",
77
+
"Hey! I'm Mateo 👋",
82
78
'',
83
-
'👨💻 Senior Software Engineer at BonusX, originally from Colombia and now based in Milan.',
84
-
'💻 Passionate about crafting modern web experiences with JavaScript, Next.js, and AI.',
85
-
'🌟 Diving deep into open-source projects on GitHub when not creating MIT bugs!',
86
-
"🎵 When not coding, you'll find me jamming to music on Spotify or exploring Milan's food scene.",
87
-
'🚀 Always building, always learning with a chill vibe. Welcome to my digital playground!',
79
+
'🇨🇴 From Colombia, now living in Milan',
80
+
'💼 Senior Software Engineer at BonusX',
81
+
'💻 I build web apps, mostly with JavaScript and Next.js',
82
+
'🤖 Currently diving into AI development',
83
+
'🎵 Always have music playing while I code',
84
+
'📂 Check out my projects and feel free to look around!',
0 commit comments