PANTELEEV DENIS

JUNIOR FRONT-END DEVELOPER

Contacts

About Me

Hard-working and disciplined with good communication and time management skills. I'm willing to learn and enjoy problem solving. I am able to work both independently and in a team environment.

Skills

  • HTML
  • CSS
  • JavaScript
  • Git
  • Editor: VSCode

Code

					
function flattenAndSort(array){ 
return array.reduce((prev, item) => {
if (Array.isArray(item)) return 
prev.concat(flattenAndSort(item))
else return prev.concat(item)
}, []).sort((a,b)=> a- b);
}
					
				

Education

Bachelor in Mathematics and Programming Technologies Francisk Skorina Gomel State University, Gomel | 2016 - 2020 Thesis title: "Software solution for development of combinatorial optimization problems".

Experience

System administrator ООО "Правовой Агент", Gomel | 30.07.2020 - 11.11.2020 Software installation and configuration, connecting computers to networks.

Languages

  • Russian-Native
  • English-B1