class KenSteph{
constructor(){
this.username = 'kensteph';
this.name = 'Kender Romain';
this.web = 'https://kender-romain.netlify.app/';
this.skills = {
'frontend': ['HTML', 'CSS', 'JavaScript', 'ReactJS', 'Bootstrap', 'TailWind'],
'backend': ['Ruby on Rails', 'NodeJS', 'PHP'],
'database': ['Oracle', 'PostgreSQL', 'MySQL', 'SQLite3', 'MongoDB'],
'devops': ['GitHub Actions', 'Heroku'],
'tools': ['GIT', 'GitHub', 'Linters'],
};
}
getMyName(){
return this.name;
}
getMySkills(){
return this.skills;
}
}
- Linkedin: https://www.linkedin.com/in/kenderromain/
- Personal Site: https://kender-romain.netlify.app/