Esis Denis

Profile photo

Contact Info

Summary

30 years.

Now I want to change my life.

I want to become a good programmer.

I have to work hard and learn a lot.

I work well with others and prove myself as a positive team player.

BORN TO BE

Summary

Github

Skills

Code

				
var buttonHide = $('.b-language-selection__button');
var wrapper = $('.b-language-selection__wrapper');
var buttonClose = $('.b-language-selection__close span');
function hundler() {
	wrapper.removeClass('animationIn');
	buttonHide.off("animationend", hundler);
};
function showLanguageSelectionBlock(event) {
	wrapper.show().addClass('animationBg animationIn');
	buttonClose.addClass('animationBtnHide');
	buttonHide.on("animationend", hundler);
	event.preventDefault();
}
function hideLanguageSelectionBlock(event) {
	wrapper.hide();
	event.preventDefault();
};
window.addEventListener("keydown", function (e) {
	if (e.keyCode == 27) {
		hideLanguageSelectionBlock();
	}
}, true);
				
			

Education

Sukhoi State Technical University of Gomel (Automation and Information Systems Faculty)

Experience

7 years developed sites on WordPress and Opencart.

5 years he wrote programs for industrial microcontrollers Siemens on LAD, FBD, STL languages.

Last year he worked as a typesetter.

Recently, he switched to the junior developer JS.

English

Level: A2