posts

Quick Performance Testing …

There’s always a debate about which approach to solving a problem will be more performant in your application. Some comparisons are clear, others can be a toss up. Here’s a quick way to setup a performance test using Node. Finding the last element in an array var myArray = …

Questions for the …

As a project wraps up I’m looking for something new and exciting and want to work with a great team. So every so often I’m interviewing with a new group about a new project. After we get past the usual ‘do you have the skillz?’ type questions I expect to be asked ‘what …

Angular 2 Routing Error - …

Debugging a simple Angular 2 routing error, getting down to the root cause.. a typo.