1. Урок 1. 00:06:11
    The Course Overview
  2. Урок 2. 00:06:21
    Introduction to GopherJS
  3. Урок 3. 00:12:49
    Basic DOM Operations
  4. Урок 4. 00:04:48
    The jsbuiltin Binding
  5. Урок 5. 00:08:03
    Making XHR Calls
  6. Урок 6. 00:05:49
    Rendering Client-Side Templates
  7. Урок 7. 00:06:12
    Sending Gob Encoded Data over XHR
  8. Урок 8. 00:12:48
    Websocket Client
  9. Урок 9. 00:08:48
    Rendering a 3D Gopher
  10. Урок 10. 00:02:35
    Dynamically Resizing the 3D Gopher
  11. Урок 11. 00:04:28
    Panning the Camera Around the 3D Gopher
  12. Урок 12. 00:03:45
    Introduction to Local Storage
  13. Урок 13. 00:09:03
    Reading and Writing to Local Storage
  14. Урок 14. 00:09:39
    Instantly Kickstarting Go Projects
  15. Урок 15. 00:04:36
    Introduction to Single Page Architecture
  16. Урок 16. 00:08:15
    Implementing Client-Side Routing
  17. Урок 17. 00:06:55
    Introduction to Template Sets
  18. Урок 18. 00:11:48
    Implementing Client-Side Templates
  19. Урок 19. 00:28:55
    The Profile
  20. Урок 20. 00:07:43
    Profile Image Upload
  21. Урок 21. 00:14:30
    Finding New Friends
  22. Урок 22. 00:14:55
    Friends List
  23. Урок 23. 00:18:57
    The Social Media Feed
  24. Урок 24. 00:04:19
    Extending GopherFace
  25. Урок 25. 00:05:12
    The Course Overview
  26. Урок 26. 00:06:35
    Dressing up Your Web App with Templates
  27. Урок 27. 00:06:33
    Templates in Go
  28. Урок 28. 00:05:05
    Custom Template
  29. Урок 29. 00:05:47
    Model View Controller
  30. Урок 30. 00:08:14
    Request Routing with Gorilla Mux
  31. Урок 31. 00:06:56
    Middleware
  32. Урок 32. 00:04:21
    HTTP Request Context
  33. Урок 33. 00:08:08
    Rest API
  34. Урок 34. 00:08:20
    Building a Web Form
  35. Урок 35. 00:04:07
    Extracting Web Form Data
  36. Урок 36. 00:06:24
    Web Form Validation
  37. Урок 37. 00:05:03
    Web Form Security
  38. Урок 38. 00:09:44
    Social Media Post Form
  39. Урок 39. 00:04:15
    Introduction to File Uploads
  40. Урок 40. 00:10:46
    Image Upload
  41. Урок 41. 00:07:53
    Video Upload
  42. Урок 42. 00:14:39
    Introduction to MySQL
  43. Урок 43. 00:17:28
    Implementing a MySQL Datastore
  44. Урок 44. 00:04:32
    Introduction to MongoDB
  45. Урок 45. 00:06:02
    Implementing a MongoDB Datastore
  46. Урок 46. 00:03:16
    Introduction to Redis
  47. Урок 47. 00:05:57
    Implementing a Redis Datastore
  48. Урок 48. 00:06:36
    TLS Web Server Instance
  49. Урок 49. 00:06:58
    Verifying User Credentials
  50. Урок 50. 00:06:25
    Secure Cookie
  51. Урок 51. 00:07:51
    User Session
  52. Урок 52. 00:07:42
    Authentication Middleware
  53. Урок 53. 00:07:48
    Implementing an Asynchronous Task Queue
  54. Урок 54. 00:05:16
    Image Resizing as an Asynchronous Task
  55. Урок 55. 00:05:14
    The Course Overview
  56. Урок 56. 00:07:51
    A Brief Introduction to Programming
  57. Урок 57. 00:05:48
    The Gist of Go
  58. Урок 58. 00:03:04
    Installing Go
  59. Урок 59. 00:05:43
    Configuring Go
  60. Урок 60. 00:13:27
    Basics - Variable Declaration, Built-in Types, Constants
  61. Урок 61. 00:07:00
    Packages
  62. Урок 62. 00:06:19
    Functions
  63. Урок 63. 00:08:14
    Conditional and Loops
  64. Урок 64. 00:07:22
    Command-line Program
  65. Урок 65. 00:04:40
    Username Syntax Checker
  66. Урок 66. 00:11:01
    Arrays
  67. Урок 67. 00:08:19
    Slices
  68. Урок 68. 00:05:33
    Maps
  69. Урок 69. 00:13:57
    Types and Interfaces
  70. Урок 70. 00:06:38
    Social Media Post
  71. Урок 71. 00:07:56
    Concurrency Versus Parallelism
  72. Урок 72. 00:05:09
    Goroutines
  73. Урок 73. 00:06:33
    Channels
  74. Урок 74. 00:01:42
    Range Over Channels
  75. Урок 75. 00:09:28
    Mutexes and Wait Groups
  76. Урок 76. 00:07:18
    Concurrent Pi Computation
  77. Урок 77. 00:08:56
    The Go Tool Chain
  78. Урок 78. 00:05:19
    Documentation in Go
  79. Урок 79. 00:04:36
    Testing in Go
  80. Урок 80. 00:04:35
    Unit Testing the Username Syntax Checker
  81. Урок 81. 00:05:30
    An Introduction to HTTP
  82. Урок 82. 00:02:36
    The net/http Package
  83. Урок 83. 00:05:16
    A Go Web Server Instance
  84. Урок 84. 00:01:09
    Project Showcase
  85. Урок 85. 00:05:32
    Installing Go
  86. Урок 86. 00:03:59
    A Simple Static File Server
  87. Урок 87. 00:03:48
    Accepting Command-line Arguments
  88. Урок 88. 00:03:00
    Compiling to a Statically Linked Binary
  89. Урок 89. 00:05:36
    Dynamic Content with Go
  90. Урок 90. 00:06:24
    Handling GET and POST Requests
  91. Урок 91. 00:04:54
    Connecting to a Database
  92. Урок 92. 00:03:15
    Writing Tests in Go
  93. Урок 93. 00:04:31
    Variadic Functions, Function Chaining, and Callbacks
  94. Урок 94. 00:04:00
    Logging and Analytics
  95. Урок 95. 00:04:45
    Error Handling
  96. Урок 96. 00:04:26
    Advanced Middleware
  97. Урок 97. 00:05:16
    Usernames and Passwords
  98. Урок 98. 00:05:01
    The Password Reset E-mail
  99. Урок 99. 00:04:53
    Sessions
  100. Урок 100. 00:06:54
    Sessionless, Passwordless Authentication
  101. Урок 101. 00:04:07
    Web Application Security
  102. Урок 102. 00:05:14
    JSON in Go
  103. Урок 103. 00:03:34
    Streams and JSON
  104. Урок 104. 00:02:46
    Buffers
  105. Урок 105. 00:04:38
    Image Handling
  106. Урок 106. 00:04:04
    Concurrency
  107. Урок 107. 00:05:18
    A Simple Chat Server
  108. Урок 108. 00:05:46
    An Advanced Chat Server
  109. Урок 109. 00:02:56
    Real-time Notifications
  110. Урок 110. 00:05:11
    Deployment Options
  111. Урок 111. 00:05:45
    Automated Deployments
  112. Урок 112. 00:04:12
    Continuous Integration
  113. Урок 113. 00:04:27
    Debugging
  114. Урок 114. 00:02:38
    Reflection
  115. Урок 115. 00:04:28
    Performance