Lessons

Explore all newline lessons

Tags
Author
Pricing
Sort By
Video
Most Recent
Most Popular
Highest Rated
Reset
How to Deploy a Deno Docker Image to Digital Ocean

lesson

How to Deploy a Deno Docker Image to Digital OceanBuild and deploy a REST API with Deno

We will deploy our application to Digital Ocean Apps. This is by far the easiest (but most costly) approach.

How to Deploy a Deno API Server With the Digital Ocean API

lesson

How to Deploy a Deno API Server With the Digital Ocean APIBuild and deploy a REST API with Deno

We will deploy our application to a server using CI, SSH and git.

How to Create Continuous Integration Files for GitHub and GitLab

lesson

How to Create Continuous Integration Files for GitHub and GitLabBuild and deploy a REST API with Deno

You will learn how to create a basic CI file for GitHub and GitLab, and run tests on them

How to Build Many-to-Many Namespace Connections in Deno

lesson

How to Build Many-to-Many Namespace Connections in DenoBuild and deploy a REST API with Deno

The last stretch! We will create our final namespace, Crumb, and connect it to our other models and our router

Create New Tables and Models With Deno Database Migration

lesson

Create New Tables and Models With Deno Database MigrationBuild and deploy a REST API with Deno

We will create two new tables using a migration and create the equivalent models

How to Authenticate and Authorize REST API Requests in Deno

lesson

How to Authenticate and Authorize REST API Requests in DenoBuild and deploy a REST API with Deno

We will look at how to set up authentication and further authorize the requests