A proxy is an object that wraps an object or a function and monitors access... (more…)
Read more »
I don’t know about you but I’m amazed by how many solutions there are for writing maintainable apps these days. Remember 7 years ago. — Dan Abramov (@dan_abramov) August 30, 2016 Ah yes, Dan Abramov. How right he is! Building maintainable apps for t...
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 »
Last week I got to attend the Chrome Dev Summit, an annual two-day conference hosted by Google where they announced latest developments relevant to the web technology. Here are my full notes from this conference. Since there was so much information presen...
Read more »
Reflect is a built-in object that provides methods for interceptable JavaScript operations. The methods are the same as those of proxy… (more…)
Read more »