Future Studio Tutorials

Public tutorial on Thursday. Wednesday is only.

hapi — Log to File With Good

Assumingly, you agree that application monitoring and logging is an essential part of your application. Within previous tutorials, you’ve already learned about the fundamentals of logging in hapi and how to log to console in your hapi app. This tutorial shows you how to pass and store your log …

Continue Reading

hapi — Zero-Downtime Deployments Using PM2

This isn’t available for hapi v17, yet. The used plugin hapi-graceful-pm2 isn’t compatible with hapi v17. I’ll update this tutorial as soon as there’s a way to work with hapi v17. Promise! The previous tutorial on how to correctly stop your hapi server already teasered another …

Continue Reading

hapi — Log to Console With Good

Logging is an essential component in your application that provides transparency to the behavior of a running system. You’ve various use cases to put your logs to work. By default, hapi doesn’t have a logging mechanism integrated. There are plugins that add the desired functionality and help you …

Continue Reading

Gson Builder — HTML Escaping

In this blog post, we'll explore an interesting behavior of Gson: HTML escaping. By default, Gson escapes typical HTML characters, like < or > to \u003c and \u003e. If your server can handle these tags just fine, you might be interested in disabling this behavior. In this tutorial we'll show …

Continue Reading

Explore the Library

Find interesting tutorials and solutions for your problems.