'use strict'
const litchireda = {
user: {
name: 'Litchi Reda',
gender: 'male',
birthyear: 1996,
},
contact: {
email: 'litchi.reda@gmail.com',
website: 'https://www.litchireda.com',
},
interests: ['Formula 1', 'Team sports', 'Music Production', 'Cinema'],
technologies: {
languages: ['PHP', 'Javascript', 'Python', 'Bash'],
backend: {
javascript: ['NodeJS', 'express', 'adonis'],
php: ['Laravel', 'Symfony'],
python: ['django'],
},
frontend: { //TODO: Learn more
mobile: ['React Native', 'Flutter'],
javascript: ['ReactJS', 'VueJS', 'JQuery', 'vanilla'],
},
databases: {
sql: ['mysql', 'sqlite'],
nosql: ['mongodb'], //TODO: Learn more
other: [], //TODO: Learn more
}
}
}
Popular repositories Loading
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.