
Hello 👋, I'm
Matthias
I'm a |
Skills
1// Welcome to my Portfolio! 🚀
2import { NextJS, NodeJS, React, TypeScript } from '@/tech-stack';
3import { TailwindCSS } from '@/ui-tools';
4
5function createAmazingWebsite() {
6 const skills = {
7 webDev: [React, NextJS, NodeJS, NestJS, ExpressJS, TypeScript, TailwindCSS],
8 aiTools: ["Cursor", "Claude", "GitHub Copilot"]
9 };
10
11 return {
12 message: "Let's work together!",
13 services: ["Web Apps", "Problem Solving", "Team Collaboration", "Fast Learning"],
14 contact: "etchegaray.matthias@gmail.com"
15 };
16};
Skills
Typing...