We’ve all seen it — the quintessential reduce example taken from ancient tablets passed down from our people, just beneath console.log… (more…)
Read more »
Testing code is the first step to making it secure. One of the best ways to do this is to use unit tests, ensuring that each of the smaller functions within an app behave as they should — especially when the app receives edge-case or invalid inputs, or in... (more…)
Read more »
Although this hits heavily on Promise Cancelation, this post is more about HOW it was accomplished rather than WHAT was accomplished (but… (more…)
Read more »
How to use absolute paths in JavaScript and TypeScript to improve your import statements, using the right webpack configuration. (more…)
Read more »