Articles tagged in: Custom-fonts



hapi — Create Your Own Custom Plugin

This guide continues on extending your server’s functionality with the help of plugins. Within the previous tutorial, you’ve learned how to register a plugin to your hapi server instance and with that increase the servers feature set. Also, we’ve described hapi’s efficient plugin system and the …

Continue Reading

hapi — Get Your Server Up and Running

This post kicks off a new series on hapi, a Node.js web services framework. Hapi provides a solid foundation that lets you fully focus on building your application by shipping with built-in support for plugins, authentication, caching, input validation, and many more essential features! Update — hapi 17 ready The …

Continue Reading

Retrofit 2 — How to Send Plain Text Request Body

Within a previous guide, you’ve learned how to send objects in request body using Retrofit and based on that topic, Marty asked a good question: how to send plain text as payload with a request? That’s exactly what you’ll take away from this guide :) Before heading towards …

Continue Reading

Retrofit 2 — Cancel Requests

This is the second post taking a closer look at the new Retrofit 2 Call class. If you haven't read the first part, where we look on how to reuse and analyze the request using the Call class, check it out here. In this blog post, we'll show you how …

Continue Reading

Explore the Library

Find interesting tutorials and solutions for your problems.