What is Quality code?
I was asked a few questions recently about what exactly the term “quality code” means. It took me a couple of days thinking about books I’...
I was asked a few questions recently about what exactly the term “quality code” means. It took me a couple of days thinking about books I’...
Coding is fun, debugging issues on other team members machines isn't. It works on my machine doesn't cut it anymore! This post outlines how to run...
If you have upgraded your version of node.js recently to a version >= 8.9.0 and you are encrypting some data with the standard...
Problem Alexa skills are pretty fun to create, but I don't like how messy it is. There is no really easy way to test the skill...
Terraform templates provide a way to encapsulate common options by using a JSON file. Passing text is easy # template file data "template_file" "...