Skip to content

Commit d742a1b

Browse files
committed
Update tech stack and order of the stuff.
1 parent 9396f89 commit d742a1b

File tree

1 file changed

+25
-20
lines changed

1 file changed

+25
-20
lines changed

src/main.ts

Lines changed: 25 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,10 @@ const techStack = [
7171
'PHP',
7272
'.NET Framework',
7373
'HTML/CSS',
74-
'JavaScript/TypeScript',
74+
'Bootstrap',
75+
'Arduino IDE',
76+
'ERP Implementations',
77+
'ERP Software',
7578
'SQL',
7679
'MySQL',
7780
'PostgreSQL',
@@ -86,6 +89,8 @@ const techStack = [
8689
'Headscale',
8790
'Cloudflare',
8891
'Authentik',
92+
'IIS',
93+
'C++'
8994
];
9095

9196
const experience: Experience[] = [
@@ -96,46 +101,46 @@ const experience: Experience[] = [
96101
summary: 'Internship role focused on software development in a hybrid setup in Malveira.',
97102
tags: ['Git', '.NET Framework', 'C#', 'Python', 'Software Prototyping'],
98103
},
99-
{
100-
years: '2024 - 2025',
101-
role: 'Infrastructure Engineer',
102-
company: 'Scala Studios',
103-
summary:
104-
'Managed game server deployments and a dedicated hypervisor; operated internal developer services including TeamCity, YouTrack, Jenkins, and Mailcow; built an intranet over Headscale VPN; and supported Scala project tickets.',
105-
tags: ['Linux', 'Proxmox', 'TeamCity', 'YouTrack', 'Jenkins', 'Mailcow', 'Headscale'],
106-
},
107-
{
108-
years: 'Apr 2023',
109-
role: 'Volunteer',
110-
company: 'Academia Digital para Pais',
111-
summary:
112-
'Volunteered in a program funded by the Portuguese Ministry of Education and E-Redes where students taught parents foundational digital literacy skills.',
113-
tags: ['Volunteer', 'Digital Literacy', 'Community'],
114-
},
115104
{
116105
years: 'Apr 2025 - Jun 2025',
117106
role: 'Software Developer (Internship)',
118107
company: 'Visao Logica - Comercio Artigos de Informatica, Lda.',
119108
summary:
120-
'Worked on Primavera WebAPI and PEX Advanced extensibility (C# and Python), built middleware for WebAPI integrations, developed SIP/PBX and internal tooling concepts, configured Sophos Firewall, and implemented Primavera ERP synchronization flows.',
109+
'Worked on Primavera WebAPI and PEX Advanced extensibility (C# and Python), built middleware for WebAPI integrations, developed SIP/PBX and internal tooling concepts, configured Sophos Firewall, and implemented Primavera ERP synchronization flows.',
121110
tags: ['C#', 'Python', 'PHP', 'SIP', 'PBX', 'Primavera ERP', 'Sophos Firewall'],
122111
},
123112
{
124113
years: '2025 - Present',
125114
role: 'Chief Information Security Officer',
126115
company: 'LunarLabs LLC',
127116
summary:
128-
'Lead enterprise security strategy and infrastructure governance, hardening production systems and enforcing resilient, policy-driven IT operations.',
117+
'Lead enterprise security strategy and infrastructure governance, hardening production systems and enforcing resilient, policy-driven IT operations.',
129118
tags: ['Proxmox', 'Linux', 'Authentik', 'Cloudflare', 'Docker', 'Security Operations'],
130119
},
131120
{
132121
years: '2025 - Present',
133122
role: 'System Administrator',
134123
company: 'Darkless LTD',
135124
summary:
136-
'Management of hosting systems, administration of the Microsoft 365 tenant, and direct customer support across operational and service issues.',
125+
'Management of hosting systems, administration of the Microsoft 365 tenant, and direct customer support across operational and service issues.',
137126
tags: ['Proxmox', 'Microsoft 365', 'Linux', 'Docker'],
138127
},
128+
{
129+
years: '2024 - 2025',
130+
role: 'Infrastructure Engineer',
131+
company: 'Scala Studios',
132+
summary:
133+
'Managed game server deployments and a dedicated hypervisor; operated internal developer services including TeamCity, YouTrack, Jenkins, and Mailcow; built an intranet over Headscale VPN; and supported Scala project tickets.',
134+
tags: ['Linux', 'Proxmox', 'TeamCity', 'YouTrack', 'Jenkins', 'Mailcow', 'Headscale'],
135+
},
136+
{
137+
years: 'Apr 2023',
138+
role: 'Volunteer',
139+
company: 'Academia Digital para Pais',
140+
summary:
141+
'Volunteered in a program funded by the Portuguese Ministry of Education and E-Redes where students taught parents foundational digital literacy skills.',
142+
tags: ['Volunteer', 'Digital Literacy', 'Community'],
143+
}
139144
];
140145

141146
const education: Education[] = [

0 commit comments

Comments
 (0)