Future Studio Tutorials

Public tutorial on Thursday. Wednesday is only.

Glide — Integrating Networking Stacks

After learning about various options for loading and displaying images, we'll look at changing the fundamental network stack for Glide. This guide assumes you're using Gradle. Notice — September 11th 2017 Glide has released a 4.x version. We've updated this tutorial accordingly. It is now for both versions, the previous …

Continue Reading

PM2 — Cluster Mode and Zero-Downtime Restarts

You’ve already learned how to start, stop, or delete application processes with PM2. There is a major downside having only one app process running: app updates. Deploying updates to your application requires a restart to make the changes available to every visitor. These app restarts will cause a downtime, …

Continue Reading

Glide — Custom Animations with animate()

In the last tutorial, we've looked at transforming images before displaying them. We continue in this tutorial with the option of animating the display of images. Notice — September 08th 2017 Glide has released a 4.0.0 version. We've updated this tutorial accordingly. It is now for both versions, the …

Continue Reading

Glide — Custom Transformations

In the previous tutorials, you've learned all the fundamentals required to utilize the standard capabilities of Glide. Starting with this tutorial, and moving forward, we'll dive deep into a bunch of advanced topics. In this tutorial, we'll take a closer look at transformations. Notice — September 07th 2017 Glide has released …

Continue Reading

PM2 — CPU/Memory Monitoring

The previous posts within this series guided you through the topics of process management, how to display currently managed app instance processes and how to restart your applications after system reboots. With PM2, you can also monitor your app processes in respect of CPU and memory utilization. This article will …

Continue Reading

PM2 — Restart Processes After System Reboot

Previously, we published a guide on how to manage processes with PM2. The guide didn’t describe how to restart the PM2 process and managed applications after a system reboot. This is an essential feature for a process manager, because you heavily rely on system and server startup automation. You …

Continue Reading

Explore the Library

Find interesting tutorials and solutions for your problems.