photo

Sergei Kitel

Trainee frontend developer

Curriculum Vitae

About me

Hello, everybody! My name is Sergei. I have been working in sales and marketing for many years and I have got an extensive experience in this area. A short time ago I decided to learn a new direction in IT industry. At the moment I am learning frontend development, CSS, HTML, ReactJS, Node.js.

Languages:

  • English B2 (Minsk State Linguistic University)
  • Deutsch A2 (Minsk gymnasium №146)

Hobbies:

  • books
  • programming
  • music
  • ball
code

Example:

const winter = () => {
let precipitation = 'snow';
let snowflakes = 'fall';
console.log(precipitation + snowflakes);
}

winter();