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