Articles tagged in: Vite



Gson — Mapping of Nested Objects

In the Gson blog posts, we've explored the basic functionality. In this blog post, we'll move more towards more realistic data and look at nested objects. You'll learn how easy it is to work with objects, which includes additional complex data. This is only one post in our comprehensive Gson …

Continue Reading

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

Explore the Library

Find interesting tutorials and solutions for your problems.