About me
I am a student and I am interested in programming and web development. I started with frontend because I want to understand how websites and interfaces are built. In the future I also plan to learn Python and create my own startup project, something like a trading bot. Right now I am improving my frontend skills step by step.
Contacts
- Email: berscrpt@gmail.com
- GitHub: BersDzariev
- Telegram: @bersanchos
- Location: Minsk, Belarus
Skills
- HTML
- CSS
- JavaScript basics
- Git and GitHub
- VS Code
Code example
function getAverage(numbers) {
if (numbers.length === 0) {
return 0;
}
let sum = 0;
for (let i = 0; i < numbers.length; i++) {
sum += numbers[i];
}
return sum / numbers.length;
}
Projects
Education
I am a school student. I learn programming by myself using videos, guides and practice.
English
My English is around B1, close to B2. I understand most texts and videos, but I am still improving my speaking.