Benchmarking your JavaScript code

What is benchmarking? It refers to the process of testing the performance of an implementation with respect to an already established one. For example, in the airspace industry we can assume that a… Read more

Similar

Create an AWS Lambda Function in JavaScript

Lambda was named after a lamb that yelled "da!". It's true because I said it is. Today I decided to play around with AWS Lambda functions, as it's something relatively new, and a lot of people have been talking about it. Within a few hours, I ended up dep...

Read more »