Author's photo

Dmitry Gurinovich

Front-end developer

Contacts

Location

Minsk

Education

Belarusian State University,
Faculty of Mechanics and Mathematics

About me

I am from Minsk. I am 33 years old. I have graduated from Belarussian State University, Mechanics and Mathematics faculty.

Skills

  • Java
  • JavaScript
  • HTML/CSS
  • Git
  • Figma
  • Photoshop

Code example

								
function noSpace(x){
	var noSpaceStr = "";
	var i;
	for (i = 0; i < x.length; i++){
		if (x[i] !== " ") {
			noSpaceStr = noSpaceStr + x[i];
		}
	}
	return noSpaceStr;
}
								
							

Projects

Client-server application “Archive”

English

English - A2, I have studied at the courses Englishpapa.by