Future Studio Tutorials

Public tutorial on Thursday. Wednesday is only.

hapi — Run Tests with Assertions using Code

Testing your hapi applications might require expected values and responses that match a set of data. The code library from hapi’s ecosystem is an assertions library based on chai. Code exposes an expressive and readable language-style interface. You’ll get a grasp on features and the usage in the …

Continue Reading

Glide 4 — Customize Network Timeouts

Loading images from a server is an error-prone process. The server can be down, the user can be on a slow mobile connection, or completely lose Internet connection. By default, Glide has some timeouts set for you to balance between waiting long enough for the image to be loaded and …

Continue Reading

PM2 — Use NPM to Start Your App

NPM as a package manager provides a lot capabilities outside the actual dependency management. You can leverage a built-in functionality to run scripts which enables the use case of NPM as a build tool. Further, you can define a script within your package.json file that executes various tasks before …

Continue Reading

Retrofit 2 — Crawl HTML Responses with jspoon (Wikipedia Example)

Retrofit is mainly used to interact with well-defined REST APIs. Nevertheless, you can also use Retrofit to crawl HTML sources of websites. In this tutorial, you'll explore how to utilize jspoon and Retrofit to automatically extract content from Wikipedia. In a practical example you'll understand the basic functionality of jspoon …

Continue Reading

Explore the Library

Find interesting tutorials and solutions for your problems.