Search⌘ K
AI Features

Summary of HTTPS, Extracting Configuration, and Deno in the Browser

Explore key production practices in Deno by learning how to add HTTPS and CORS for security, abstract configuration and secrets from code, and bundle JavaScript for browser use. This lesson helps you prepare your Deno web application for deployment with clean configuration management and enhanced security features.

We'll cover the following...

Recap

This was a chapter in which we focused a lot on practices that bring our application closer to a state that we can deploy into production. We started by exploring basic security practices, adding the CORS mechanism and HTTPS to the API. These two features, which are pretty much standard in any ...