Profile picture

Self-taught. Engineering Manager. Remote Leadership.
On a snowy day you find me in the mountains riding my snowboard 🏔
Read more

You also find me at

Talks I did

My interviews

What I wrote

  1. Sep 18, 2020

    Finding the right developer for a specific job can be time consuming and expensive. Managing code assignments and asking the right questions is difficult. This is my guide on how to to asses the technical skills of a candidate.

  2. Sep 13, 2016

    This article is a collection of JavaScript fundamentals and gotchas. I also share some of my thoughts about the language and eco system based on my personal experience.

  3. May 05, 2016

    Get rid of all the scooping errors, lets learn about how we refer to the context object in JavaScript with the keyword this.

  4. Apr 26, 2016

    I want to share how I started to understand Closures in JavaScript. This is a beginner friendly view with a simple example. Closures is a function wrapped inside of a functions body that can be referenced to its scope chain e.g. outer variables.