
Contacts
Skills
- HTML
- CSS
- JavaScript (Basic)
- Git
Languages
- Russian — native speaker
- English — B1
- Chinese — A1

Alesia Sokolovskaya
Frontend Developer
Alesia Sokolovskaya
Frontend Developer
About me
I am Junior Frontend Developer with teamwork experience in stressful situations.
My way in programming started with courses in IT-Academy and continues in RS School. At this
moment I have been created about 5 projects and implemented about 55 tasks at Codewars,
algorithmic tasks and etс.
In the near future I would like to improve my skills in JavaScript and to master TypeScript and
React.
Projects
Code Style
function isPrime(num) {
const number = Math.sqrt(num);
if (num <= 1) {
return false;
}
for (let i = 2; i <= number; i++) {
if (num % i === 0) {
return false;
}
}
return true;
}
Experience
-
Oct 2018 - May 2022 — Logistics Manager Import
Department in Viptrans-spedition OOO
- Attracting new customers;
- Actively managing the sales process: negotiating, participating in business meetings, signing agreements;
- Management of customers in CRM system;
- Assistance and conducting of carriage;
- Resolving conflict situations.
-
Sep 2011 - Sep 2018 — Part-time work at school and
university
- 2017-2018 — Administrator-controller in Minsk-Arena;
- 2017 — Waitress in Texas Chicken;
- 2013-2017 — Waitress (Catering);
- 2011-2013 — Assistant in the dance club "Breath of the Dance".
Education
- Sep 2014 - Jan 2022 — Belarusian National Technical University
-
Courses
- Sep 2022 - Present — RS School, "JavaScript/Front-end. Stage 1";
- June 2022 - Aug 2022 — RS School, "JavaScript/Front-end. Stage 0";
- Jan 2021 - Apr 2021 — IT-Academy, "Website development with HTML, CSS & JS";
- 2021 — Pro Retail, "H2H sales. Practical tools for building customer relationships";
- 2021 — Dmitry Shamko, "B2B Sales Modeling".
Skills
- HTML
- CSS
- JavaScript (Basic)
- Git
Languages
- Russian — native speaker
- English — B1
- Chinese — A1