foto

Junior Frontend developer

Contact information

About me

Hi! I am a beginner JavaScript Frontend developer. I am interested to see the result of my work. Namely, the combination of various technologies, the ability to parse code and its visualization.

My strengths are the ability to learn and self-organization, the ability to find a solution to any problem, teamwork.

Skills

  • HTML
  • CSS
  • Version control: Git (remote service GitHub)
  • Figma(for web development)
  • Editors: VSCode, WebStorm

Languages

  • Russian - Native
  • English - A2 (B1 in process…)

Education and courses:

  • Resalt School
    • HTML and CSS Basics
  • Netologia
    • Basics of site layout
  • CSS, HTML, Git video courses on YouTube channels
  • RS Schools Course «JavaScript/Front-end. Stage 0» (in progress)

Code Example:

					
						function doubleInteger(i) {
	
							return i * 2;
	
						}