Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай Go Programming by Example (Golang), а также все другие курсы, прямо сейчас!
Премиум
  1. Урок 1. 00:12:59
    Course Introduction (Detailed)
  2. Урок 2. 00:12:12
    Sample Course Lectures (Only For Prospective Students)
  3. Урок 3. 00:11:10
    A Short History of Go - Why Go?
  4. Урок 4. 00:11:14
    Installation (Compiler and IDE) & Course Resources
  5. Урок 5. 00:00:53
    Language Fundamentals - Section Overview
  6. Урок 6. 00:09:27
    Your First Program - Hello World
  7. Урок 7. 00:20:18
    Main Concepts / Data Types (Part 1)
  8. Урок 8. 00:24:32
    Main Concepts / Data Types (Part 2)
  9. Урок 9. 00:08:09
    Types - Variables
  10. Урок 10. 00:02:58
    Verbs
  11. Урок 11. 00:03:54
    Variables, Constants, and Literals
  12. Урок 12. 00:02:38
    Working with Numeral Systems (Binary, Octal, Decimal, and Hexa Decimal)
  13. Урок 13. 00:04:14
    More Verbs
  14. Урок 14. 00:01:44
    Variable Declaration
  15. Урок 15. 00:03:37
    Working with Strings
  16. Урок 16. 00:01:51
    Working with Binary Values
  17. Урок 17. 00:01:32
    Logical Operators
  18. Урок 18. 00:02:05
    Character Escapes
  19. Урок 19. 00:01:47
    Equality Symbol
  20. Урок 20. 00:05:56
    Bitwise Operators
  21. Урок 21. 00:01:08
    Working with Base 8 (Octal) and Base 16 (Hexa)
  22. Урок 22. 00:02:40
    Minimum and Maximum Values of Basic Types
  23. Урок 23. 00:01:56
    NaN (Not a Number) and Infinity
  24. Урок 24. 00:03:28
    Unicode - Part 1
  25. Урок 25. 00:01:21
    Unicode - Part 2
  26. Урок 26. 00:04:13
    utf8 (Unicode Transformation Format) Part 1
  27. Урок 27. 00:03:58
    utf8 Part 2
  28. Урок 28. 00:04:22
    utf8 Part 3
  29. Урок 29. 00:01:29
    utf8 Part 4
  30. Урок 30. 00:02:26
    utf8 Part 5
  31. Урок 31. 00:02:04
    utf8 Part 6
  32. Урок 32. 00:09:33
    Scope of Variables
  33. Урок 33. 00:02:04
    Exercise #1-3
  34. Урок 34. 00:01:31
    Exercise #4,5
  35. Урок 35. 00:04:30
    Exercise #6,7
  36. Урок 36. 00:02:40
    Exercise #8-11
  37. Урок 37. 00:02:11
    Exercise #12,13
  38. Урок 38. 00:03:01
    Exercise #14
  39. Урок 39. 00:00:32
    Control Structures - Section Overview
  40. Урок 40. 00:05:35
    If Statements - Theory & Example #1-3
  41. Урок 41. 00:13:29
    For Loop Statements - Theory & Example #1-6
  42. Урок 42. 00:08:37
    Switch Statements - Part 1 - Theory & Example #1-3
  43. Урок 43. 00:11:35
    Switch Statements - Part 2 - Theory & Example #4-7
  44. Урок 44. 00:03:04
    Exercise #1
  45. Урок 45. 00:01:25
    Exercise #2
  46. Урок 46. 00:05:08
    Exercise #3
  47. Урок 47. 00:00:50
    Arrays & Slices - Section Overview
  48. Урок 48. 00:06:33
    Arrays - Theory
  49. Урок 49. 00:09:11
    Arrays - Part 1
  50. Урок 50. 00:11:19
    Arrays - Part 2
  51. Урок 51. 00:09:10
    Slices - Theory
  52. Урок 52. 00:10:14
    Slices - Part 1
  53. Урок 53. 00:09:40
    Slices - Part 2
  54. Урок 54. 00:08:14
    Slices - Part 3
  55. Урок 55. 00:09:36
    Slices - Part 4
  56. Урок 56. 00:00:37
    Maps - Section Overview
  57. Урок 57. 00:06:24
    Maps - Theory
  58. Урок 58. 00:07:55
    Hashtables - Part 1
  59. Урок 59. 00:05:32
    Hashtables - Part 2
  60. Урок 60. 00:05:21
    Maps - make() function
  61. Урок 61. 00:06:06
    Maps - Assignment
  62. Урок 62. 00:07:01
    Sorting Maps
  63. Урок 63. 00:06:09
    Maps - Assignment
  64. Урок 64. 00:06:04
    Maps & Unicode
  65. Урок 65. 00:00:28
    Functions, Part 1 - Section Overview
  66. Урок 66. 00:06:09
    Functions - Theory
  67. Урок 67. 00:08:36
    Function Parameters
  68. Урок 68. 00:08:07
    Functions & Stacks
  69. Урок 69. 00:08:04
    Variadic Functions
  70. Урок 70. 00:05:16
    Functions - Assignment
  71. Урок 71. 00:03:53
    Stacks - Assignment
  72. Урок 72. 00:05:07
    Functions & Map of maps
  73. Урок 73. 00:10:14
    Functions & Map of maps - Assignment
  74. Урок 74. 00:00:31
    Pointers - Section Overview
  75. Урок 75. 00:15:07
    Pointers - Theory
  76. Урок 76. 00:09:07
    Pointers - Basics
  77. Урок 77. 00:12:06
    Pointers & Slices
  78. Урок 78. 00:08:21
    Pointers & Slice of slice
  79. Урок 79. 00:07:26
    Pointers & Functions
  80. Урок 80. 00:04:48
    Pointers & Ref-Non ref Types
  81. Урок 81. 00:08:35
    Pointers & Ref-Non ref Types - Assignment
  82. Урок 82. 00:00:31
    Functions, Part 2 - Section Overview
  83. Урок 83. 00:04:44
    Function Literals
  84. Урок 84. 00:09:22
    Function Literals - Functions as Return Types
  85. Урок 85. 00:07:39
    Closure
  86. Урок 86. 00:06:19
    Callbacks
  87. Урок 87. 00:05:37
    Callbacks - Variadic - Assignment
  88. Урок 88. 00:06:45
    Recursion, Factorial
  89. Урок 89. 00:05:32
    Recursion, Fibonacci
  90. Урок 90. 00:08:32
    Function, defer
  91. Урок 91. 00:04:14
    Function, defer - Assignment
  92. Урок 92. 00:06:02
    Function, panic
  93. Урок 93. 00:05:52
    Function, recover
  94. Урок 94. 00:00:38
    Structs - Section Overview
  95. Урок 95. 00:08:27
    Structs - Theory
  96. Урок 96. 00:08:54
    Structs - Example
  97. Урок 97. 00:07:07
    Anonymous Struct - Pointers
  98. Урок 98. 00:18:19
    Comparing Structs
  99. Урок 99. 00:02:57
    Structs & Pointers
  100. Урок 100. 00:03:15
    Structs - Anonymous Fields
  101. Урок 101. 00:07:39
    Embedded Structs
  102. Урок 102. 00:02:19
    Embedded Structs, Anonymous
  103. Урок 103. 00:07:34
    Multiple Embedded Structs - Assignment
  104. Урок 104. 00:10:42
    Structs - Receivers
  105. Урок 105. 00:15:20
    Exporteing Structs
  106. Урок 106. 00:17:04
    Structs - Method Overloading
  107. Урок 107. 00:08:32
    Struct, Rreceivers, and Pointers
  108. Урок 108. 00:00:41
    Interfaces - Section Overview
  109. Урок 109. 00:16:54
    Interfaces - Theory
  110. Урок 110. 00:10:33
    Interfaces - Example
  111. Урок 111. 00:12:31
    The 'empty' Interface
  112. Урок 112. 00:09:38
    Interfaces - Conversion
  113. Урок 113. 00:07:45
    Interfaces Assertion
  114. Урок 114. 00:03:43
    Interfaces - Package 'sort' - Part 1
  115. Урок 115. 00:14:09
    Interfaces - Package 'sort' - Part 2
  116. Урок 116. 00:03:59
    The 'interface' Interfaces - Part 1
  117. Урок 117. 00:07:00
    The 'interface' Interfaces - Part 2 - More Examples
  118. Урок 118. 00:00:42
    Concurrency - Section Overview
  119. Урок 119. 00:17:09
    Concurrency - Goroutines
  120. Урок 120. 00:06:11
    Concurrency - Waitgroup
  121. Урок 121. 00:11:15
    Concurrency & Parallelism
  122. Урок 122. 00:04:58
    Concurrency - Race Condition
  123. Урок 123. 00:04:53
    Concurrency - Mutex
  124. Урок 124. 00:04:35
    Concurrency - Atomic
  125. Урок 125. 00:00:37
    Channels - Section Overview
  126. Урок 126. 00:16:17
    Channels - Theory
  127. Урок 127. 00:04:46
    nil Channels - Deadlock
  128. Урок 128. 00:17:11
    Unbuffered Channels
  129. Урок 129. 00:15:00
    Channel Range
  130. Урок 130. 00:12:29
    Channels - Semaphore
  131. Урок 131. 00:06:33
    Channels - Multipe Receivers
  132. Урок 132. 00:07:03
    Channels - Assignment
  133. Урок 133. 00:11:54
    Channel Direction
  134. Урок 134. 00:14:26
    Channels - Multiplexing
  135. Урок 135. 00:15:51
    Buffered Channels
  136. Урок 136. 00:03:15
    Buffered Channels - Capacity
  137. Урок 137. 00:06:14
    Channels - Assignment
  138. Урок 138. 00:07:08
    Channels - Assignment
  139. Урок 139. 00:03:36
    Channels - Pipeline
  140. Урок 140. 00:03:34
    Channels - Pipeline - Assignment
  141. Урок 141. 00:00:17
    Packages & Documentation - Section Overview
  142. Урок 142. 00:14:58
    Packages
  143. Урок 143. 00:11:40
    Documentation
  144. Урок 144. 00:00:28
    Error Handling & Unit Testing - Section Overview
  145. Урок 145. 00:11:37
    Error Handling - Part 1
  146. Урок 146. 00:08:10
    Error Handling - Part 2
  147. Урок 147. 00:06:16
    Error Handling - Part 3
  148. Урок 148. 00:19:39
    Unit Testing
  149. Урок 149. 00:00:42
    Miscellaneous Topics - Section Overview
  150. Урок 150. 00:13:06
    Reference / Non Reference Types
  151. Урок 151. 00:12:57
    JSON
  152. Урок 152. 00:09:39
    Working with Files - Part 1
  153. Урок 153. 00:08:52
    Working with Files - Part 2
  154. Урок 154. 00:15:44
    String Manipulation Functions
  155. Урок 155. 00:05:00
    Reflections - Part 1
  156. Урок 156. 00:22:56
    Reflections - Part 2
  157. Урок 157. 00:09:26
    Reflections - Part 3
  158. Урок 158. 00:01:01
    MySQL & Final Assignment- Section Overview
  159. Урок 159. 00:02:26
    PostgreSQL Installation
  160. Урок 160. 00:08:06
    MySQL Installation
  161. Урок 161. 00:12:16
    Working with MySQL - MySQL Workbench
  162. Урок 162. 00:20:20
    A Tour of SQL (MySQL & PostgreSQL) - Part 1
  163. Урок 163. 00:23:59
    A Tour of SQL (MySQL & PostgreSQL) - Part 2
  164. Урок 164. 00:17:29
    Connecting to MySQL from Go
  165. Урок 165. 00:18:51
    MySQL Operations in Go
  166. Урок 166. 00:10:41
    Connecting Go to PostgreSQL
  167. Урок 167. 00:15:05
    Final Assignment - Requirements
  168. Урок 168. 00:31:47
    Final Assignment - Solution - Part 1
  169. Урок 169. 00:40:07
    Final Assignment - Solution - Part 2
  170. Урок 170. 00:08:43
    Final Assignment - Solution - Part 3
  171. Урок 171. 00:20:52
    Final Assignment - Solution - Part 4
  172. Урок 172. 00:14:30
    Final Assignment - Conclusion
  173. Урок 173. 00:00:57
    Thank You and Please Leave a Rating for the Course