Learn Cloud & Hosting

Discover how to work with cloud storage and use hosting services for your web applications. These cloud and hosting tutorials will get you up and running in no time.
  1. Token-Based Authentication With Angular and Node

    Token-Based Authentication With Angular and Node

    Tutorial Intermediate

    Authentication is one of the most important parts of any web application. In this tutorial, we'll be discussing token-based authentication systems and how...

  2. REST vs. gRPC: Battle of the APIs

    REST vs. gRPC: Battle of the APIs

    Tutorial Intermediate

    The REST API has been a pillar of web programming for a long time. But recently gRPC has started encroaching on its territory. It turns out there are some...

  3. Get Started With Firebase for Android

    Get Started With Firebase for Android

    Tutorial Beginner

    Creating a back-end server requires a skill set that most independent app developers lack. Fortunately, there's Firebase, a cloud-based platform that...

  4. How to Use Amazon S3 & PHP to Dynamically Store and Manage Files With Ease

    How to Use Amazon S3 & PHP to Dynamically Store and Manage Files With Ease

    Tutorial Intermediate

    Amazon S3 (Simple Storage Service) is a cloud-based object storage service. In this article, we're going to discuss how you can use Amazon S3 to store and...

  5. How to Cache Using Redis in Django Applications

    How to Cache Using Redis in Django Applications

    Tutorial Intermediate

    One of the ways to relieve strain on a server is by caching data. This is done by caching data after it has been processed and then serving it from the cache...

  6. Create JavaScript and HTML5 Forms for Free

    Create JavaScript and HTML5 Forms for Free

    Tutorial Beginner

    In this post, I will list some tools, plugins, and libraries which can be used to create free forms online without any knowledge of JavaScript. Some of these...

  7. Docker From the Ground Up: Building Images

    Docker From the Ground Up: Building Images

    Tutorial Intermediate

    Building Docker images is arguably the most critical part of a successful container-based deployment strategy. In this tutorial, you'll learn the commands...

  8. Easier React Native Development With Expo

    Easier React Native Development With Expo

    Tutorial Beginner

    Expo is a collection of tools that make it easier to code React Native apps. In this tutorial, I'm going to show you how you can quickly create React Native...

  9. HTTP: The Protocol Every Web Developer Must Know—Part 2

    HTTP: The Protocol Every Web Developer Must Know—Part 2

    Tutorial Intermediate

    In this post we'll look at the finer aspects of HTTP, like connection handling, authentication, and HTTP caching. These topics are fairly extensive, but...

  10. Free and Reliable SSL for Everyone With ZeroSSL

    Free and Reliable SSL for Everyone With ZeroSSL

    Tutorial Beginner

    SSL is the pillar of security on the internet. It encrypts data as it travels through the internet, thereby protecting all information that is sent between a...

  11. Using .htaccess Files for Pretty URLs

    Using .htaccess Files for Pretty URLs

    Tutorial Intermediate

    Continuing our review of htaccess files, today we'll examine how to use mod_rewrite to create human-readable URLs.

  12. A Beginner’s Guide to HTTP and REST

    A Beginner’s Guide to HTTP and REST

    Tutorial Intermediate

    Hypertext Transfer Protocol (HTTP) is the life of the web. It's used every time you transfer a document or make an AJAX request. In this post you'll learn...