Learn how to eliminate dead code with Kotlin's new DCE JavaScript feature. (more…)
Read more »
Hi, I am Phong. I am a developer. I experiment new things, create fun things and programming tutorials... (more…)
Read more »
After a few months writing Clojure I began writing Javascript again. As I was trying to write something ordinary, I had the following thoughts: They seemed unnecessary. But I imagine I’ve thought… (more…)
Read more »
Every time I return from ruby/python to JavaScript I'll fall into the same mistake of writing arr[-1] and not getting the last item. JavaScript has a weird way of stringifying object keys which leads to stringifying array indexes which renders the above n... (more…)
Read more »