tech/webdev magazine

July 1, 2018

How to build powerful REST APIs blazingly fast with Node.js · rest-hapi

Sunday, July 01, 2018 Teklinks

Let’s face it, if you’re a web developer, you deal with APIs. Whether you write your own or use someone else’s, it’s just part of the job. REST APIs in particular are very common place. Unfortunately when it comes to the wild west world of Javascript and Node.js, standards and good practice in writing RESTful APIs can sometimes get thrown out the window.

Full article