How to setup a REST API with TypeScript, Express, and Deno, pt. 2

preview_player
Показать описание
In our second edition of our Getting Started With Deno And Express series, we use more of Deno's built-in tools to create tests for our new API as well as benchmarks. We test against our local development environment, then build the API service into a Docker container, and conclude with testing against that! All code is now in the companion Github repository, so feel free to follow along!

00:10 - Intro & Recap From Previous Episode
01:35 - Creating & Running Tests Using Deno's Testing Tools
07:35 - Creating & Running Benchmarks Using Deno's Benchmark Tools
09:10 - Packing Up The API Service As A Docker Image To Deploy
13:25 - Launch Application Image - Run Tests Against It (Fake Staging)
14:15 - Wrapping Up
14:51 - Social Links

Deno is a simple, modern and secure runtime for JavaScript and TypeScript that uses V8 and is built in Rust.

Рекомендации по теме
Комментарии
Автор

nice video, we would like to see more deno tutorials on YouTube

awunnenb
Автор

Is there not a deno based express like server? That can just be purely used as a backend?

Pokemonman
Автор

please make video about auth based jwt web token for deno app

alycheikhouldsmail
Автор

Deno deploy not support npm packages until now😢 why??

vikaspachar