Stanislau Karbanovich

dog

About

My name is Stanislau. I am 30 years old. I live in Poland for 7 years. I have worked in logistics for 8 years, I want to try something new in frontend.

Education

  • School №138 (2000-2010)
  • BSEU economic informatics (2010-2015)

Experience

  • KPMG Belarus, ADC assistant (2014-2015)
  • Serpantin-Logistic Sp. z o. o. (2015-2021)
  • BSH Lodz Sp. z o. o., control quality operator (2021-2023)
  • EGO Sp. z o. o., testing machine operator (2023-nowadays)

Code example

module.exports = function reverse (n) { let num = Math.abs(n) return Number(num.toString(10).split('').reverse().join("")); }