CV Photo
Dmitry Medvedev
Junior Front-End Developer

About Me

Looking forward to become an excellent front-end developer.
Interested in IT and coding for past few years. Tried different programming languages and finaly came to JS and front-end development.
Currently studying at Rolling Scopes School.

Soft skills

  • Adaptability
  • Positivity
  • Communication
  • Punctuality
  • Results-oriented

Languages

  • Russian - native
  • English - B1

Education

  • State University of Management (BA, 2015 - 2019)
    - Sociology and Psychology of Management
  • Moscow State University of Design and Technology (MA, 2019 - current)
    - Sociology of Marketing

Work Experience

  • HTML markup specialist (october 2019 - june 2021)
    - Editing forms (checks, contracts, nomenclatures, commercial offers) and mailing samples using HTML5, CSS3 and twig in retailCRM

Code Examples

    
    function multiply(a, b){
        return a * b;
        }
    
                        
                        
    var year = Number(readline());

    function getYear(year) {
        if (year >= 1987 && year <= 2012) {
            return '2013';
        }
        
        year += 1;
        
        var yearSorted = String(year).split('').sort();
        
        for (var i = 0; i < yearSorted.length - 1; i++) {
            if (yearSorted[i] == yearSorted[i + 1]) {
                return getYear(year);
            } else {
                if (i == yearSorted.length - 2) {
                    return year;
                }
            }
        }
        
    }
        
    var res = getYear(year);
    print(res);
                        
                    

Projects


Contact

  • E-mail: medvedevdmitry98@mail.ru
  • Phone: +7 (962) 964-98-65
  • RS-School Discord: Wayyz (@WayyzOP)