In this article, I propose a way of writing relatively simple apps without using a fully-fledged framework. It is based on my experience during an interview process. I am not trying to persuade you… (more…)
Read more »
A proxy is an object that wraps an object or a function and monitors access... (more…)
Read more »
In "prototypical languages" like JavaScript you can use object-instances to do much anything. Typically you do this with the help of "constr... (more…)
Read more »
In this article, I propose a way of writing relatively simple apps without using a fully-fledged framework. It is based on my experience during an interview process. I am not trying to persuade you… (more…)
Read more »
2016 come to the end, and ES6 is everywhere. But with ES6, came some new syntax and APIs. This article aims to answer to a very specific…...
Read more »