Photo of Aliaksei K.

Aliaksei K.

  • Telegram: @naznarok
  • Email: naznarok@yandex.ru

About Me

I work as a System Administrator at a company specializing in the manufacturing and sale of kitchen furniture.

Responsibilities

Technical Skills

Code Sample


export class BaseUnit extends Unit {
  constructor(name: string, data: Partial) {
    super(name, 'BASE', {
      ...data,
    });
    this.init();
  }

  override init() {}
}
      

Education

Languages