The Google developer relations team are dishing out some inconvenient truths.
Read more »
Learn how to use the forEach loop in Javascript. This is an array method/function which lets you iterate or loop over certain items and elements in an array ... (more…)
Read more »
Reduce memory churn, and get some of your much-needed performance back. (more…)
Read more »
Previously, I’ve talked about how to write a babel transformation, and I went one step deeper into Babel, by showing how you can create a custom JavaScript syntax, I demonstrated how Babel parses your code into AST, transforms it and generates back into c... (more…)
Read more »