Enjoy getting new knowledge and don’t get bored of it.
I am fond of exploring new areas of software development.
Well-developed analytical and problem solving skills.
Skills:
HTML & CSS basics
Git
Golang basics
JS basics
Code example:
```
const noSpace = (x) => {
let result = ‘’;
for (let i = 0; i < x.length; i += 1) {
if (x[i] !== ‘ ‘) {
result = ${result}${x[i]};
}
}
return result;
}
```
Experience:
Mechanical engineer - Getz group Ltd. Minsk, Belarus
Education:
Belarusian State University, Faculty of Physics (2018)