Learn Web Servers

Learn how to use web servers to host your applications successfully. These tutorials cover a wide range of techniques for making effective use of web servers.
  1. How to Work With Cookies in PHP

    How to Work With Cookies in PHP

    Tutorial Beginner

    You might have heard about cookies, but what exactly are they, and what can we do with them? In this tutorial, we will focus on the basics of cookies, and...

  2. How to Upload a File in PHP (With an Example)

    How to Upload a File in PHP (With an Example)

    Tutorial Beginner

    Learn the basics of file upload in PHP. Firstly, we’ll go through the PHP configuration options that need to be in place for successful file uploads....

  3. How to Create File Upload Forms on Your WordPress Site

    How to Create File Upload Forms on Your WordPress Site

    Tutorial Beginner

    In this tutorial, we will look at how to create an upload form on a WordPress site. I'll show you how to create a resume upload form for a WordPress website....

  4. How to Set Up a Scalable, E-Commerce-Ready WordPress Site Using ClusterCS

    How to Set Up a Scalable, E-Commerce-Ready WordPress Site Using ClusterCS

    Tutorial Intermediate

    An e-commerce site's ability to survive changes in traffic can make all the difference. Learn to use ClusterCS to set up a server that will pass the test.

  5. Apache vs. Nginx: Pros & Cons for WordPress

    Apache vs. Nginx: Pros & Cons for WordPress

    Tutorial Intermediate

    What's powering your WordPress site is down to your requirements. Get a clearer overview in this guide to the advantages of Apache and Nginx.

  6. Uploading With Rails and Paperclip

    Uploading With Rails and Paperclip

    Tutorial Beginner

    In this article we will overview Paperclip, a file uploading solution for Rails. You will learn its key concepts and see it in action by creating a demo...

  7. Docker From the Ground Up: Working With Containers, Part 2

    Docker From the Ground Up: Working With Containers, Part 2

    Tutorial Intermediate

    In this two-part series, you're learning and gaining hands on experience with everything you need to know about launching, interacting, managing and...

  8. Docker From the Ground Up: Working With Containers, Part 1

    Docker From the Ground Up: Working With Containers, Part 1

    Tutorial Intermediate

    Docker paves the way for the containerization revolution and the modern DevOps approach. The fundamental building block is, of course, the container. In this...

  9. How to Install Ghost and WordPress With Docker

    How to Install Ghost and WordPress With Docker

    Tutorial Intermediate

    Docker is a lightweight, portable tool that can free you from having to install server software on your local machine. In this video tutorial from my course...

  10. Docker From the Ground Up: Understanding Images

    Docker From the Ground Up: Understanding Images

    Tutorial Intermediate

    Docker is an exciting technology. Learn all about Docker images in this two-part tutorial. You will get a solid foundation to utilize Docker in your own...

  11. Uploading Files With Rails and Dragonfly

    Uploading Files With Rails and Dragonfly

    Tutorial Intermediate

    Learn how to enable support for file uploading in Rails. Create a small musical website while learning the basics behind Dragonfly integration, image...

  12. Get Started Building Your Blog With Parse.js: Migration to Your Own Parse Server

    Get Started Building Your Blog With Parse.js: Migration to Your Own Parse Server

    Tutorial Beginner

    Parse.com is shutting down on 28 January 2017. This tutorial will teach you how to migrate from Parse.com to your own Parse Server running on Heroku + mLab....