Это пробный урок. Оформите подписку, чтобы получить доступ ко всем материалам курса. Премиум

  1. Урок 1. 00:02:59
    1. Introduction to the course
  2. Урок 2. 00:04:58
    2. Welcome!
  3. Урок 3. 00:15:28
    3. Setting up your environment
  4. Урок 4. 00:24:34
    4. Go 101- Variables, Values & Types
  5. Урок 5. 00:19:27
    5. Go 101- Conditionals & Loops
  6. Урок 6. 00:17:10
    6. Go 101- Functions & Pointers
  7. Урок 7. 00:12:45
    7. Go 101- Packages
  8. Урок 8. 00:12:42
    8. Starting a new project
  9. Урок 9. 00:11:24
    9. Reading from a file
  10. Урок 10. 00:09:31
    10. A Simple Word Counter
  11. Урок 11. 00:15:35
    11. Writing te
  12. Урок 12. 00:10:36
    12. Edge cases
  13. Урок 13. 00:13:12
    13. Table Driven Testing
  14. Урок 14. 00:15:24
    14. A better algorithm
  15. Урок 15. 00:02:20
    15. Introduction to input
  16. Урок 16. 00:05:40
    16. Exit codes
  17. Урок 17. 00:11:11
    17. Standard error
  18. Урок 18. 00:23:28
    18. Reading large files
  19. Урок 19. 00:15:13
    19. Bytes & ascii
  20. Урок 20. 00:18:05
    20. Unicode & Runes
  21. Урок 21. 00:08:35
    21. The bufio package
  22. Урок 22. 00:08:58
    22. Decoupling & io.Reader
  23. Урок 23. 00:09:10
    23. Command line argume
  24. Урок 24. 00:16:06
    24. Handling multiple errors
  25. Урок 25. 00:08:21
    25. Closing files with defer
  26. Урок 26. 00:08:05
    26. Standard input
  27. Урок 27. 00:19:47
    27. Scanning data
  28. Урок 28. 00:05:47
    28. Adding new features
  29. Урок 29. 00:11:48
    29. Counting lines
  30. Урок 30. 00:10:33
    30. Counting bytes
  31. Урок 31. 00:10:42
    31. Encapsulation
  32. Урок 32. 00:18:45
    32. File offs and seeking
  33. Урок 33. 00:17:05
    33. Methods
  34. Урок 34. 00:07:02
    34. Variadic parameters
  35. Урок 35. 00:11:49
    35. Method receivers
  36. Урок 36. 00:25:14
    36. CLI flags
  37. Урок 37. 00:08:54
    37. Single pass algorithm_2
  38. Урок 38. 00:15:00
    38. Tabular output
  39. Урок 39. 00:13:32
    39. Organizing our code
  40. Урок 40. 00:09:23
    40. Package visibility
  41. Урок 41. 00:06:41
    41. Constructor argume
  42. Урок 42. 00:11:25
    42. Whitebox vs Blackbox testing
  43. Урок 43. 00:01:28
    43. Introduction to concurrency & data
  44. Урок 44. 00:12:02
    44. Goroutines & Waitgroups
  45. Урок 45. 00:12:47
    45. Channels
  46. Урок 46. 00:14:17
    46. Handling async errors
  47. Урок 47. 00:06:00
    47. io.TeeReader
  48. Урок 48. 00:08:00
    48. io.Pipe
  49. Урок 49. 00:05:07
    49. io.MultiWriter
  50. Урок 50. 00:01:10
    50. Introduction to Advanced Testing
  51. Урок 51. 00:09:26
    51. Benchmark testing
  52. Урок 52. 00:15:09
    52. End to end testing (e2e)
  53. Урок 53. 00:13:06
    53. e2e- Testing files
  54. Урок 54. 00:17:54
    54. e2e- Multiple files
  55. Урок 55. 00:11:35
    55. Determinstic output
  56. Урок 56. 00:05:37
    56. e2e- Testing flags
  57. Урок 57. 00:18:45
    57. Creating test helpers
  58. Урок 58. 00:09:00
    58. Executing commands
  59. Урок 59. 00:08:18
    59. Passing in input
  60. Урок 60. 00:09:21
    60. Configuring commands
  61. Урок 61. 00:15:07
    61. Asynchronous execution
  62. Урок 62. 00:13:43
    62. Signals
  63. Урок 63. 00:07:25
    63. Graceful shutdown
  64. Урок 64. 00:17:02
    64. Cancellation
  65. Урок 65. 00:17:14
    65. context.Context
  66. Урок 66. 00:22:31
    66. Building a process guard
  67. Урок 67. 00:09:53
    67. Opening an editor
  68. Урок 68. 00:09:32
    68. Fuzzy finding with fzf
  69. Урок 69. 00:03:20
    69. Introduction to Networking & Files
  70. Урок 70. 00:11:10
    70. File flags
  71. Урок 71. 00:20:21
    71. File permissions
  72. Урок 72. 00:18:13
    72. Walking the filesystem
  73. Урок 73. 00:16:50
    73. Lockfiles & PIDFiles
  74. Урок 74. 00:08:25
    74. File locks
  75. Урок 75. 00:09:29
    75. The net package
  76. Урок 76. 00:03:05
    76. TCP Client
  77. Урок 77. 00:03:18
    77. DNS lookups
  78. Урок 78. 00:07:26
    78. Port scanning
  79. Урок 79. 00:17:32
    79. The net-http package
  80. Урок 80. 00:15:31
    80. Marshaling & unmarshaling data
  81. Урок 81. 00:08:05
    81. Sending files with HTTP
  82. Урок 82. 00:09:20
    82. Testing HTTP Reque
  83. Урок 83. 00:01:35
    83. Introduction to Powerful CLI Apps
  84. Урок 84. 00:12:57
    84. Subcommands
  85. Урок 85. 00:15:05
    85. Flags
  86. Урок 86. 00:21:42
    86. Subcommand Abstraction
  87. Урок 87. 00:24:28
    87. Compressing files & data with GZip
  88. Урок 88. 00:15:38
    88. Hashing files & data
  89. Урок 89. 00:20:32
    89. Password & Secure Input
  90. Урок 90. 00:15:33
    90. Have I been pwned.
  91. Урок 91. 00:12:04
    91. Environment variables
  92. Урок 92. 00:16:32
    92. Configuration files
  93. Урок 93. 00:20:01
    93. Advanced Error Handling
  94. Урок 94. 00:09:28
    94. Embedding Files
  95. Урок 95. 00:15:31
    95. Cross platform code
  96. Урок 96. 00:11:36
    96. Build flags
  97. Урок 97. 00:14:19
    97. Regular expressions
  98. Урок 98. 00:15:37
    98. UI- A Loading Spinner
  99. Урок 99. 00:17:27
    99. UI- A Progress Bar
  100. Урок 100. 00:09:24
    100. Adding color to Stdout
  101. Урок 101. 00:19:56
    101. Working with images
  102. Урок 102. 00:15:21
    102. Distributing an application
  103. Урок 103. 00:08:27
    103. An Application Builder
  104. Урок 104. 00:14:55
    104. Handling CGO
  105. Урок 105. 00:03:18
    105. Introduction to Popular CLI packages
  106. Урок 106. 00:13:54
    106. Subcommands with Cobra
  107. Урок 107. 00:19:23
    107. POSIX flags with pFlag
  108. Урок 108. 00:28:38
    108. Storing data with SQLite
  109. Урок 109. 00:24:15
    109. Database Migrations with Migrate
  110. Урок 110. 00:16:32
    110. Repositories with SQLc
  111. Урок 111. 00:09:21
    111. Color with color
  112. Урок 112. 00:18:32
    112. TUI with Bubble Tea
  113. Урок 113. 00:15:02
    113. Forms with huh
  114. Урок 114. 00:18:14
    114. Test assertions with Testify
  115. Урок 115. 00:33:34
    115. Mocking with go-mock
  116. Урок 116. 00:11:27
    116. Releasing with Go releaser
  117. Урок 117. 00:01:27
    117. Introduction to Final Project
  118. Урок 118. 00:04:17
    118. Project setup
  119. Урок 119. 00:09:04
    119. Obtaining staged changes
  120. Урок 120. 00:05:25
    120. Installing Ollama
  121. Урок 121. 00:15:07
    121. Prompting the LLM
  122. Урок 122. 00:06:17
    122. Commiting our messages
  123. Урок 123. 00:07:27
    123. Adding in a spinner
  124. Урок 124. 00:11:05
    124. Adding another provider
  125. Урок 125. 00:19:55
    125. Adding in CLI flags
  126. Урок 126. 00:14:57
    126. Provider registration
  127. Урок 127. 00:16:52
    127. Integration testing
  128. Урок 128. 00:09:02
    128. Homework and improveme
  129. Урок 129. 00:02:41
    129. Conclusion and closing remarks