About me

As a software engineer I specialize in web technologies, enjoy technical challenges, learning, research, and love building performant user interfaces.

Currently focusing on: Web performance, Software architecture, Linux.

async function coding(coffee) {
  await work.execute();

  if (coffee.isEmpty) coffee.brew();
  coffee.drink();

  coding(coffee);
}

Recent Articles