Danila Tsatsuk

Junior Front-End Developer

Contacts

  • Address: Zaslavskaya st. Minsk, Belarus
  • Email: danila.tsatsuk22@gmail.com
  • Github: Kowa1ak
  • Telegram: @dan1lASS
  • Discord: Kawasaki#7396

Summary

I am currently a first year student at BSU. My goal is to become an experienced and in-demand programmer. In my spare time from my studies I am engaged in programming, as well as studying new technologies. I like to have fun and drink energy drinks. My main strengths are diligence, diligence, patience. I want to gain knowledge and new skills, I hope this will be enough for employment in the company.

Skills

  • Web-development: HTML5, CSS3, JavaScript
  • Programming languages: C++, Assembler(basic knowledge)
  • Version control: GIT, Github
  • Photo editor: Photoshop
  • Editors: Sublime, Brackets, VSCode, PyCharm community

Code

  for (int i = 0; i !=size - 1; i++) {
           for (int j = 0; j !=size - i - 1; j++) {
             if (arr[j] > arr[j + 1]) { 
                 // меняем элементы местами 
                 temp = arr[j];
                 arr[j] = arr[j + 1];
                 arr[j + 1] = temp;
             }... 
    

Education

  • Belarusian State University, Minsk
  • Basic knowledge of programming and algorithm knowledge using C++ language.
  • Basic and advanced knowledge of software development using JavaScript and React JS.
  • Introduction to programming,Algorithms, Pseudocode, Syntax, Data Types, Operators. Booleans, CommandLine Interaction, Functions.

Courses

  • RS School - JavaScript/Front-End Development
  • Code-basics - HTML for beginners
  • Code-basics - CSS for beginners

Experience

I have a couple of C++ tutorial projects uploaded to my GitHub.

English

A2 - Pre-Intermediate