π» I'm Biomedical Engineer and currently studying to be a Software QA Engineer
π I'm deeply passionate about the web and continuously strive to stay updated on the latest developments and innovations.
π¬ I enjoy discussing education and software development topics, exchanging ideas, and collaborating on new projects. Feel free to reach out to me!
π« You can contact me via Social Media in my contacts
// tools_I_know
class About extends Me {
const myTools = {
"ProgramingLanguages" : { "Javascript", "Java", "Python", "C++" },
"OtherLanguagesAndLibraries" : { "HTML", "CSS", "Typescript", "React", "React Native", "SASS"},
"QA": {"Cypress", "Selenium", "Robot Framework", "Postman"},
"Database" : { "MySQL", "Sqlite", "Oracle},
"Editors" : { "Vscode", "Sublime", "NetBeans"},
"Platforms" : { "Mac", "Windows" },
"OtherTools" : { "Git", "Figma", "Bootstrap", "Photoshop", "Matlab", "Arduino" }
};
}