Andrey Puzanov
19 y.o. Minsk, Belarus
About me:
I live in Minsk. I'm graduated from high school and at the moment I’m studying in the second year of the Faculty of Applied Mathematics and Computer Sciences. Of all the directions of IT I like front-end. I hope to do exactly what brings pleasure. Also, I do projects to improve the quality of education in my faculty. For example, I do extra couples with freshmen and I create a methodical "Google Disk" in various disciplines.
My skills:
Code example:
- basic html & CSS & JS
- basic Java
- basic C++
- some Photoshop & Figma experience
- good communicative qualities
let countBits = function(n) {
let counter = 0
while(n != 0) {
counter += (n % 2 == 1)
n = Math.trunc(n / 2)
}
return counter
}
Courses:
- Stepik's courses of JS, HTML&CSS (complited)
- ITEA HTML&CSS marathon (complited)
- RS Schools Course «JavaScript/Front-end. Stage 0» (complited)
- RS Schools Course «JavaScript/Front-end. Stage 1» (in progress)
My projects
My contacts
Languages
- Mail: andrey.puzanov.ru@gmail.com
- GitHub: https://github.com/Lalapolis
- Telegram: @lalapolis
- Russian (native)
- Belarusian (native)
- English (B2+)