1
1
mirror of https://github.com/theoludwig/theoludwig.git synced 2025-09-11 23:09:22 +02:00

feat: update skills

This commit is contained in:
2025-09-01 23:34:03 +02:00
parent 7d22880905
commit eeb5e8872f
13 changed files with 73 additions and 23 deletions

View File

@@ -27,21 +27,28 @@
"nationality": "Alsace, France",
"interests": ["Developer Full Stack", "Open-Source Enthusiast"],
"skills": {
"programmingLanguages": [
"JavaScript/TypeScript",
"Python",
"C/C++",
"PHP"
"software-development": [
"TypeScript",
"React.js (+ Next.js)",
"Tailwind CSS",
"Node.js",
"tRPC/oRPC",
"PostgreSQL"
],
"frontend": ["HTML/CSS", "Tailwind CSS", "React.js/Next.js"],
"backend": ["Laravel", "Node.js", "Fastify", "PostgreSQL"],
"tools": [
"sys-admin": [
"Docker",
"Proxmox",
"Caddy",
"GitHub Actions",
"GitLab CI/CD"
],
"software-tools": [
"GNU/Linux",
"Arch Linux",
"Visual Studio Code",
"Git",
"Docker"
]
"Git"
],
"systems-programming": ["C/C++", "Rust", "Go"]
}
}
```