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