mirror of
https://github.com/ArthurDanjou/artdanj-api.git
synced 2026-02-02 04:47:56 +01:00
Change profile
This commit is contained in:
@@ -17,7 +17,7 @@ export default class ProfileController {
|
|||||||
'Typescript',
|
'Typescript',
|
||||||
'HTML',
|
'HTML',
|
||||||
'CSS',
|
'CSS',
|
||||||
'GoLang',
|
'Rust',
|
||||||
'Java',
|
'Java',
|
||||||
],
|
],
|
||||||
ask_me_about: [
|
ask_me_about: [
|
||||||
@@ -30,16 +30,14 @@ export default class ProfileController {
|
|||||||
],
|
],
|
||||||
technologies: {
|
technologies: {
|
||||||
web_app: ['VueJs', 'NuxtJs', 'Sass', 'TailwindCss', 'WindiCss'],
|
web_app: ['VueJs', 'NuxtJs', 'Sass', 'TailwindCss', 'WindiCss'],
|
||||||
desktop_app: ['ElectronJs'],
|
desktop_app: ['TauriStudio'],
|
||||||
mobile_app: ['React Native', 'Vue Native'],
|
mobile_app: ['Vue Native'],
|
||||||
back_end: {
|
back_end: {
|
||||||
typescript: ['AdonisJs'],
|
typescript: ['AdonisJs'],
|
||||||
java: ['Spring'],
|
|
||||||
},
|
},
|
||||||
databases: ['MongoDB', 'MariaDB', 'Redis'],
|
databases: ['MongoDB', 'MariaDB', 'Redis'],
|
||||||
messaging: ['RabbitMQ'],
|
messaging: ['RabbitMQ'],
|
||||||
other: ['Docker', 'Git'],
|
other: ['Docker', 'Git'],
|
||||||
architecture: ['microservices', 'event-driven', 'design system pattern'],
|
|
||||||
operating_systems: ['MacOS', 'Linux'],
|
operating_systems: ['MacOS', 'Linux'],
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user