Anna Nikanorova
About Me
I am a third-year student of BSUIR. My speciality is a software engineer. I decided to actively pursue my IT-career direction and improve my knowledge in this area as much as possible.
I believe that my ability to learn and acquire new skills will help me become an experienced developer along this path.
Skills and Proficiency
- HTML5, CSS3.
- JavaScript(Fundamentals,Functional Programming, OOP, Asynchronous JavaScript, ES6+,DOM),JSON.
- Version control: Git (remote service GitHub).
- PHP(basic knowledge).
- C/C++(basic knowledge), С#(basic knowledge), Python(basic knowledge), Java(basic knowledge).
- Kotlin (basic knowledge).
- MS SQL(basic knowledge), MySQL(basic knowledge).
- Windows OS, Linux(Ubuntu).
- Figma(for web development).
- Editors: VS Code, Visual Studio, IntelliJ IDEA, PyCharm community.
- Adobe Photoshop, CorelDRAW, Macromedia Flesh.
- Document management.
- Mail management.
- Microsoft Word, Microsoft Excel.
- 1C:Enterprice.
Code Example
RGB To Hex Conversion from Codewars
function rgb(r, g, b) {
const clip = (value) => Math.max(0, Math.min(255, value));
const r1 = clip(r);
const g1 = clip(g);
const b1 = clip(b);
const toHex = (c) => c.toString(16).padStart(2, '0').toUpperCase();
return toHex(r1) + toHex(g1) + toHex(b1);
}
Education
- Belarusian State University of Informatics and Radioelectronics
- Information systems and technologies in economics
- Rolling Scope School
- JS/FE Pre-School 2025Q2
- JavaScript/Front-end 2025Q3
Languages
- Russian - native speaker.
- Belarusian - native speaker.
- English - B1.