Удален по просьбе правообладателя
  1. Урок 1. 00:01:22
    Course Overview
  2. Урок 2. 00:01:33
    Introduction
  3. Урок 3. 00:01:56
    Why Choose Go?
  4. Урок 4. 00:01:48
    Prerequisites
  5. Урок 5. 00:02:48
    Setting up a Development Environment
  6. Урок 6. 00:03:30
    Demo - The First Web Application
  7. Урок 7. 00:04:34
    Introduction to the Course Demo
  8. Урок 8. 00:02:47
    Overview of the MVC Design Pattern
  9. Урок 9. 00:03:28
    Course Outline
  10. Урок 10. 00:01:09
    Introduction
  11. Урок 11. 00:01:50
    Handling Connections
  12. Урок 12. 00:01:10
    The http.Handle Function
  13. Урок 13. 00:03:18
    Demo - http.Handle
  14. Урок 14. 00:01:29
    The http.HandleFunc Function
  15. Урок 15. 00:01:39
    Demo - http.HandleFunc
  16. Урок 16. 00:03:57
    The Built-in Handlers
  17. Урок 17. 00:05:25
    Demo - Custom File Server
  18. Урок 18. 00:02:28
    Demo - Built-in File Server
  19. Урок 19. 00:00:55
    Summary
  20. Урок 20. 00:01:08
    Introduction
  21. Урок 21. 00:02:05
    Purpose of Templates
  22. Урок 22. 00:00:43
    Basic Template Functions
  23. Урок 23. 00:03:19
    Demo - Basic Template
  24. Урок 24. 00:01:49
    Loading Templates
  25. Урок 25. 00:07:53
    Demo - Loading Templates
  26. Урок 26. 00:02:19
    Subtemplates
  27. Урок 27. 00:04:28
    Demo - Subtemplates
  28. Урок 28. 00:02:07
    Template Composition
  29. Урок 29. 00:07:35
    Demo - Template Composition
  30. Урок 30. 00:02:22
    Data-driven Templates
  31. Урок 31. 00:06:46
    Demo - Data-driven Templates
  32. Урок 32. 00:01:56
    Summary
  33. Урок 33. 00:01:12
    Introduction
  34. Урок 34. 00:03:15
    Pipelines
  35. Урок 35. 00:04:04
    Demo - Pipelines
  36. Урок 36. 00:02:53
    Built-in Functions
  37. Урок 37. 00:02:02
    Custom Functions
  38. Урок 38. 00:02:43
    Demo - Custom Functions
  39. Урок 39. 00:03:26
    Logical Tests
  40. Урок 40. 00:03:01
    Demo - Logical Tests
  41. Урок 41. 00:01:50
    Looping
  42. Урок 42. 00:04:34
    Demo - Looping
  43. Урок 43. 00:01:31
    Summary
  44. Урок 44. 00:01:41
    Introduction
  45. Урок 45. 00:03:06
    Role of a Controller
  46. Урок 46. 00:01:26
    Static Routing
  47. Урок 47. 00:08:47
    Demo - Static Routing
  48. Урок 48. 00:02:14
    Parametric Routing
  49. Урок 49. 00:08:24
    Demo - Parametric Routing
  50. Урок 50. 00:02:24
    Third-party Routers
  51. Урок 51. 00:02:01
    Summary
  52. Урок 52. 00:00:50
    Introduction
  53. Урок 53. 00:01:35
    Query Parameters
  54. Урок 54. 00:03:58
    Form Posts
  55. Урок 55. 00:05:18
    Demo - Form Posts
  56. Урок 56. 00:03:16
    Working with JSON
  57. Урок 57. 00:06:32
    Demo - Working with JSON
  58. Урок 58. 00:01:17
    Built-in Responses
  59. Урок 59. 00:01:38
    Summary
  60. Урок 60. 00:00:45
    Introduction
  61. Урок 61. 00:04:00
    What Is Middleware?
  62. Урок 62. 00:06:48
    Demo - Creating Middleware
  63. Урок 63. 00:04:01
    Request Contexts
  64. Урок 64. 00:07:43
    Demo - Request Contexts
  65. Урок 65. 00:01:20
    Summary
  66. Урок 66. 00:01:01
    Introduction
  67. Урок 67. 00:02:14
    Connecting to a Database
  68. Урок 68. 00:06:15
    Demo - Connecting to a Database
  69. Урок 69. 00:02:56
    Querying
  70. Урок 70. 00:08:31
    Demo - Querying
  71. Урок 71. 00:01:18
    Updating a Database
  72. Урок 72. 00:02:23
    Demo - Updating a Database
  73. Урок 73. 00:01:37
    Other Activities
  74. Урок 74. 00:02:24
    Summary
  75. Урок 75. 00:01:13
    Introduction
  76. Урок 76. 00:02:48
    HTTPS
  77. Урок 77. 00:04:22
    Demo - Using HTTPS
  78. Урок 78. 00:04:31
    HTTP_2
  79. Урок 79. 00:02:08
    HTTP_2 Server Push
  80. Урок 80. 00:06:38
    Demo - Server Push
  81. Урок 81. 00:01:40
    Summary
  82. Урок 82. 00:01:26
    Introduction
  83. Урок 83. 00:01:34
    Testing the Model Layer
  84. Урок 84. 00:10:29
    Demo - Testing the Model Layer
  85. Урок 85. 00:03:07
    Testing the Controller Layer
  86. Урок 86. 00:03:37
    Demo - Testing the Controller Layer
  87. Урок 87. 00:02:07
    Performance Profiling
  88. Урок 88. 00:07:26
    Demo - Performance Profiling
  89. Урок 89. 00:01:02
    Summary
  90. Урок 90. 00:03:19
    Course Summary