Software Engineer at Bestpeers
Vibing to : 🎧
// tools_I_use organized
class About extends Me {
const myTools = {
"ProgramingLanguages" : { "Java", "Ruby", "C++", "C", "Python", "Javascript" },
"OtherLanguages" : { "HTML", "CSS", "REACT","ROR" },
"Database" : { "Firebase", "Sqlite","MYSQL" },
"Editors" : { "Vscode", "Sublime", "Eclipse" },
"Platforms" : { "GNU/Linux", "Windows", "Mac" },
"OtherTools" : { "Git", "Photoshop", "Lightroom" }
};
}