-
Edited Tutorial
In this tutorial, you will deploy a Next.js application to DigitalOcean's App Platform using a Static Export and a Custom Server.
•
By
Chris Sev
DigitalOcean App Platform
Node.js
JavaScript
Development
Deployment
Next.js
-
Published Tutorial
In this tutorial you'll use Hugo to build a small static web site and then deploy the site to DigitalOcean App Platform.
•
By
Brian Hogan
DigitalOcean App Platform
HTML
Deployment
-
IRB, short for Interactive Ruby, is a REPL (read-eval-print loop) which serves as a quick way to explore the Ruby programming language and try out code without creating a file. In this tutorial, you'll use IRB to run ...
•
By
Brian Hogan
Ruby
Development
-
Published Tutorial
DigitalOcean is excited to continue building out its collection of technical articles related to server administration and software engineering. To keep the DigitalOcean community unified and to ensure that articles f...
•
By
Hazel Virdó, Brian Hogan
DigitalOcean Articles
Write for DO
-
Published Tutorial
Apache's modrewrite module lets you redirect URLs based on additional conditions, or rewrite URLs in a cleaner fashion, translating human-readable paths into code-friendly query string. In this tutorial, you'll enable...
•
By
Mateusz Papiernik, Brian Hogan
Ubuntu 20.04
Apache
-
Published Tutorial
Apache's modrewrite module lets you redirect URLs based on additional conditions, or rewrite URLs in a cleaner fashion, translating human-readable paths into code-friendly query string. In this tutorial, you'll enable...
•
By
Mateusz Papiernik, Brian Hogan
Apache
Ubuntu 18.04
-
Edited Tutorial
In this tutorial you'll configure Nginx as both a web server and as a reverse proxy for Apache to host four domains on a single server.
•
By
Jesin A
Nginx
Apache
PHP
Let's Encrypt
Ubuntu 18.04
-
Edited Tutorial
Generate universally unique identifiers from the command-line using the uuidgen command.
•
By
joshtronic
Linux Commands
Linux Basics
-
Published Tutorial
Homebrew (http://brew.sh) is a package manager for macOS which lets you install free and open-source software using your terminal. In this tutorial you'll install and use Homebrew on your Mac.
•
By
Brian Hogan
Development
Applications
Open Source
-
Edited Tutorial
The author selected the Creative Commons Corporation to receive a $100 donation as part of the Write for DOnations program.
•
By
Mateusz Papiernik
MongoDB
NoSQL
Ubuntu 18.04
-
Terraform is a tool for building and managing infrastructure in an organized way. In this tutorial, you'll install and use Terraform to create an infrastructure on DigitalOcean that consists of two Nginx servers that ...
•
By
Mitchell Anicas, Brian Hogan
System Tools
API
Terraform
Nginx
Load Balancing
DigitalOcean Managed Load Balancers
DNS
Configuration Management
-
Published Tutorial series
Terraform is a popular open source Infrastructure as Code (IAC) tool that automates provisioning of your infrastructure in the cloud and manages the full lifecycle of all deployed resources, which are defined in sourc...
•
By
Savic, Mitchell Anicas and Brian Hogan
Terraform
Cloud Computing
Configuration Management
System Tools
API
Nginx
Load Balancing
DigitalOcean Managed Load Balancers
DNS
Apache
Python
DigitalOcean
Infrastructure
DigitalOcean Spaces
Ansible
-
Published Answer
Hi @khanhuzaima!
Thanks for your interest in our Write for DOnations program. Unfortunately we can only ma…
•
By
bhogan
-
Edited Tutorial
Download files from a remote server to your local system from the command-line using the curl command.
•
By
joshtronic
Linux Basics
Linux Commands
-
Edited Tutorial
Learn how to track how long a command takes to execute from the command-line using the time command.
•
By
joshtronic
Linux Basics
Linux Commands
-
Edited Tutorial
Iterate through the files in a directory and run commands against them using shell scripting loops.
•
By
joshtronic
Linux Commands
Linux Basics
-
Edited Tutorial
In this tutorial, you will build a GraphQL-powered Ruby on Rails API for taking notes. When you are finished, you will be able to create and view notes from the API using GraphQL.
•
By
Chuks Opia
Ruby on Rails
Ruby
GraphQL
PostgreSQL
API
-
Published Tutorial
HTTP/2 is a new version of the Hypertext Transport Protocol, which is used on the Web to deliver pages from server to browser. This tutorial will help you set up a fast and secure Nginx server with HTTP/2 support.
•
By
Brian Hogan
Nginx
Let's Encrypt
Ubuntu 18.04
-
Published Tutorial
Docker is an application that simplifies the process of managing application processes in containers. In this tutorial, you'll install and use Docker Community Edition (CE) on Ubuntu 20.04. You'll install Docker itse...
•
By
Brian Hogan
Ubuntu 20.04
Docker
-
Published Tutorial
Grep is a tool used to search for specified patterns within text input using regular expressions. Regular expressions are a system for describing complex text patterns. Regular expressions are a powerful tool that c...
•
By
Justin Ellingwood, Brian Hogan
Linux Basics
Linux Commands