FFI. type safe bindings from JS to Ocaml and Reason. external javascript declaration. (more…)
Read more »
List of antidebugging techniques applied to JavaScript (focused on browsers)... (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 »
If you closely follow any of my open-source work, you might find me as this rigid individual who always creates libraries for Node.js and ignores other JavaScript runtimes. A recent example is Vine... (more…)
Read more »
Lots of people treat the ternary operator with suspicion. At first glance, ternaries appear unnecessary. Nothing more than a tool for the overly clever to trim some characters from their code. A favourite hack for coders who don’t care about readability. ... (more…)
Read more »