Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай Learn Go for Beginners Crash Course (Golang), а также все другие курсы, прямо сейчас!
Премиум
  1. Урок 1. 00:06:00
    Introduction
  2. Урок 2. 00:01:15
    Installing Go
  3. Урок 3. 00:02:22
    Installing Visual Studio Code
  4. Урок 4. 00:05:25
    Hello, World!
  5. Урок 5. 00:06:26
    Structure of a Go Program
  6. Урок 6. 00:09:23
    Variables and Dot Notation
  7. Урок 7. 00:19:10
    Running Eliza
  8. Урок 8. 00:11:08
    Introduction to Go
  9. Урок 9. 00:03:53
    Summary
  10. Урок 10. 00:02:17
    Introduction
  11. Урок 11. 00:05:10
    Variables
  12. Урок 12. 00:09:28
    Guess the Number Game
  13. Урок 13. 00:03:10
    Finishing Guess the Number
  14. Урок 14. 00:05:42
    Why Use Variables?
  15. Урок 15. 00:05:38
    Guess the Number Challenge
  16. Урок 16. 00:12:21
    Scope
  17. Урок 17. 00:03:31
    Scope Challenge
  18. Урок 18. 00:04:34
    Scope Challenge Solution
  19. Урок 19. 00:02:43
    Summary
  20. Урок 20. 00:01:28
    Introduction
  21. Урок 21. 00:15:09
    Console Input with a Package
  22. Урок 22. 00:11:22
    Console Input Part 2
  23. Урок 23. 00:10:54
    Listening for keypresses in Hammer Bitcoin game
  24. Урок 24. 00:21:27
    String Interpolation
  25. Урок 25. 00:08:17
    Experimenting with String Interpolation
  26. Урок 26. 00:02:04
    Challenge
  27. Урок 27. 00:05:53
    Solution to Challenge
  28. Урок 28. 00:01:11
    Summary
  29. Урок 29. 00:03:44
    Introduction
  30. Урок 30. 00:08:00
    Basic Types
  31. Урок 31. 00:06:42
    Aggregate Types
  32. Урок 32. 00:07:21
    Pointers
  33. Урок 33. 00:09:45
    Slices
  34. Урок 34. 00:06:29
    Maps
  35. Урок 35. 00:09:58
    Functions
  36. Урок 36. 00:10:20
    Channels
  37. Урок 37. 00:09:25
    Interfaces
  38. Урок 38. 00:05:59
    Expressions
  39. Урок 39. 00:04:47
    Booleans
  40. Урок 40. 00:09:46
    Compound Booleans
  41. Урок 41. 00:05:40
    Hammer Bitcoin Challenge
  42. Урок 42. 00:05:42
    Hammer Bitcoin Challenge Solution
  43. Урок 43. 00:12:28
    Composition
  44. Урок 44. 00:15:13
    Exported vs. Unexported
  45. Урок 45. 00:03:04
    Summary
  46. Урок 46. 00:02:32
    Introduction
  47. Урок 47. 00:04:32
    Three Part Loop
  48. Урок 48. 00:05:49
    The While Loop in Go
  49. Урок 49. 00:06:37
    The Infinite Loop in Go
  50. Урок 50. 00:08:44
    Nested Loops and the Debugger
  51. Урок 51. 00:04:38
    Debugging Console Applications
  52. Урок 52. 00:06:30
    Debugging Hammer Bitcoin
  53. Урок 53. 00:08:27
    for loops in Eliza
  54. Урок 54. 00:08:42
    Understanding more about Eliza
  55. Урок 55. 00:05:07
    The While Loop in our Menu App
  56. Урок 56. 00:03:20
    Solution to Challenge
  57. Урок 57. 00:07:08
    Which way is better?
  58. Урок 58. 00:04:00
    The do while loop in go
  59. Урок 59. 00:02:39
    Summary
  60. Урок 60. 00:01:01
    Introduction
  61. Урок 61. 00:06:50
    if statement
  62. Урок 62. 00:06:14
    else statement
  63. Урок 63. 00:10:16
    More on if and else and introducting switch
  64. Урок 64. 00:05:26
    Solution to Challenge
  65. Урок 65. 00:05:46
    Introducing select
  66. Урок 66. 00:25:26
    Using select in rock-paper-scissors
  67. Урок 67. 00:03:29
    Finishing up channels and select in rock-paper-scissors
  68. Урок 68. 00:02:18
    Solution to Challenge
  69. Урок 69. 00:02:04
    Summary
  70. Урок 70. 00:01:01
    Introduction
  71. Урок 71. 00:04:12
    Operators and Precedence
  72. Урок 72. 00:10:58
    Primary Operators
  73. Урок 73. 00:10:23
    Precedence
  74. Урок 74. 00:05:02
    Using the Modulus Operator
  75. Урок 75. 00:05:59
    Modulus in rock-paper-scissors
  76. Урок 76. 00:03:53
    Relational and Conditional Operators
  77. Урок 77. 00:09:12
    Short Circuit Evaluation
  78. Урок 78. 00:03:08
    Assignment Operators
  79. Урок 79. 00:14:37
    What is a string?
  80. Урок 80. 00:05:41
    Indexing
  81. Урок 81. 00:04:08
    String length
  82. Урок 82. 00:09:56
    The strings package
  83. Урок 83. 00:08:59
    String manipulation
  84. Урок 84. 00:10:53
    More string manipulation
  85. Урок 85. 00:05:13
    Dealing with case
  86. Урок 86. 00:02:53
    Solution to Challenge
  87. Урок 87. 00:02:07
    Introduction
  88. Урок 88. 00:09:30
    Hello World web
  89. Урок 89. 00:04:18
    Serving HTML
  90. Урок 90. 00:07:44
    Creating the Home Page
  91. Урок 91. 00:11:06
    Improving our Home Page
  92. Урок 92. 00:05:16
    Serving our HTML Page
  93. Урок 93. 00:12:46
    Implementing the rock, paper, scissors logic
  94. Урок 94. 00:10:26
    Introducing JSON
  95. Урок 95. 00:07:34
    Changing content using JavaScript
  96. Урок 96. 00:04:15
    Calling our web application from the browser
  97. Урок 97. 00:06:32
    Finishing up our application
  98. Урок 98. 00:03:30
    Challenge
  99. Урок 99. 00:04:21
    Solution to Challenge
  100. Урок 100. 00:04:50
    Bonus Lecture and Information