Update 05/03/2017: reworked the whole article for hapi 16 and the newest libs! This is the beginning of a new series about hapi.js (from now on only hapi). If you never heard of hapi before: it [...]
Why this post? You might ask why I do another post about this topic and not just entered the right search term in Google. The answer is simple – I did exactly this and found only solutions [...]
This is another tutorial from the series about hapi. Today many applications have the need to provide social login functionality for the most important providers (Google, Facebook, Twitter, [...]
Sooner or later most developers hit the point where they want or need to update their API without having all of the people who already use it have to update their code. This is where versioning [...]
Today most sites do have content available via APIs, RSS feeds or some other form of structured data. But what do we do if there is nothing of the above provided and we still need the data in a [...]
I recently found out that there is a new player in the game of web scraping with Java. It is called Jaunt and developed by Tom Cervenka. I worked a lot with Jsoup and the question arised what the [...]
A question on Stackoverflow inspired me to write this tutorial. I could not find any article showing how to utilize the nes plugin to build a realtime project using websockets with hapi. So I [...]