Showing results for "docker"
lesson
How to Set Up an AWS Lambda-Like Environment with DockerServerless Django with ZappaLet's create a reliable development environment
lesson
How to Deploy a Deno Docker Image to Digital OceanBuild and deploy a REST API with DenoWe will deploy our application to Digital Ocean Apps. This is by far the easiest (but most costly) approach.
lesson
How to Create a Docker Image to Containerize an ApplicationBuild and deploy a REST API with DenoWe will create a Docker image for our application
lesson
How to Use PostgreSQL in Docker with DenoBuild and deploy a REST API with DenoUsing the PostgreSQL client for Deno
lesson
How to Install Deno Locally and in Docker ContainersBuild and deploy a REST API with DenoIn this lesson, we will install Deno and create our setup for the rest of the course.
lesson
Deploy with DockerBuild and deploy a REST API with DenoSimilar to how we did it in lesson 1, we will be deploying using CI and SSH, but instead of git, we will be using Docker.