Autoplay
Autocomplete
Previous Lesson
Complete and Continue
Deno - The Complete Introduction
Getting Started
Welcome to this Course! (1:34)
What is Deno? (9:35)
Join our Learning Community
Deno Setup (4:25)
Writing a First Deno Program (4:32)
What can you Build with Deno? (2:09)
Understanding Deno's Ecosystem (7:07)
Deno's Current Status (4:16)
Course Outline - What's Inside the Course? (3:39)
How to Get the Most out of this Course (3:14)
Useful Resources & Links
The Academind Pro Referral Program
Optional: JavaScript Refresher & TypeScript Introduction
JavaScript Refresher: Introduction (1:29)
What are Promises? (11:20)
Understanding Async Await (6:46)
Working with Iterators (12:21)
Async Iterators (7:35)
TypeScript Introduction: What is TypeScript? (6:02)
Setting Up TypeScript (4:09)
Assigning Types (3:29)
Understanding Type Inference & Casting Conversion (6:10)
TypeScript Configurations (5:01)
Understanding Union Types (4:23)
Working with Object & Array Types (6:17)
Type Alias & Interfaces (3:22)
Understanding Generic Types (5:09)
Summary (0:34)
Useful Resources & Links
Understanding Core APIs
Module Introduction (0:43)
Deno's Philosophy & Browser Compatibility (2:53)
Writing Some Deno Core Code (5:26)
Working with Permissions (3:23)
Deno Visual Studio Code Extension (2:42)
More About Core APIs (7:51)
Time to Practice - Problem (1:13)
Time to Practice - Solution (7:12)
Understanding the Deno Program Lifecycle (7:16)
Wrap Up (1:16)
Useful Resources & Links
Working with the Standard Library & Creating our First Web Server
Module Introduction (1:07)
Introducing the Standard Library (2:01)
How the Web Works (2:15)
Importing Standard Library Modules (7:04)
A First Web Server! (7:11)
Understanding the Import Syntax (5:59)
Comparing Deno & Node.js (4:36)
Manipulating Response Body & Headers (5:16)
Parsing Request Metadata (7:27)
Parsing Request Data (9:21)
Wrap Up (1:53)
Useful Resources & Links
Improving our Development Workflow & Debugging Deno
Module Introduction (0:52)
Using the IDE (2:46)
Using TypeScript (5:05)
Dealing with Error Messages (4:03)
Understanding Try Catch (3:41)
Debugging with Breakpoints & the Debugger (10:28)
Working with Denon (6:52)
Using Import Maps (4:35)
Wrap Up (1:05)
Useful Resources & Links
Working with "Oak" & Dynamic Templates
Module Introduction (2:18)
Understanding Different Kinds of Web Apps (10:18)
Introducing the Oak Framework (11:13)
Understanding Multiple Middleware Functions (4:06)
Adding a Router & Parsing Request Bodies (11:12)
A First Summary (2:46)
Introducing Templating Engines (2:39)
Using the EJS Templating Engine (8:17)
Static Resources (7:27)
Serving Static Resources Securely
Rendering Lists of Data (8:29)
Adding Basic Input Validation (2:34)
Handling "Not Found" Errors (7:41)
Implementing a Different Folder Structure (6:17)
Useful Resources & Links
Understanding CRUD Operations & the MVC Architecture
Module Introduction (0:44)
Create, Read, Update, Delete (CRUD) (5:13)
Single Read & Dynamic Path Segments (11:35)
Deleting Data (5:31)
Updating Data (6:12)
Introducing the MVC Pattern (2:47)
Adding a Model (10:11)
Understanding Controllers (10:40)
Wrap Up (1:25)
Useful Resources & Links
Working with Databases
Module Introduction (1:38)
Databases: What & How? (6:24)
How Does Deno Connect to MongoDB? (4:01)
Setting Up MongoDB (2:51)
Connecting Deno to MongoDB (10:29)
Inserting & Using Imports Correctly (7:33)
Finding & Working with IDs (8:14)
Updating & Deleting Data in the Database (5:52)
Handling Errors (10:08)
Useful Resources & Links
Building REST APIs with Deno
Module Introduction (1:45)
What are REST APIs & HTTP Methods? (7:31)
Designing the API (3:07)
Understanding the JSON Format (2:26)
Defining Routes & Controllers (6:28)
Setting Up the Database Connection (4:57)
Adding the Create & Find Logic in the Database (8:02)
Connecting the Controller (6:17)
Testing the API (4:29)
Updating Data (8:15)
Deleting Data (3:20)
Adding a Frontend (6:08)
Cross-Origin Resource Sharing (CORS) (8:32)
Useful Resources & Links
Course Roundup & Next Steps
Module Introduction (0:48)
Working with Node.js (2:59)
Deno vs Node (11:38)
What Should you Learn? (4:12)
How to Continue? (1:54)
Useful Resources & Links
How to Continue?
Lesson content locked
If you're already enrolled,
you'll need to login
.
Enroll in Course to Unlock