#web-development
Read more stories on Hashnode
Articles with this tag
Being able to safely refactor code is one of the greatest benefits of writing tests. The goal of refactoring is to improve code design e.g. style,...
This is a scenario that took some time to understand. I could see errors in the browser but everything on the server seemed to be configured...
Why a health route? I want to begin with the end in mind. When our API is deployed in a cloud environment, the automated, cloud deployment will need a...
The best programming book I've read was Atomic Scala by Bruce Eckel and Dianne Marsh. It was so good that when I went for a job interview I chose to...
It was so annoying - there I was trying to test my hapi server but it was broken and I had no idea why. Because I was using server.inject the errors...
This past weekend I participated in the hacksummit.org hackathon hosted on the Koding platform. The hackathon started on Saturday February 20th...