Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай Getting Started With Golang, а также все другие курсы, прямо сейчас!
Премиум
  1. Урок 1. 00:01:01
    Welcome To The Course
  2. Урок 2. 00:06:13
    What Is Go?
  3. Урок 3. 00:03:53
    Why Would You Use Go?
  4. Урок 4. 00:03:56
    Installing Go
  5. Урок 5. 00:02:41
    Code Editor Setup (VS Code)
  6. Урок 6. 00:06:54
    Finishing Editor Config & First Go Code
  7. Урок 7. 00:01:56
    Basic Programming Knowledge Helps!
  8. Урок 8. 00:02:22
    About This Course
  9. Урок 9. 00:03:51
    How To Get The Most Out Of This Course
  10. Урок 10. 00:01:27
    Module Introduction
  11. Урок 11. 00:09:09
    Base Syntax & Language Features
  12. Урок 12. 00:05:26
    Getting Started With Values & Value Types
  13. Урок 13. 00:09:35
    Exploring Variables
  14. Урок 14. 00:08:21
    The "int" Type & Math Operations
  15. Урок 15. 00:05:39
    Time To Practice: Problem
  16. Урок 16. 00:10:25
    Time To Practice: Solution
  17. Урок 17. 00:07:48
    Working With Floats & Type Conversions
  18. Урок 18. 00:03:31
    float64 vs float32
  19. Урок 19. 00:07:11
    A Brief Look At "bool", "rune" and "byte" Types
  20. Урок 20. 00:06:27
    String Operations & Type Clashes
  21. Урок 21. 00:11:06
    Formatting Strings
  22. Урок 22. 00:02:42
    Time To Practice: Problem
  23. Урок 23. 00:07:37
    Time To Practice: Solution
  24. Урок 24. 00:05:34
    Go Packages & Modules: The Theory
  25. Урок 25. 00:05:00
    Creating & Using A First Module
  26. Урок 26. 00:09:02
    Working With Packages & Exports + Imports
  27. Урок 27. 00:03:55
    Using Constant Values (Constants)
  28. Урок 28. 00:02:53
    Module Summary
  29. Урок 29. 00:01:50
    Module Introduction
  30. Урок 30. 00:04:24
    Creating Our Go Module
  31. Урок 31. 00:03:41
    Printing Output
  32. Урок 32. 00:08:20
    Fetching User Input
  33. Урок 33. 00:10:16
    Cleaning & Parsing User Input
  34. Урок 34. 00:03:41
    BMI Calculation & Outputting Formatted Strings
  35. Урок 35. 00:04:21
    Using Constant Values
  36. Урок 36. 00:07:39
    Splitting Our Code Into Files & Packages
  37. Урок 37. 00:00:50
    Module Introduction
  38. Урок 38. 00:03:50
    What Is A "Function"?
  39. Урок 39. 00:10:11
    Creating A Function & Working With Parameters + Return Values
  40. Урок 40. 00:03:44
    Practicing Functions
  41. Урок 41. 00:07:57
    Go Special Feature: Multiple Return Values
  42. Урок 42. 00:03:40
    Using Named Return Values
  43. Урок 43. 00:01:39
    Module Summary
  44. Урок 44. 00:02:53
    Module Introduction
  45. Урок 45. 00:03:45
    Creating a First Function
  46. Урок 46. 00:05:22
    Outsourcing The User Input Logic
  47. Урок 47. 00:05:23
    Finishing the "main" Function Refactoring
  48. Урок 48. 00:06:25
    Avoiding Code Duplication
  49. Урок 49. 00:01:12
    Module Summary
  50. Урок 50. 00:00:47
    Module Introduction
  51. Урок 51. 00:08:08
    What Are Pointers & Why Do We Have Them?
  52. Урок 52. 00:05:07
    Creating a First Pointer
  53. Урок 53. 00:05:36
    Working With Pointers
  54. Урок 54. 00:08:48
    Advantages Of Pointers (& Disadvantages)
  55. Урок 55. 00:00:55
    Module Introduction
  56. Урок 56. 00:09:26
    What & Why + Defining a First Struct
  57. Урок 57. 00:06:22
    Creating Struct Instances
  58. Урок 58. 00:03:40
    Creating Structs With "Creation Functions"
  59. Урок 59. 00:04:32
    Structs & Pointers
  60. Урок 60. 00:08:43
    Accessing Struct Values
  61. Урок 61. 00:07:20
    Adding Methods To Structs
  62. Урок 62. 00:04:18
    Module Summary
  63. Урок 63. 00:03:07
    Module Introduction
  64. Урок 64. 00:03:30
    Defining a Struct
  65. Урок 65. 00:09:45
    Creating Struct Instances
  66. Урок 66. 00:05:03
    Adding a Method
  67. Урок 67. 00:14:07
    Reading User Input
  68. Урок 68. 00:07:54
    Writing To Files
  69. Урок 69. 00:01:09
    Module Introduction
  70. Урок 70. 00:08:03
    Introducing Arrays For Storing Lists Of Data
  71. Урок 71. 00:06:19
    Working With Arrays
  72. Урок 72. 00:03:27
    Selecting Parts Of Arrays With Slices
  73. Урок 73. 00:02:24
    More Ways Of Using Slices
  74. Урок 74. 00:09:44
    Slices - Deep Dive
  75. Урок 75. 00:09:17
    Creating Dynamic Lists With Slices
  76. Урок 76. 00:04:18
    Time To Practice - Problem
  77. Урок 77. 00:20:11
    Time To Practice - Solution
  78. Урок 78. 00:03:30
    Unpacking List Values
  79. Урок 79. 00:06:49
    Introducing Maps
  80. Урок 80. 00:03:42
    Mutating Maps
  81. Урок 81. 00:04:01
    Maps vs Structs
  82. Урок 82. 00:01:15
    Module Introduction
  83. Урок 83. 00:05:35
    Working on the Project Setup
  84. Урок 84. 00:03:47
    Introducing "if" Statements
  85. Урок 85. 00:04:41
    More about "if" Statements & Boolean Values (Booleans)
  86. Урок 86. 00:05:09
    "else" & "else if"
  87. Урок 87. 00:04:29
    Combining Conditions
  88. Урок 88. 00:08:11
    Handling Expected Errors
  89. Урок 89. 00:03:34
    Returning Errors In Functions
  90. Урок 90. 00:13:51
    Practicing What We Learned
  91. Урок 91. 00:05:45
    Onwards To "Loops" (and why do we need them?)
  92. Урок 92. 00:05:12
    Introducing a Basic "for" Loop
  93. Урок 93. 00:02:56
    A More Useful Loop
  94. Урок 94. 00:04:23
    Practicing Basic "for" Loops
  95. Урок 95. 00:09:44
    Go's "while" Loop
  96. Урок 96. 00:05:30
    Preparing Another Scenario
  97. Урок 97. 00:05:23
    Looping Through Collections (Arrays, Slices, Maps)
  98. Урок 98. 00:02:34
    "continue" and "break"
  99. Урок 99. 00:02:48
    Module Summary
  100. Урок 100. 00:01:47
    Module Introduction
  101. Урок 101. 00:05:21
    Planning the App
  102. Урок 102. 00:02:13
    Initializing The Project
  103. Урок 103. 00:05:25
    Adding The Core Game Steps & Logic
  104. Урок 104. 00:04:06
    Outputting Text & Adding a First Package
  105. Урок 105. 00:05:00
    Keeping Track Of The Active Round
  106. Урок 106. 00:03:39
    Displaying Available Player Actions
  107. Урок 107. 00:06:55
    Getting Started With Fetching User Input
  108. Урок 108. 00:11:06
    Validating & Using User Input
  109. Урок 109. 00:07:18
    Generating (True) Random Numbers
  110. Урок 110. 00:07:03
    Adding Logic For Different Actions
  111. Урок 111. 00:05:46
    Utilizing Constants
  112. Урок 112. 00:11:13
    Checking For A Winner
  113. Урок 113. 00:03:51
    Adding the "End Game" Logic
  114. Урок 114. 00:18:06
    Outputting Round Data (with a Struct)
  115. Урок 115. 00:05:46
    Managing Multiple Rounds (with a Slice)
  116. Урок 116. 00:10:12
    Writing To A Log File
  117. Урок 117. 00:01:13
    Module Summary
  118. Урок 118. 00:01:18
    Module Introduction
  119. Урок 119. 00:10:47
    Using Third-Party Modules
  120. Урок 120. 00:03:51
    Building Go Projects (Standalone Executables)
  121. Урок 121. 00:07:39
    A Gotcha: Executables & File Paths
  122. Урок 122. 00:01:31
    Module Introduction
  123. Урок 123. 00:07:37
    Variables, Scope & Variable Shadowing
  124. Урок 124. 00:10:27
    "make"ing Values
  125. Урок 125. 00:07:02
    The "new" Function
  126. Урок 126. 00:01:22
    new vs make
  127. Урок 127. 00:10:36
    Working With Custom Types
  128. Урок 128. 00:07:56
    More On Constants
  129. Урок 129. 00:03:19
    Module Summary
  130. Урок 130. 00:01:00
    Module Introduction
  131. Урок 131. 00:15:11
    Using Functions As Values & Function Types
  132. Урок 132. 00:06:22
    Returning Functions In Functions
  133. Урок 133. 00:06:35
    Introducing Anonymous Functions
  134. Урок 134. 00:06:43
    Working with Closures
  135. Урок 135. 00:11:21
    Using Recursion
  136. Урок 136. 00:06:48
    Introducing Variadic Functions
  137. Урок 137. 00:03:06
    Splitting Slices Into Parameter Lists
  138. Урок 138. 00:09:05
    Deferring Function Execution with "defer"
  139. Урок 139. 00:04:12
    Panic!
  140. Урок 140. 00:02:43
    Module Summary
  141. Урок 141. 00:00:56
    Module Introduction
  142. Урок 142. 00:06:32
    What's the Problem?
  143. Урок 143. 00:06:18
    Interfaces As a Solution (i.e. What are Interfaces?)
  144. Урок 144. 00:04:55
    Example Time: Built-in Interfaces We Already Used
  145. Урок 145. 00:05:07
    Interfaces: Rules & Conventions
  146. Урок 146. 00:04:37
    Empty Interfaces
  147. Урок 147. 00:11:04
    Flexible Code With Empty Interfaces & Type Switches
  148. Урок 148. 00:01:31
    Module Summary
  149. Урок 149. 00:00:45
    Module Introduction
  150. Урок 150. 00:08:16
    Embedding Interfaces
  151. Урок 151. 00:05:59
    Embedding Structs
  152. Урок 152. 00:00:54
    Module Introduction
  153. Урок 153. 00:01:44
    What Is Concurrency?
  154. Урок 154. 00:07:46
    Introducing Goroutines
  155. Урок 155. 00:09:00
    Working With Channels
  156. Урок 156. 00:02:00
    Reading From A Channel Multiple Times
  157. Урок 157. 00:08:26
    Transmitting Values Via Channels
  158. Урок 158. 00:05:27
    Looping Through Channel Values
  159. Урок 159. 00:07:05
    Using Buffered Channels
  160. Урок 160. 00:04:10
    Using The "select" Statement
  161. Урок 161. 00:02:44
    Module Summary