About me
01
I am Python learner (started 1 year ago) who is willing to dive into Java Script development . I have finished CS50’s Introduction to Computer Science course, my diploma project was a Flask based application (Booking system for a restaurant). While developing pet project I did research about J/s. And I really liked this language. For now my goal is to finish UpSkill Me course and to learn a lot from it. currently based in Tbilisi.
Skills
04
- Python (Flask)
- J/s (basic knowledge)
- HTML
- CSS (Bootstrap)
- SASS
- Git/GitHub
Languages
06
- En: C1
- Ru: Native speaker
Education
03
- CS 50’s Introduction to Computer Science authorized by Harvard and offered through Edx
- The Arduino Platform and C Programming authorized by University of California, Irvine and offered through Coursera
- Crash course on Python authorized by Google and offered through Coursera
- Using Python to interact with the Operating System authorized by Google and offered through Coursera
- Algorithms: theory and practice. Methods authorized by Computer Science Center and offered through Stepik (in progress)
Code example
05
function smash (words) {
let text = words.join(" ");
return text
};