Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай Learn Programming With Go (Golang), One Game at a Time, а также все другие курсы, прямо сейчас!
Премиум
  1. Урок 1. 00:03:29
    Why Go?
  2. Урок 2. 00:03:55
    What is Programming?
  3. Урок 3. 00:04:56
    How to Install Go - Windows
  4. Урок 4. 00:02:25
    How to Install Go - Mac OS
  5. Урок 5. 00:04:05
    Your First Program - Hello World
  6. Урок 6. 00:10:51
    Understanding Your First Program
  7. Урок 7. 00:04:39
    Understanding Visual Studio Code
  8. Урок 8. 00:02:44
    Building Binary Files
  9. Урок 9. 00:08:00
    Practice & Perseverance
  10. Урок 10. 00:05:25
    Exercises Overview
  11. Урок 11. 00:06:59
    Variables
  12. Урок 12. 00:05:30
    Different Data Types in Go
  13. Урок 13. 00:01:09
    Fixing a Common Issue With gopls
  14. Урок 14. 00:04:27
    Some Remarks About Creating Variables
  15. Урок 15. 00:03:09
    Composite Data Types
  16. Урок 16. 00:08:27
    Integers
  17. Урок 17. 00:05:24
    Floating-Point Numbers
  18. Урок 18. 00:06:17
    Booleans, Runes and Strings
  19. Урок 19. 00:01:07
    Zero Values
  20. Урок 20. 00:05:31
    Arithmetic Operations
  21. Урок 21. 00:09:09
    Integer Arithmetic
  22. Урок 22. 00:05:26
    Floating-Point Arithmetic
  23. Урок 23. 00:02:35
    Operator Precedence
  24. Урок 24. 00:02:23
    Character and String Operations
  25. Урок 25. 00:03:46
    Escaping Characters
  26. Урок 26. 00:05:44
    Type Conversions (Part 1)
  27. Урок 27. 00:06:35
    Type Conversions (Part 2)
  28. Урок 28. 00:04:50
    Complex Arithmetic Operations
  29. Урок 29. 00:02:44
    Naming Variables
  30. Урок 30. 00:03:01
    Composite Data Types
  31. Урок 31. 00:02:34
    Constants
  32. Урок 32. 00:01:24
    Shorthand Operators
  33. Урок 33. 00:02:29
    Fix Issue with Importing Packages (Windows)
  34. Урок 34. 00:11:59
    Bits & Bytes (Part 1)
  35. Урок 35. 00:12:20
    Bits & Bytes (Part 2)
  36. Урок 36. 00:05:17
    Terminal Basics (Part 1)
  37. Урок 37. 00:04:12
    Terminal Basics (Part 2)
  38. Урок 38. 00:04:06
    Terminal Basics (Part 3)
  39. Урок 39. 00:02:51
    Terminal Basics (Part 4)
  40. Урок 40. 00:06:37
    Basic Commands in the Terminal
  41. Урок 41. 00:01:58
    Moving and Copying Files
  42. Урок 42. 00:01:05
    Deleting Files
  43. Урок 43. 00:06:05
    Redirecting Input/Output
  44. Урок 44. 00:05:40
    Other Utility Commands
  45. Урок 45. 00:04:21
    Combining Different Commands With Pipes
  46. Урок 46. 00:02:14
    Where Does a Command Live?
  47. Урок 47. 00:02:59
    Printing Text to Standard Output
  48. Урок 48. 00:01:09
    Exploring fmt.Println
  49. Урок 49. 00:01:09
    Exploring fmt.Print
  50. Урок 50. 00:01:50
    Raw String Literals
  51. Урок 51. 00:06:49
    Formatting Output (Part 1)
  52. Урок 52. 00:07:14
    Formatting Output (Part 2)
  53. Урок 53. 00:08:24
    Receiving Input From The Terminal (Part 1)
  54. Урок 54. 00:02:11
    Receiving Input From The Terminal (Part 2)
  55. Урок 55. 00:02:35
    Debugging (Part 1)
  56. Урок 56. 00:08:37
    Debugging (Part 2)
  57. Урок 57. 00:10:37
    Comparison Operations
  58. Урок 58. 00:06:30
    The If Statement
  59. Урок 59. 00:08:28
    The Else-If Statement
  60. Урок 60. 00:07:30
    The Else Statement
  61. Урок 61. 00:06:16
    Nested If Statements
  62. Урок 62. 00:09:21
    Switch-Case Statement
  63. Урок 63. 00:06:46
    Logical Operators - And
  64. Урок 64. 00:03:40
    Logical Operators - Or
  65. Урок 65. 00:07:45
    Combining Logical Operators
  66. Урок 66. 00:11:49
    Example Program - Point In Rectangle
  67. Урок 67. 00:01:30
    The Not Operator
  68. Урок 68. 00:07:10
    Simple For Loops
  69. Урок 69. 00:03:52
    More Advanced For Loops
  70. Урок 70. 00:04:29
    Nested Loops
  71. Урок 71. 00:05:36
    Slices - Definition
  72. Урок 72. 00:06:14
    Slices - Accessing Elements
  73. Урок 73. 00:06:17
    Slices - Iteration
  74. Урок 74. 00:02:46
    Slices - Adding New Elements
  75. Урок 75. 00:02:15
    Slices - Combining Different Slices
  76. Урок 76. 00:07:12
    Slices - Subslices
  77. Урок 77. 00:06:31
    Slices - Removing Elements
  78. Урок 78. 00:02:40
    Arrays
  79. Урок 79. 00:05:21
    Maps - Definition
  80. Урок 80. 00:06:13
    Maps - Accessing Elements
  81. Урок 81. 00:01:29
    Maps - Adding New Elements
  82. Урок 82. 00:01:56
    Maps - Removing Elements
  83. Урок 83. 00:02:47
    Maps - Iteration
  84. Урок 84. 00:07:23
    Void Functions
  85. Урок 85. 00:09:49
    Functions With Input
  86. Урок 86. 00:04:47
    Returning a Result From Functions
  87. Урок 87. 00:03:40
    Returning Multiple Results From Functions
  88. Урок 88. 00:04:05
    Variable Number of Arguments in Functions
  89. Урок 89. 00:03:59
    Pointers
  90. Урок 90. 00:05:53
    How Pointers Work
  91. Урок 91. 00:05:30
    Pointers in Functions
  92. Урок 92. 00:06:21
    Using Slices and Maps With Functions
  93. Урок 93. 00:09:15
    Structs - Creating Your Own Types
  94. Урок 94. 00:06:35
    Using Third-Party Libraries
  95. Урок 95. 00:03:32
    Static Variables
  96. Урок 96. 00:09:33
    Game Plan
  97. Урок 97. 00:09:45
    Deriving a Random Word
  98. Урок 98. 00:14:09
    Printing The Game State (Part 1)
  99. Урок 99. 00:08:21
    Printing The Game State (Part 2)
  100. Урок 100. 00:08:01
    Reading User Input
  101. Урок 101. 00:09:23
    Check User's Guess
  102. Урок 102. 00:13:38
    Handling Game Over
  103. Урок 103. 00:05:49
    Extra Challenges
  104. Урок 104. 00:05:53
    Game Plan
  105. Урок 105. 00:08:43
    Rendering Stuff on Screen (Part 1)
  106. Урок 106. 00:06:42
    Rendering Stuff on Screen (Part 2)
  107. Урок 107. 00:08:15
    Rendering Stuff on Screen (Part 3)
  108. Урок 108. 00:12:40
    Rendering Stuff on Screen (Part 4)
  109. Урок 109. 00:12:52
    Drawing The Paddles
  110. Урок 110. 00:14:13
    User Input (Part 1)
  111. Урок 111. 00:07:38
    User Input (Part 2)
  112. Урок 112. 00:09:31
    User Input (Part 3)
  113. Урок 113. 00:06:52
    Taking Care of Paddle Boundaries
  114. Урок 114. 00:12:51
    Drawing The Ball
  115. Урок 115. 00:10:09
    Moving The Ball (Part 1)
  116. Урок 116. 00:09:45
    Moving The Ball (Part 2)
  117. Урок 117. 00:07:26
    Ball And Wall Collision (Part 1)
  118. Урок 118. 00:08:03
    Ball And Wall Collision (Part 2)
  119. Урок 119. 00:09:59
    Ball And Paddle Collision (Part 1)
  120. Урок 120. 00:11:33
    Ball And Paddle Collision (Part 2)
  121. Урок 121. 00:04:16
    Ball And Paddle Collision (Part 3)
  122. Урок 122. 00:11:44
    Handling Game Over
  123. Урок 123. 00:12:18
    Extra Challenges
  124. Урок 124. 00:01:12
    Game Overview
  125. Урок 125. 00:08:10
    Our Initial Code
  126. Урок 126. 00:04:05
    Game Plan
  127. Урок 127. 00:06:34
    Drawing The Game Frame (Part 1)
  128. Урок 128. 00:10:21
    Drawing The Game Frame (Part 2)
  129. Урок 129. 00:13:26
    Setting Up Our Game Objects
  130. Урок 130. 00:08:20
    Moving The Snake (Part 1)
  131. Урок 131. 00:05:10
    Moving The Snake (Part 2)
  132. Урок 132. 00:07:48
    Eating Apples
  133. Урок 133. 00:06:35
    Snake And Wall Collision
  134. Урок 134. 00:05:42
    Snake Eating Itself
  135. Урок 135. 00:10:29
    Optimising Screen Rendering
  136. Урок 136. 00:09:32
    Extra Challenges
  137. Урок 137. 00:06:16
    Game Overview & Initial Code
  138. Урок 138. 00:03:18
    Game Plan
  139. Урок 139. 00:06:53
    Drawing The Player
  140. Урок 140. 00:03:20
    Moving The Player
  141. Урок 141. 00:03:43
    Player Boundaries
  142. Урок 142. 00:12:14
    Spawning & Moving Zombies
  143. Урок 143. 00:06:08
    Firing & Moving Bullets (Part 1)
  144. Урок 144. 00:04:13
    Firing & Moving Bullets (Part 2)
  145. Урок 145. 00:06:45
    Bullet And Wall Collision
  146. Урок 146. 00:05:33
    Cleaning Up Collision Detection Code
  147. Урок 147. 00:04:13
    Player And Zombie Collision
  148. Урок 148. 00:13:15
    Bullet And Zombie Collision
  149. Урок 149. 00:07:02
    Fixing A Bug With Collision Detection
  150. Урок 150. 00:06:17
    Extra Challenges
  151. Урок 151. 00:03:57
    Congratulations!
  152. Урок 152. 00:09:18
    Problem 01 & 02 - Hello World & Print your name
  153. Урок 153. 00:11:04
    Problem 03 & 04 & 05
  154. Урок 154. 00:06:06
    Problem 06 - Print the Numbers from 1 to 1000
  155. Урок 155. 00:14:28
    Problem 07 - Generate a random number from 0 to 10
  156. Урок 156. 00:03:00
    Problem 08 - Print the current date
  157. Урок 157. 00:07:45
    Problem 01 - Assign Integers to Appropriate Types
  158. Урок 158. 00:01:12
    Problem 02 - Assign Real Numbers to Appropriate Types
  159. Урок 159. 00:02:57
    Problem 03 - Assign Characters & Strings to Appropriate Types
  160. Урок 160. 00:02:12
    Problem 04 - Are You a Hooman?
  161. Урок 161. 00:05:08
    Problem 05 - Type Conversions
  162. Урок 162. 00:06:35
    Problem 06 - Swap Values of Two Numbers
  163. Урок 163. 00:03:09
    Problem 07 - Create Your Dark Souls 3 Character
  164. Урок 164. 00:01:03
    Problem 08 - Sum and Difference of Numbers
  165. Урок 165. 00:02:58
    Problem 09 - Get Last Digit of Number
  166. Урок 166. 00:01:33
    Problem 10 - Get Second to Last Digit of Number
  167. Урок 167. 00:15:58
    Problem 11 - Sum Digits of Number
  168. Урок 168. 00:02:18
    Problem 12 - Divide Numbers
  169. Урок 169. 00:03:10
    Problem 13 - Calculate Median & Average
  170. Урок 170. 00:02:20
    Problem 14 - Calculate Square Root of Number
  171. Урок 171. 00:01:49
    Problem 15 - KG to LBS Converter
  172. Урок 172. 00:01:17
    Problem 16 - Calculate Area of Triangle
  173. Урок 173. 00:03:44
    Problem 17 - Pythagorean Theorem
  174. Урок 174. 00:11:51
    Problem 18 - Check if Circle Contains Point
  175. Урок 175. 00:07:29
    Problem 19 - Print The Letters From A to Z
  176. Урок 176. 00:15:14
    Problem 20 - Write a Floating-Point Number Comparer
  177. Урок 177. 00:02:27
    Problem 01 - Explore Bash Commands
  178. Урок 178. 00:04:15
    Problem 02 - Explore Even More Bash Commands
  179. Урок 179. 00:01:42
    Problem 03 - Combine Bash Commands
  180. Урок 180. 00:00:47
    Problem 04 - Print Numbers on the Same Line
  181. Урок 181. 00:01:39
    Problem 05 - Print Your Name & Age, Formatted
  182. Урок 182. 00:03:29
    Problem 06 - Print The "You're The One" Lyrics
  183. Урок 183. 00:11:59
    Problem 07 - Menu Creator
  184. Урок 184. 00:03:06
    Problem 08 - Calculate Sum of Three Numbers
  185. Урок 185. 00:01:44
    Problem 09 - Calculate Average of Three Real Numbers
  186. Урок 186. 00:16:14
    Problem 10 - Calculate Median of N Numbers
  187. Урок 187. 00:09:41
    Problem 11 - Calculate Average of N Numbers
  188. Урок 188. 00:13:58
    Problem 12 - Quadratic Equation
  189. Урок 189. 00:03:10
    Problem 01 - Print Bigger Number
  190. Урок 190. 00:03:52
    Problem 02 - Number is in Range
  191. Урок 191. 00:11:27
    Problem 03 - Number is in Range (Level 2)
  192. Урок 192. 00:16:52
    Problem 04 - Game Shopping Buddy
  193. Урок 193. 00:02:55
    Problem 05 - Print The Day of Week
  194. Урок 194. 00:08:41
    Problem 06 - Which Game is This Character From
  195. Урок 195. 00:05:43
    Problem 07 - Guess The Number
  196. Урок 196. 00:21:36
    Problem 08 - Gaming Time
  197. Урок 197. 00:29:13
    Problem 09 - Number As Word
  198. Урок 198. 00:03:07
    Problem 10 - Count to N
  199. Урок 199. 00:03:45
    Problem 11 - Factorial
  200. Урок 200. 00:08:28
    Problem 12 - Fibonacci Sequence
  201. Урок 201. 00:02:49
    Problem 13 - Number Divisible by 7 and 13
  202. Урок 202. 00:04:44
    Problem 14 - Prime Checker
  203. Урок 203. 00:04:15
    Problem 15 - Pair Multiplication
  204. Урок 204. 00:03:52
    Problem 16 - Pair Multiplication Without Duplicates
  205. Урок 205. 00:09:20
    Problem 17 - Guess The Number Interactive
  206. Урок 206. 00:19:52
    Problem 18 - Shuffle Cards
  207. Урок 207. 00:07:35
    Problem 01 - Raise All By 2
  208. Урок 208. 00:16:30
    Problem 02 - Simple Calculator
  209. Урок 209. 00:22:30
    Problem 03 - Sort an Array Using Selection Sort
  210. Урок 210. 00:04:58
    Problem 04 - Union of Numbers
  211. Урок 211. 00:02:46
    Problem 05 - Excluded Words
  212. Урок 212. 00:10:27
    Problem 06 - Count Letters
  213. Урок 213. 00:03:29
    Problem 07 - Find the Longest Word
  214. Урок 214. 00:26:51
    Problem 08 - Find The Spammer
  215. Урок 215. 00:20:13
    Problem 09 - Adjacent Numbers Summing to N
  216. Урок 216. 00:02:25
    Problem 01 - Game Instructions Printer
  217. Урок 217. 00:07:08
    Problem 02 - Create a PrintAt Function
  218. Урок 218. 00:02:49
    Problem 03 - Sublist Function
  219. Урок 219. 00:01:35
    Problem 04 - IncrementBy
  220. Урок 220. 00:01:25
    Problem 05 - Point
  221. Урок 221. 00:02:55
    Problem 06 - PrintAt With Point
  222. Урок 222. 00:07:28
    Problem 07 - Mutating Points
  223. Урок 223. 00:06:33
    Problem 08 - Gopher RPG (Part 1)
  224. Урок 224. 00:07:36
    Problem 08 - Gopher RPG (Part 2)
  225. Урок 225. 00:06:32
    Problem 08 - Gopher RPG (Part 3)
  226. Урок 226. 00:08:20
    Problem 08 - Gopher RPG (Part 4)
  227. Урок 227. 00:06:01
    Problem 08 - Gopher RPG (Part 5)
  228. Урок 228. 00:09:11
    Problem 08 - Gopher RPG (Part 6)
  229. Урок 229. 00:04:18
    Problem 08 - Gopher RPG (Part 7)
  230. Урок 230. 00:07:51
    Problem 08 - Gopher RPG (Part 8)
  231. Урок 231. 00:03:46
    Problem 08 - Gopher RPG (Part 9)
  232. Урок 232. 00:14:18
    Problem 08 - Gopher RPG (Part 10)
  233. Урок 233. 00:08:38
    Problem 08 - Gopher RPG (Part 11)
  234. Урок 234. 00:07:27
    Problem 08 - Gopher RPG (Part 12)