Deno Tutorial #6 - API Build (part 2)

preview_player
Показать описание
Hey gang, in this Deno tutorial we'll finish off our API by creating endpoints / routes & controller functions.

--- Chapters---
0:00 - API routes
5:17 - Controllers & Models

🐱‍👤🐱‍👤 JOIN THE GANG -
----------------------------------------
🐱‍💻 🐱‍💻 My Udemy Courses:

🐱‍💻 🐱‍💻 Course Files:

🐱‍💻 🐱‍💻 Other Related Free Courses:

🐱‍💻 🐱‍💻 Deno links
Рекомендации по теме
Комментарии
Автор

O my god, how are you doing this? You made hundreds of high quality videos in short period of time.

ronistiawan
Автор

In my case, it's not recognizing the `await ctx.body()` part. [ERROR]: This expression is not callable because it is a 'get' accessor... Type 'Promise<unknown>' has no call signatures. Googling didn't help me :(. Anyone knows why?

altangereldu
Автор

4:30 "two really good books" 🤣

nir
Автор

Hi Bro, excellent, thank very much for sharing you knowledge.!!!!

emilioantoniobarrerasepulv
Автор

Hey shaun just make a fullstack project with react or vue using deno

TechBuddy_
Автор

When i try to read a file (student.json) and store it in a variable of type Student[] it says "Type 'unknown' is not assignable to type 'Student[]'."
const f = await readJson("student.json");
let students: Student[] = f;
Can anyone help?

suryadatta
Автор

do you have any plan on updating your angular series?

ronistiawan
Автор

can you show how to create stream in deno ? like a movie stream

yanaiedri
Автор

I think we can use await without async in deno... Bez now await is top-level promiss itself

AniketKumar-phkv