1. Урок 1. 00:07:40
    Why Go For Web Dev
  2. Урок 2. 00:01:36
    Prerequisites
  3. Урок 3. 00:02:33
    Resources
  4. Урок 4. 00:18:31
    Language review
  5. Урок 5. 00:08:13
    How to succeed
  6. Урок 6. 00:03:28
    Understanding templates
  7. Урок 7. 00:06:26
    Templating with concatenation
  8. Урок 8. 00:16:53
    Understanding package text/template: parsing & executing templates
  9. Урок 9. 00:03:58
    Passing data into templates
  10. Урок 10. 00:02:29
    Variables in templates
  11. Урок 11. 00:14:58
    Passing composite data structures into templates
  12. Урок 12. 00:15:12
    Functions in templates
  13. Урок 13. 00:09:55
    Pipelines in templates
  14. Урок 14. 00:06:11
    Predefined global functions in templates
  15. Урок 15. 00:07:52
    Nesting templates - modularizing your code
  16. Урок 16. 00:05:39
    Passing data into templates & composition
  17. Урок 17. 00:03:38
    Using methods in templates
  18. Урок 18. 00:01:59
    Hands-on exercises
  19. Урок 19. 00:03:37
    Using package html/template, character escaping, & cross-site scripting
  20. Урок 20. 00:10:09
    Understanding servers
  21. Урок 21. 00:06:56
    TCP server - write to connection
  22. Урок 22. 00:10:34
    TCP server - read from connection using bufio.Scanner
  23. Урок 23. 00:04:26
    TCP server - read from & write to connection
  24. Урок 24. 00:04:48
    TCP server - code a client
  25. Урок 25. 00:09:57
    TCP server - rot13 & in-memory database
  26. Урок 26. 00:06:57
    TCP server - HTTP request / response foundation hands-on exercise
  27. Урок 27. 00:05:04
    TCP server - HTTP method & URI retrieval hands-on exercise
  28. Урок 28. 00:05:04
    TCP server - HTTP multiplexer
  29. Урок 29. 00:09:22
    net/http package - an overview
  30. Урок 30. 00:05:23
    Understanding & using ListenAndServe
  31. Урок 31. 00:08:27
    Foundation of net/http: Handler, ListenAndServe, Request, ResponseWriter
  32. Урок 32. 00:15:08
    Retrieving form values - exploring *http.Request
  33. Урок 33. 00:08:11
    Retrieving other request values - exploring *http.Request
  34. Урок 34. 00:07:36
    Exploring http.ResponseWriter - writing headers to the response
  35. Урок 35. 00:07:14
    Review
  36. Урок 36. 00:16:27
    Understanding ServeMux
  37. Урок 37. 00:08:03
    Disambiguation: func(ResponseWriter, *Request) vs. HandlerFunc
  38. Урок 38. 00:08:47
    Third-party servemux - Julien Schmidt’s router
  39. Урок 39. 00:01:15
    Hands-on exercises
  40. Урок 40. 00:04:21
    Hands-on exercises - solutions #1
  41. Урок 41. 00:04:21
    Hands-on exercises - solutions #2
  42. Урок 42. 00:19:57
    Serving a file with io.Copy
  43. Урок 43. 00:05:03
    Serving a file with http.ServeContent & http.ServeFile
  44. Урок 44. 00:03:54
    Serving a file with http.FileServer
  45. Урок 45. 00:03:50
    Serving a file with http.FileServer & http.StripPrefix
  46. Урок 46. 00:06:01
    Creating a static file server with http.FileServer
  47. Урок 47. 00:03:11
    log.Fatal & http.Error
  48. Урок 48. 00:04:01
    Hands-on exercises
  49. Урок 49. 00:01:00
    Hands-on exercises - solutions
  50. Урок 50. 00:05:52
    The http.NotFoundHandler
  51. Урок 51. 00:05:48
    Buying a domain - Google domains
  52. Урок 52. 00:02:17
    Deploying to Google Cloud
  53. Урок 53. 00:07:53
    State overview
  54. Урок 54. 00:01:20
    Passing values through the URL
  55. Урок 55. 00:06:23
    Passing values from forms
  56. Урок 56. 00:05:30
    Uploading a file, reading the file, creating a file on the server
  57. Урок 57. 00:11:55
    Enctype
  58. Урок 58. 00:01:01
    Redirects - overview
  59. Урок 59. 00:06:33
    Redirects - diagrams & documentation
  60. Урок 60. 00:07:56
    Redirects - in practice
  61. Урок 61. 00:07:44
    Cookies - overview
  62. Урок 62. 00:03:32
    Cookies - writing and reading
  63. Урок 63. 00:05:21
    Writing multiple cookies & hands-on exercise
  64. Урок 64. 00:02:12
    Hands-on exercise solution: creating a counter with cookies
  65. Урок 65. 00:03:20
    Deleting a cookie
  66. Урок 66. 00:06:38
    Sessions
  67. Урок 67. 00:07:27
    Universally unique identifier - UUID
  68. Урок 68. 00:08:32
    Your first session
  69. Урок 69. 00:12:00
    Sign-up
  70. Урок 70. 00:06:01
    Encrypt password with bcrypt
  71. Урок 71. 00:05:21
    Login
  72. Урок 72. 00:07:08
    Logout
  73. Урок 73. 00:04:05
    Permissions
  74. Урок 74. 00:03:21
    Expire session
  75. Урок 75. 00:08:26
    Overview
  76. Урок 76. 00:07:21
    Creating a virtual server instance on AWS EC2
  77. Урок 77. 00:10:51
    Hello world on AWS
  78. Урок 78. 00:12:02
    Persisting an application
  79. Урок 79. 00:04:43
    Hands-on Exercise
  80. Урок 80. 00:02:14
    Hands-on Solution
  81. Урок 81. 00:16:00
    Terminating AWS services
  82. Урок 82. 00:01:32
    Overview
  83. Урок 83. 00:06:25
    Installing MySQL - Locally
  84. Урок 84. 00:02:45
    Installing MySQL - AWS
  85. Урок 85. 00:06:29
    Connect Workbench to MySQL on AWS
  86. Урок 86. 00:04:40
    Go & SQL - Setup
  87. Урок 87. 00:04:38
    Go & SQL - In Practice
  88. Урок 88. 00:07:44
    Overview of load balancers
  89. Урок 89. 00:03:39
    Create EC2 security groups
  90. Урок 90. 00:06:32
    Create an ELB load balancer
  91. Урок 91. 00:08:00
    Implementing the load balancer
  92. Урок 92. 00:13:49
    Connecting to your MySQL server using MySQL workbench
  93. Урок 93. 00:05:12
    Hands-on exercise
  94. Урок 94. 00:01:06
    Hands-on solution
  95. Урок 95. 00:18:52
    Autoscaling & CloudFront
  96. Урок 96. 00:12:43
    Starting files
  97. Урок 97. 00:04:33
    User data
  98. Урок 98. 00:05:45
    Storing Multiple Values
  99. Урок 99. 00:03:37
    Uploading pictures
  100. Урок 100. 00:08:52
    Displaying pictures
  101. Урок 101. 00:01:26
    Hash message authentication code (HMAC)
  102. Урок 102. 00:04:29
    Base64 encoding
  103. Урок 103. 00:03:07
    Web storage
  104. Урок 104. 00:05:31
    Context
  105. Урок 105. 00:13:19
    TLS & HTTPS
  106. Урок 106. 00:09:46
    JSON - JavaScript Object Notation
  107. Урок 107. 00:04:31
    Go & JSON - Marshal & Encode
  108. Урок 108. 00:09:48
    Unmarshal JSON with Go
  109. Урок 109. 00:10:28
    Unmarshal JSON with Go using Tags
  110. Урок 110. 00:10:01
    Hands-on exercise solution
  111. Урок 111. 00:02:09
    AJAX introduction
  112. Урок 112. 00:11:50
    AJAX server side
  113. Урок 113. 00:12:13
    Organizing code into packages
  114. Урок 114. 00:10:13
    Create user & delete user
  115. Урок 115. 00:04:29
    MVC design pattern - model view controller
  116. Урок 116. 00:06:37
    Install mongodb
  117. Урок 117. 00:04:58
    Connect to mongodb
  118. Урок 118. 00:05:29
    CRUD with Go & mongodb
  119. Урок 119. 00:08:52
    Hands on exercise & solution
  120. Урок 120. 00:05:24
    Hands on exercise & solution
  121. Урок 121. 00:06:20
    Hands on exercise & solution
  122. Урок 122. 00:02:39
    Introduction to Docker
  123. Урок 123. 00:02:40
    Virtual machines & containers
  124. Урок 124. 00:09:54
    Installing docker
  125. Урок 125. 00:05:19
    Docker whalesay example
  126. Урок 126. 00:08:05
    Using a Dockerfile to build an image
  127. Урок 127. 00:12:48
    Launching a container running curl
  128. Урок 128. 00:04:50
    Running a Go web app in a Docker container
  129. Урок 129. 00:05:23
    Pushing & pulling to docker hub
  130. Урок 130. 00:08:56
    Go, Docker & Amazon Web Services (AWS)
  131. Урок 131. 00:09:13
    Installing Postgres
  132. Урок 132. 00:07:33
    Create database
  133. Урок 133. 00:05:35
    Create table
  134. Урок 134. 00:03:23
    Insert records
  135. Урок 135. 00:00:49
    Auto increment primary key
  136. Урок 136. 00:02:32
    Hands-on exercise
  137. Урок 137. 00:05:43
    Hands-on exercise - solution
  138. Урок 138. 00:07:07
    Relational databases
  139. Урок 139. 00:06:29
    Query - cross join
  140. Урок 140. 00:09:57
    Query - inner join
  141. Урок 141. 00:05:03
    Query - three table inner join
  142. Урок 142. 00:01:08
    Query - outer joins
  143. Урок 143. 00:00:43
    Clauses
  144. Урок 144. 00:04:46
    Update a record
  145. Урок 145. 00:07:38
    Delete a record
  146. Урок 146. 00:08:59
    Users - create, grant, alter, remove
  147. Урок 147. 00:04:57
    Go & Postgres
  148. Урок 148. 00:04:56
    Select query
  149. Урок 149. 00:07:29
    Web app
  150. Урок 150. 00:04:06
    Query Row
  151. Урок 151. 00:01:30
    Insert record
  152. Урок 152. 00:11:24
    Update record
  153. Урок 153. 00:11:33
    Delete record
  154. Урок 154. 00:10:11
    Code organization
  155. Урок 155. 00:10:53
    NoSQL
  156. Урок 156. 00:06:58
    MongoDB
  157. Урок 157. 00:03:53
    Installing mongo
  158. Урок 158. 00:06:58
    Database
  159. Урок 159. 00:03:53
    Collection
  160. Урок 160. 00:03:50
    Document
  161. Урок 161. 00:06:15
    Find (aka, query)
  162. Урок 162. 00:06:59
    Update
  163. Урок 163. 00:02:00
    Remove
  164. Урок 164. 00:02:45
    Projection
  165. Урок 165. 00:01:05
    Limit
  166. Урок 166. 00:02:52
    Sort
  167. Урок 167. 00:01:24
    Index
  168. Урок 168. 00:04:33
    Aggregation
  169. Урок 169. 00:09:20
    Users
  170. Урок 170. 00:04:41
    JSON
  171. Урок 171. 00:16:59
    Create Read Update Delete (CRUD)