Marcus

Marcus is a fullstack JS developer. He’s passionate about the hapi framework for Node.js and loves to build web apps and APIs. Creator of Futureflix and the “learn hapi” learning path.


hapi — Optional Path Parameters

Within the tutorial on driving traffic to your website by adding routes to your hapi server, we’ve already touched the basics of path parameters. Within this guide, you’ll get additional information on path parameters, specifically optional ones. Before diving into the details, have a look at the series …

Continue Reading

hapi — How to Use Query Parameters

During the last weeks we’ve kicked off a new hapi server, extended its functionality with plugins, wrote our own custom plugin, added authentication and defined those authentication strategies to apply for your routes within a selected hapi server instance. As you’ve recognized within the title, this tutorial is …

Continue Reading

GitLab CI — How to use a RethinkDB Service

With the release of GitLab 8.0, the previously separated products GitLab and GitLab CI merged and GitLab now ships with continuous integration. That allows developers to host their code and also run tests within a single application and ultimately trigger a deployment process. When developing applications, you might write …

Continue Reading

hapi — How to Reply a JSON Response

Within last week’s tutorial, you’ve learned how to reply rendered HTML for a given request. Obviously, there are situations where replying HTML won’t fit your needs and you want to send JSON data as a response. This guide will show you how to reply JSON for a …

Continue Reading

Explore the Library

Find interesting tutorials and solutions for your problems.