rsschool-cv

Yaroslav Selyutin
Email: moontesearch@gmail.com
Telegram: @ickpic
Discord: Yaroslav Selyutin (@9ickpic, RS School server)
avatar


About Me
Aspiring frontend developer and tester aiming to lead large-scale projects and design innovative tools for CIS development. Hardworking, focused, passionate about learning, and open to collaboration and relevant discussions.


Skills


Code Example
Sum of Squares: Calculate the sum of squares of integers from 1 to n.

function sumOfSquares(n) {
    let sum = 0;
    for (let i = 1; i <= n; i++) {
        sum += i * i;
    }
    return sum;
}

Experience & Projects


Education


English Proficiency
Intermediate (B1-B2): Comfortably reads technical documentation.