After reading yet another blog post about JS classes being “just sugar for prototypal inheritance”, I’ve decided to write this post to… (more…)
Read more »
This is post # 26 of the series, dedicated to exploring JavaScript and its building components. In the process of identifying and… (more…)
Read more »
This is a mildly edited transcript of my JSConf Australia talk. Watch the whole talk on YouTube. A sequel to this post is available over… (more…)
Read more »
Note: This is part of the “Composing Software” series on learning functional programming and compositional software techniques in… (more…)
Read more »
To most early stage developers, especially the ones who come from a more strongly-typed background in coding, some foundational JS concepts can seem confusing at times, especially the more traditionally borrowed ones like this, class, Prototypes etc.... (more…)
Read more »