-
Languages.nz
-
Frameworks.nz
-
Interests.nz
-
README.md
## 🚀 Technical stuff
## ✌️ Resume
Throughout my background, I have had the opportunity to practice and learn several languages and
frameworks. I am constantly eager to expand my knowledge, with a strong interest in the JavaScript
ecosystem. My growth has been accelerated thanks to the support of my talented team at my company,
and I am sincerely grateful to them. Now, I am keen to delve deeper into architectural concepts and
explore the application of design patterns to enhance the structure of my projects.
## 📦 My skills
- Javascript: Vanilla, ReactJS, VueJS, Svelte, NextJS, StencilJS, SolidJS
NestJS, Express, SolidJS, Koa, Jest, Vite
- Preprocessors & CSS frameworks: SASS, LESS, TailwindCSS
- Unit Testing: Jest, Vitest, Cypress
- PHP: Prestashop, Wordpress, Symfony
- C#: .Net Core
- DevOps: AWS, Gitlab, Github Actions, Docker, Kubernetes
- Creation: Photoshop, Illustrator, InDesign, Figma
// 🚀 WARNING: You can edit them
but don't forget to update
tests
export fun languages()
=> {
return [
"Javascript / Typescript",
"PHP",
"C#",
"NodeJS",
"MySQL / Postgres",
];
}
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
- 11
- 12
- 13
- 14
- 15
- 16
- 17
- 18
- 19
- 20
- 21
- 22
- 23
- 24
- 25
- 26
- 27
- 28
- 29
- 30
- 31
- 32
- 33
- 34
- 35
- 36
- 37
- 38
- 39
- 40
- 41
- 42
- 43
- 44
- 45
- 46
- 47
- 48
- 49
- 50
// 🚀 WARNING: You can edit them
but don't forget to update
tests
export fun frameworks()
=> {
return [
{
"Javascript": [
"React",
"NextJS",
"NestJS",
"SolidJS",
"VueJS",
"Svelte",
"Stencil",
"Express",
"Koa",
"Jest",
"Vite /
Vitest",
// ... and more
]
},
{
"PHP": [
"Prestashop",
"WordPress",
"Symfony"
]
},
{
"C#": [
".Net Core",
]
},
{
"DevOps": [
"AWS",
"Gitlab & Github
Actions",
"Docker",
"Kubernetes",
]
},
{
"Creation": [
"Photoshop",
"Illustrator",
"InDesign",
"Figma",
]
},
}
}
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
- 11
- 12
- 13
- 14
// 🚀 WARNING: You can edit them
// but don't forget to update tests
export fun interests()
=> {
return [
"Keyboard",
"Typography",
"Programming",
"Technology",
"Reading",
"Traveling",
"Brunch",
"Cinema / Series",
];
}