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