React Javascript NYC Talk
I recently gave a talk on how to “Supercharge your React.js Development.” The video was just posted online.
Testing Promise Code
If you have ever tried to write tests for Promise based code, you may have realized it’s not exactly straight forward.
Creating a clock with setInterval
If you have ever created a Javascript clock, you may have noticed some issues with using setInterval to update the time.
Understanding setInterval
If you write a lot of Javascript, inevitably you find the need to use the functions setTimeout or setInterval.
A Few Javascript Performance Tips
Recently, I’ve discovered some simple tricks to get my Javascript code to execute faster.