Fyodor Shklyar
Junior Front-end developer
Contacts
- Telephone: +375 29 763-47-15
- E-mail: 30theflame05@gmail.com
- Discord: Shklyar Fyodor
- GitHub: Me1onMan
About me
Front-end developer with confident knowledges of JS and React. I have
experience of developing adaptive web-applications using API and
data-bases. Also I have develop games on Unity (C#), C++ (console).
I like to dive into whole understanding of essence of application. So
I can make my working process more intresting. My favorite part of
development is working with API and solving algorithmic tasks.
I'm searching a work, where I improve my developer skills and get
practical experience of applications development.
Skills
- React
- TS, JS
- HTML, CSS, SCSS/SASS
- Styled Components
- Redux
- SQL, Firebase
- Git, GitHub
- C++, C#
Code
Codewars: Given a lottery ticket (ticket), represented by an array of 2-value arrays, you must find out if you've won the jackpot.
function bingo(ticket, win) {
let miniWins = 0;
for (let i = 0; i < ticket.length; i++) {
if(ticket[i][0].indexOf(
String.fromCharCode(ticket[i][1])) !== -1) {
miniWins++;
if (miniWins >= win) return 'Winner!';
}
}
return 'Loser!';
}
Education
- BSUIR (2020-2024)
- RS Schools Course «JavaScript/Front-end. Stage 0»
- RS Schools Course «JavaScript/Front-end. Stage 1» (aborted)
- Modsen Internship (Dec 2023 – Mar 2024)
- Self-studiyng
Languages
- English (B2)
- Russian (Native)
- Belarusian (Intermediate)
- Polish (Basic)