Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай Deno - The Complete Introduction, а также все другие курсы, прямо сейчас!
Премиум
  • Урок 1. 00:01:35
    Welcome to this Course!
  • Урок 2. 00:09:36
    What is Deno?
  • Урок 3. 00:04:26
    Deno Setup
  • Урок 4. 00:04:33
    Writing a First Deno Program
  • Урок 5. 00:02:10
    What can you Build with Deno?
  • Урок 6. 00:07:08
    Understanding Deno's Ecosystem
  • Урок 7. 00:04:17
    Deno's Current Status
  • Урок 8. 00:03:40
    Course Outline - What's Inside the Course?
  • Урок 9. 00:03:15
    How to Get the Most out of this Course
  • Урок 10. 00:01:30
    JavaScript Refresher: Introduction
  • Урок 11. 00:11:21
    What are Promises?
  • Урок 12. 00:06:47
    Understanding Async Await
  • Урок 13. 00:12:22
    Working with Iterators
  • Урок 14. 00:07:36
    Async Iterators
  • Урок 15. 00:06:03
    TypeScript Introduction: What is TypeScript?
  • Урок 16. 00:04:10
    Setting Up TypeScript
  • Урок 17. 00:03:30
    Assigning Types
  • Урок 18. 00:06:11
    Understanding Type Inference & Casting Conversion
  • Урок 19. 00:05:02
    TypeScript Configurations
  • Урок 20. 00:04:24
    Understanding Union Types
  • Урок 21. 00:06:18
    Working with Object & Array Types
  • Урок 22. 00:03:23
    Type Alias & Interfaces
  • Урок 23. 00:05:10
    Understanding Generic Types
  • Урок 24. 00:00:35
    Summary
  • Урок 25. 00:00:44
    Module Introduction
  • Урок 26. 00:02:54
    Deno's Philosophy & Browser Compatibility
  • Урок 27. 00:05:27
    Writing Some Deno Core Code
  • Урок 28. 00:03:24
    Working with Permissions
  • Урок 29. 00:02:43
    Deno Visual Studio Code Extension
  • Урок 30. 00:07:52
    More About Core APIs
  • Урок 31. 00:01:14
    Time to Practice - Problem
  • Урок 32. 00:07:13
    Time to Practice - Solution
  • Урок 33. 00:07:17
    Understanding the Deno Program Lifecycle
  • Урок 34. 00:01:17
    Wrap Up
  • Урок 35. 00:01:08
    Module Introduction
  • Урок 36. 00:02:02
    Introducing the Standard Library
  • Урок 37. 00:02:16
    How the Web Works
  • Урок 38. 00:07:05
    Importing Standard Library Modules
  • Урок 39. 00:07:12
    A First Web Server!
  • Урок 40. 00:06:00
    Understanding the Import Syntax
  • Урок 41. 00:04:37
    Comparing Deno & Node.js (
  • Урок 42. 00:05:17
    Manipulating Response Body & Headers
  • Урок 43. 00:07:28
    Parsing Request Metadata
  • Урок 44. 00:09:22
    Parsing Request Data
  • Урок 45. 00:01:54
    Wrap Up
  • Урок 46. 00:00:53
    Module Introduction
  • Урок 47. 00:02:47
    Using the IDE
  • Урок 48. 00:05:06
    Using TypeScript
  • Урок 49. 00:04:04
    Dealing with Error Messages
  • Урок 50. 00:03:42
    Understanding Try Catch
  • Урок 51. 00:10:29
    Debugging with Breakpoints & the Debugger
  • Урок 52. 00:06:53
    Working with Denon
  • Урок 53. 00:04:36
    Using Import Maps
  • Урок 54. 00:01:06
    Wrap Up
  • Урок 55. 00:02:19
    Module Introduction
  • Урок 56. 00:10:19
    Understanding Different Kinds of Web Apps
  • Урок 57. 00:11:14
    Introducing the Oak Framework
  • Урок 58. 00:04:07
    Understanding Multiple Middleware Functions
  • Урок 59. 00:11:13
    Adding a Router & Parsing Request Bodies
  • Урок 60. 00:02:47
    A First Summary
  • Урок 61. 00:02:40
    Introducing Templating Engines
  • Урок 62. 00:08:18
    Using the EJS Templating Engine
  • Урок 63. 00:07:28
    Static Resources
  • Урок 64. 00:08:30
    Rendering Lists of Data
  • Урок 65. 00:02:35
    Adding Basic Input Validation
  • Урок 66. 00:07:42
    Handling "Not Found" Errors
  • Урок 67. 00:06:18
    Implementing a Different Folder Structure
  • Урок 68. 00:00:45
    Module Introduction
  • Урок 69. 00:05:14
    Create, Read, Update, Delete (CRUD)
  • Урок 70. 00:11:36
    Single Read & Dynamic Path Segments
  • Урок 71. 00:05:32
    Deleting Data
  • Урок 72. 00:06:13
    Updating Data
  • Урок 73. 00:02:48
    Introducing the MVC Pattern
  • Урок 74. 00:10:12
    Adding a Model
  • Урок 75. 00:10:41
    Understanding Controllers
  • Урок 76. 00:01:26
    Wrap Up
  • Урок 77. 00:01:39
    Module Introduction
  • Урок 78. 00:06:25
    Databases: What & How?
  • Урок 79. 00:04:02
    How Does Deno Connect to MongoDB?
  • Урок 80. 00:02:52
    Setting Up MongoDB
  • Урок 81. 00:10:30
    Connecting Deno to MongoDB
  • Урок 82. 00:07:34
    Inserting & Using Imports Correctly
  • Урок 83. 00:08:15
    Finding & Working with IDs
  • Урок 84. 00:05:53
    Updating & Deleting Data in the Database
  • Урок 85. 00:10:09
    Handling Errors
  • Урок 86. 00:01:46
    Module Introduction
  • Урок 87. 00:07:32
    What are REST APIs & HTTP Methods?
  • Урок 88. 00:03:08
    Designing the API
  • Урок 89. 00:02:27
    Understanding the JSON Format
  • Урок 90. 00:06:29
    Defining Routes & Controllers
  • Урок 91. 00:04:58
    Setting Up the Database Connection
  • Урок 92. 00:08:03
    Adding the Create & Find Logic in the Database
  • Урок 93. 00:06:18
    Connecting the Controller
  • Урок 94. 00:04:30
    Testing the API
  • Урок 95. 00:08:16
    Updating Data
  • Урок 96. 00:03:21
    Deleting Data
  • Урок 97. 00:06:09
    Adding a Frontend
  • Урок 98. 00:08:33
    Cross-Origin Resource Sharing (CORS)
  • Урок 99. 00:00:49
    Module Introduction
  • Урок 100. 00:03:00
    Working with Node.js
  • Урок 101. 00:11:39
    Deno vs Node
  • Урок 102. 00:04:13
    What Should you Learn?
  • Урок 103. 00:01:55
    How to Continue?