Junior Frontend Developer

Contacts

About me

Graduated electrotechnical University in 2019 as an engineer, however I always was interested in coding. Was acquainted with Pascal and C++ - we coded with it in the school and university, some time later I started to learn Java, but then have understood that I'm more attracted to web development.

Had experience in Quality control, examination, testing and certification, that improve my patience and attentiveness.

Responsibility, fast learning and team working as well as problem solving are my main strengths.

Looking forward to become skilled and effective Front-End developer.

Skills

  • HTML
  • CSS
  • basic C++ (school and university course)
  • basic JavaScript
  • basic Git
  • basic SQL and MongoDB
  • Photoshop, GIMP
  • VSCode

Soft Skills

  • Critical Argumentation and Design Thinking ITMO University 2019
  • Negotiations, Influence and Conflict Management ITMO University 2019
  • Teamwork

Code examples

Jaden Smith, the son of Will Smith, is the star of films such as The Karate Kid (2010) and After Earth (2013). Jaden is also known for some of his philosophy that he delivers via Twitter. When writing on Twitter, he is known for almost always capitalizing every word. For simplicity, you'll have to capitalize each word, check out how contractions are expected to be in the example below.
Your task is to convert strings to how they would be written by Jaden Smith. The strings are actual quotes from Jaden Smith, but they are not capitalized in the same way he originally typed them.

String.prototype.toJadenCase = function () {
let words = this.split(" ");
for (let i = 0; i < words.length; i++) {
words[i] = words[i][0].toUpperCase() + words[i].substr(1);
}
return words.join(" ");
}

Work experience and Projects

IntSec, 2021-2023, Saint-Petersburg, Russia

Quality control operator

Provisioning of services for quality control of the customer's software: control and maintenance of the specified level of values ​​of such parameters as stability and speed of operation, the frequency of false positive and false negative results of data processing, etc.

RS-School, 2021, Remote

Trainee Front-end Dev

Develop the front-end of a museum landing page, using HTML, CSS and Javascript.

Education

  • 2014 - 2019 Saint Petersburg Electrotechnical University "LETI" Faculty of Electronics, Bachelor's Degree in Electronics and Nanoelectronics
  • School and university course of C++
  • Mimo HTML, CSS, JavaScript basics course 'mimo'
  • HTML and CSS 'Code-basics'
  • RS-School JS/FE 2021 - 1st stage, unfinished

Languages

Upper-intermediate level in english language. Have no problem in reading technical docs.
Lived in british family in Eastbourne for a month and studied english there with native teachers.