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