In my last post What excites me about JS in 2017 I wrote about the unique advantage JavaScript has among programming languages. It is the… (more…)
Read more »
If you are building a serious project, you should probably use something like Sentry to get error reports. However, if you are not using such a tool and want to check console errors on phone, here are 3 easy steps: (more…)
Read more »
Introducing the concept of a Monad for logging/tracing the execution (using JavaScript). (more…)
Read more »
Encapsulation is the bundling of data and the methods that act on that data such that access to that data is restricted from outside the… (more…)
Read more »