Deno Crash Course #3 - Working with Deno Modules, Third Party Modules, & NPM Modules

preview_player
Показать описание
Join us for part 3 of the Deno Crash Course series where we'll learn how to work with deno modules, third party modules, and NPM modules.

▬▬▬▬▬▬▬▬▬▬ Links

▬▬▬▬▬▬▬▬▬▬ Let's Connect

▬▬▬▬▬▬▬▬▬▬ Timestamps

Intro - 00:00
Deno's Standard Library - ​03:10
A server using Deno HTTP - 05:35
Third Party Modules - 08:05
A server using Oak - 09:40
NPM Modules - 11:30
A server using Express - 12:07
Рекомендации по теме
Комментарии
Автор

Nice progression for built-ins to full npm interop 👏 Looks like Deno has enough built in to get going without libs though!

bholmesdev
Автор

Cool video! I'm trying to build a vanilla JS well TS site and wanted to play around with Deno and your videos are really a good resource to get started. QQ: how did you get the autocomplete suggestion window in your terminal and is it possible to do it on windows?

babyboie
Автор

first :P
can you also shortly talk about .env in your next deno video? I think it is a little bit tricky, it requires one extra await to work and people might like someone explain its proper usage.

and please keep it as much deno as possible. why use express when deno (with oak) itself offers the same, if not a little bit better

arianitonline