I recently gave a talk on how to “Supercharge your React.js Development.” The video was just posted online.

Read More

If you have ever tried to write tests for Promise based code, you may have realized it’s not exactly straight forward.

Read More

If you have ever created a Javascript clock, you may have noticed some issues with using setInterval to update the time.

Read More

If you write a lot of Javascript, inevitably you find the need to use the functions setTimeout or setInterval.

Read More

Recently, I’ve discovered some simple tricks to get my Javascript code to execute faster.

Read More