How JavaScript linters cause bugs

I was doing code review for a coworker yesterday, and it soon became obvious that he used a linter and that the linter gave him a bright idea: use strict comparisons. Using strict comparisons is a great rule to follow. === instead of ==, !== instead of !=… 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 »