589689.xyz

[] Udemy - Go - The Complete Guide

  • 收录时间:2024-01-16 16:39:04
  • 文件大小:7GB
  • 下载次数:1
  • 最近下载:2024-01-16 16:39:04
  • 磁力链接:

文件列表

  1. 7. Managing Related Data with Arrays, Slices & Maps/9. Exercise - Solution.mp4 201MB
  2. 11. Course Project Build a REST API (incl. Authentication & SQL Database)/27. Adding Token Verification.mp4 112MB
  3. 8. Functions Deep Dive/2. Functions as Values & Function Types.mp4 109MB
  4. 2. Go Essentials/25. Functions Return Values & Variable Scope.mp4 91MB
  5. 11. Course Project Build a REST API (incl. Authentication & SQL Database)/13. Getting Single Event Data By ID.mp4 89MB
  6. 8. Functions Deep Dive/6. Making Sense Of Recursion.mp4 86MB
  7. 2. Go Essentials/43. Section Exercise - Solution.mp4 84MB
  8. 10. Concurrency - Running Tasks In Parallel/7. Goroutines & Channels in a Project.mp4 83MB
  9. 2. Go Essentials/24. Understanding Functions.mp4 77MB
  10. 7. Managing Related Data with Arrays, Slices & Maps/7. Building Dynamic Lists With Slices.mp4 75MB
  11. 11. Course Project Build a REST API (incl. Authentication & SQL Database)/29. Retrieving & Storing User and Event IDs.mp4 73MB
  12. 11. Course Project Build a REST API (incl. Authentication & SQL Database)/4. Setting Up A First Route & Handling a First Request.mp4 71MB
  13. 11. Course Project Build a REST API (incl. Authentication & SQL Database)/23. Getting Started with the Login Route.mp4 69MB
  14. 7. Managing Related Data with Arrays, Slices & Maps/6. Diving Deeper Into Slices.mp4 66MB
  15. 9. Practice Project Price Calculator/11. Adding a FileManager Struct.mp4 66MB
  16. 10. Concurrency - Running Tasks In Parallel/6. Working with Multiple Channels & Goroutines.mp4 64MB
  17. 11. Course Project Build a REST API (incl. Authentication & SQL Database)/11. Getting Events From Database (SELECT).mp4 63MB
  18. 11. Course Project Build a REST API (incl. Authentication & SQL Database)/16. Updating Events.mp4 63MB
  19. 9. Practice Project Price Calculator/13. Working on a Swappable Struct.mp4 63MB
  20. 9. Practice Project Price Calculator/10. Storing JSON Data In Files.mp4 63MB
  21. 9. Practice Project Price Calculator/7. Working With The File Data.mp4 62MB
  22. 5. Structs & Custom Types/16. Struct Embedding.mp4 61MB
  23. 2. Go Essentials/27. Exercise Working with Functions.mp4 61MB
  24. 11. Course Project Build a REST API (incl. Authentication & SQL Database)/31. Enhancing & Using The Middleware.mp4 61MB
  25. 9. Practice Project Price Calculator/6. Loading Data From A File.mp4 60MB
  26. 2. Go Essentials/40. Handling Errors.mp4 59MB
  27. 9. Practice Project Price Calculator/2. Building a First, Basic Version Of The Program.mp4 59MB
  28. 11. Course Project Build a REST API (incl. Authentication & SQL Database)/6. Registering a POST Route.mp4 58MB
  29. 11. Course Project Build a REST API (incl. Authentication & SQL Database)/8. Adding a SQL Database.mp4 58MB
  30. 11. Course Project Build a REST API (incl. Authentication & SQL Database)/19. Adding User Signup.mp4 58MB
  31. 8. Functions Deep Dive/4. Introducing Anonymous Functions.mp4 57MB
  32. 11. Course Project Build a REST API (incl. Authentication & SQL Database)/32. Adding Authorization To Restrict Users From Editing & Deleting.mp4 56MB
  33. 8. Functions Deep Dive/5. Understanding Closures.mp4 55MB
  34. 11. Course Project Build a REST API (incl. Authentication & SQL Database)/25. Generating JWT.mp4 55MB
  35. 11. Course Project Build a REST API (incl. Authentication & SQL Database)/34. Registering Users.mp4 55MB
  36. 9. Practice Project Price Calculator/5. Adding a Method.mp4 53MB
  37. 8. Functions Deep Dive/3. Returning Functions As Values.mp4 53MB
  38. 5. Structs & Custom Types/11. Mutation Methods.mp4 52MB
  39. 2. Go Essentials/37. Making Sense of switch Statements.mp4 51MB
  40. 7. Managing Related Data with Arrays, Slices & Maps/14. Using The Special make Function.mp4 51MB
  41. 2. Go Essentials/39. Reading From Files.mp4 50MB
  42. 5. Structs & Custom Types/15. Exposing Methods & A Different Constructor Function Name.mp4 50MB
  43. 2. Go Essentials/20. Formatting Strings (Text) - Basics.mp4 50MB
  44. 5. Structs & Custom Types/20. Practice Project Creating a Struct & Constructor Function.mp4 49MB
  45. 11. Course Project Build a REST API (incl. Authentication & SQL Database)/7. Testing Requests & Fixing the POST Request Handler.mp4 49MB
  46. 7. Managing Related Data with Arrays, Slices & Maps/8. Exercise - Problem.mp4 47MB
  47. 8. Functions Deep Dive/7. Using Variadic Functions.mp4 47MB
  48. 11. Course Project Build a REST API (incl. Authentication & SQL Database)/17. Deleting Events.mp4 46MB
  49. 6. Interfaces & Generic Code/6. Embedded Interfaces.mp4 46MB
  50. 7. Managing Related Data with Arrays, Slices & Maps/2. Introducing Arrays.mp4 45MB
  51. 11. Course Project Build a REST API (incl. Authentication & SQL Database)/10. Storing Data in the Database (INSERT).mp4 45MB
  52. 2. Go Essentials/19. Exercise Solution.mp4 45MB
  53. 9. Practice Project Price Calculator/9. Outsourcing File Access Into A Package.mp4 45MB
  54. 11. Course Project Build a REST API (incl. Authentication & SQL Database)/28. Adding Route Protection.mp4 44MB
  55. 2. Go Essentials/35. Infinite Loops, break & continue.mp4 44MB
  56. 3. Working with Packages/8. Using Third-Party Packages.mp4 44MB
  57. 5. Structs & Custom Types/14. Structs, Packages & Exports.mp4 44MB
  58. 2. Go Essentials/38. Writing To Files.mp4 44MB
  59. 5. Structs & Custom Types/19. Practice Project Getting User Input.mp4 43MB
  60. 2. Go Essentials/15. Understanding the Importance Of Variables.mp4 43MB
  61. 2. Go Essentials/33. Nested if Statements & Using return To Stop Function Execution.mp4 43MB
  62. 6. Interfaces & Generic Code/5. Using The Interface.mp4 43MB
  63. 11. Course Project Build a REST API (incl. Authentication & SQL Database)/9. Creating A SQL Database Table.mp4 42MB
  64. 5. Structs & Custom Types/12. Using Creation Constructor Functions.mp4 42MB
  65. 9. Practice Project Price Calculator/8. Outsourcing Sharable Logic Into A Package.mp4 42MB
  66. 7. Managing Related Data with Arrays, Slices & Maps/17. For Loops with Arrays, Slices & Maps.mp4 42MB
  67. 5. Structs & Custom Types/22. Practice Project Handling Long User Input Text.mp4 41MB
  68. 10. Concurrency - Running Tasks In Parallel/9. Managing Channels with the select Statement.mp4 41MB
  69. 11. Course Project Build a REST API (incl. Authentication & SQL Database)/36. Cancelling Registrations.mp4 41MB
  70. 5. Structs & Custom Types/13. Using Constructor Functions For Validation.mp4 39MB
  71. 11. Course Project Build a REST API (incl. Authentication & SQL Database)/15. Registering an Update Event Route & Handler.mp4 39MB
  72. 4. Understanding Pointers/2. Understanding Pointers.mp4 39MB
  73. 5. Structs & Custom Types/24. Practice Project Encoding JSON Content.mp4 39MB
  74. 7. Managing Related Data with Arrays, Slices & Maps/3. Working with Arrays.mp4 39MB
  75. 6. Interfaces & Generic Code/9. Extracting Type Information From Values.mp4 38MB
  76. 6. Interfaces & Generic Code/4. Creating a First Interface.mp4 38MB
  77. 11. Course Project Build a REST API (incl. Authentication & SQL Database)/24. Finishing The Login Logic.mp4 38MB
  78. 11. Course Project Build a REST API (incl. Authentication & SQL Database)/26. Finishing The JWT Logic.mp4 37MB
  79. 9. Practice Project Price Calculator/14. Interfaces To The Rescue.mp4 36MB
  80. 2. Go Essentials/16. Improved User Input Fetching.mp4 36MB
  81. 5. Structs & Custom Types/4. Defining A Struct Type.mp4 35MB
  82. 3. Working with Packages/2. Splitting Code Across Files In The Same Package.mp4 35MB
  83. 7. Managing Related Data with Arrays, Slices & Maps/11. Introducing Maps.mp4 35MB
  84. 11. Course Project Build a REST API (incl. Authentication & SQL Database)/21. Hashing Passwords.mp4 35MB
  85. 2. Go Essentials/29. Introducing if Statements & Booleans.mp4 35MB
  86. 7. Managing Related Data with Arrays, Slices & Maps/13. Maps vs Structs.mp4 35MB
  87. 11. Course Project Build a REST API (incl. Authentication & SQL Database)/14. Refactoring Code & Outsourcing Routes.mp4 35MB
  88. 2. Go Essentials/9. Understanding Value Types.mp4 34MB
  89. 11. Course Project Build a REST API (incl. Authentication & SQL Database)/18. Adding a Users Table To The SQL Database.mp4 34MB
  90. 6. Interfaces & Generic Code/11. Introducing Generics.mp4 34MB
  91. 5. Structs & Custom Types/10. Introducing Methods.mp4 33MB
  92. 5. Structs & Custom Types/23. Practice Project Preparing Save To File Functionality.mp4 33MB
  93. 2. Go Essentials/13. Using Alternative Variable Declaration Styles.mp4 32MB
  94. 2. Go Essentials/34. Repeating Code With for Loops.mp4 32MB
  95. 5. Structs & Custom Types/26. Understanding Struct Tags.mp4 31MB
  96. 10. Concurrency - Running Tasks In Parallel/5. Introducing & Using Channels.mp4 31MB
  97. 2. Go Essentials/8. Working with Variables, Values & Operators.mp4 31MB
  98. 2. Go Essentials/30. Working with else if.mp4 30MB
  99. 11. Course Project Build a REST API (incl. Authentication & SQL Database)/30. Adding an Authentication Middleware.mp4 30MB
  100. 3. Working with Packages/4. Preparing Code For Multiple Packages.mp4 30MB
  101. 11. Course Project Build a REST API (incl. Authentication & SQL Database)/2. Planning The API.mp4 30MB
  102. 5. Structs & Custom Types/5. Instantiating Structs & Struct Literal Notation.mp4 29MB
  103. 2. Go Essentials/28. Onwards to Control Structures.mp4 29MB
  104. 7. Managing Related Data with Arrays, Slices & Maps/10. Unpacking List Values.mp4 29MB
  105. 6. Interfaces & Generic Code/2. Preparing An Interface Use-Case.mp4 29MB
  106. 2. Go Essentials/14. Making Sense of Constant Values (Constants).mp4 28MB
  107. 10. Concurrency - Running Tasks In Parallel/8. Setting Up An Error Channel.mp4 28MB
  108. 7. Managing Related Data with Arrays, Slices & Maps/5. More Ways Of Selecting Slices.mp4 27MB
  109. 4. Understanding Pointers/8. Using Pointers For Data Mutation.mp4 27MB
  110. 2. Go Essentials/23. Creating Formatted Strings.mp4 27MB
  111. 7. Managing Related Data with Arrays, Slices & Maps/12. Mutating Maps.mp4 26MB
  112. 2. Go Essentials/12. Type Conversions & Explicit Type Assignment.mp4 26MB
  113. 9. Practice Project Price Calculator/15. Error Handling.mp4 26MB
  114. 7. Managing Related Data with Arrays, Slices & Maps/15. makeing Maps.mp4 25MB
  115. 11. Course Project Build a REST API (incl. Authentication & SQL Database)/33. Adding a Registrations Table.mp4 25MB
  116. 6. Interfaces & Generic Code/8. Working with Type Switches.mp4 24MB
  117. 6. Interfaces & Generic Code/3. Finishing Interface Preparations.mp4 24MB
  118. 5. Structs & Custom Types/18. Creating Other Custom Types & Adding Methods.mp4 24MB
  119. 11. Course Project Build a REST API (incl. Authentication & SQL Database)/35. Testing & Fixing the Register Route.mp4 24MB
  120. 5. Structs & Custom Types/21. Practice Project Adding a Method.mp4 24MB
  121. 8. Functions Deep Dive/8. Splitting Slices Into Parameter Values.mp4 24MB
  122. 6. Interfaces & Generic Code/10. Interfaces, Dynamic Types & Limitations.mp4 24MB
  123. 5. Structs & Custom Types/17. Structs - A Summary.mp4 23MB
  124. 5. Structs & Custom Types/9. Structs & Pointers.mp4 23MB
  125. 7. Managing Related Data with Arrays, Slices & Maps/16. Working with Type Aliases.mp4 23MB
  126. 2. Go Essentials/3. Organizing Code with Packages.mp4 23MB
  127. 2. Go Essentials/5. Understanding Go Modules & Building Go Programs.mp4 23MB
  128. 10. Concurrency - Running Tasks In Parallel/3. Running Functions As Goroutines.mp4 23MB
  129. 7. Managing Related Data with Arrays, Slices & Maps/4. Selecting Parts of Arrays With Slices.mp4 22MB
  130. 10. Concurrency - Running Tasks In Parallel/10. Deferring Code Execution with defer.mp4 22MB
  131. 4. Understanding Pointers/7. Using Pointers & Passing Pointers To Functions.mp4 22MB
  132. 9. Practice Project Price Calculator/3. Setting Up A First Struct.mp4 22MB
  133. 2. Go Essentials/21. Formatting Floats in Strings.mp4 21MB
  134. 2. Go Essentials/11. Outputting Values.mp4 21MB
  135. 5. Structs & Custom Types/6. More On Struct Literals.mp4 21MB
  136. 3. Working with Packages/7. Exporting & Importing Identifiers (Variables, Functions & More).mp4 21MB
  137. 2. Go Essentials/22. Building Multiline Strings.mp4 21MB
  138. 11. Course Project Build a REST API (incl. Authentication & SQL Database)/5. Setting Up An Event Model.mp4 21MB
  139. 1. Getting Started/1. Welcome To The Course!.mp4 21MB
  140. 5. Structs & Custom Types/7. Alternative Struct Literal Notation & Struct Null Values.mp4 21MB
  141. 5. Structs & Custom Types/8. Passing Struct Values As Arguments.mp4 21MB
  142. 11. Course Project Build a REST API (incl. Authentication & SQL Database)/22. Getting Started with Auth Tokens (JWT).mp4 20MB
  143. 3. Working with Packages/5. Splitting Code Across Multiple Packages.mp4 20MB
  144. 1. Getting Started/7. How To Get The Most Out Of This Course.mp4 20MB
  145. 9. Practice Project Price Calculator/12. Adding & Using Struct Tags.mp4 20MB
  146. 2. Go Essentials/6. The main Function Is Important!.mp4 20MB
  147. 11. Course Project Build a REST API (incl. Authentication & SQL Database)/3. Installing the Gin Framework.mp4 19MB
  148. 9. Practice Project Price Calculator/4. Adding a Constructor Function.mp4 19MB
  149. 12. Course Roundup/1. Course Roundup.mp4 19MB
  150. 5. Structs & Custom Types/3. Which Problem Do Structs Solve.mp4 18MB
  151. 2. Go Essentials/26. An Alternative Return Value Syntax.mp4 18MB
  152. 1. Getting Started/3. Installing Go (Alternative Web-based Setup).mp4 18MB
  153. 2. Go Essentials/32. Using else.mp4 17MB
  154. 5. Structs & Custom Types/25. Practice Project Fixes.mp4 17MB
  155. 2. Go Essentials/31. Exercise if Statements.mp4 17MB
  156. 2. Go Essentials/2. Working with Functions & Values.mp4 17MB
  157. 2. Go Essentials/41. Time to Panic!.mp4 16MB
  158. 4. Understanding Pointers/3. Writing Code Without Pointers.mp4 16MB
  159. 1. Getting Started/2. What Is Go And Why Is It Awesome.mp4 16MB
  160. 6. Interfaces & Generic Code/7. The Special Any Value Allowed Type.mp4 15MB
  161. 2. Go Essentials/42. Section Exercise - The Task.mp4 14MB
  162. 3. Working with Packages/3. Why Would You Use More Than One Package.mp4 13MB
  163. 2. Go Essentials/7. Onwards To A New Project.mp4 12MB
  164. 4. Understanding Pointers/5. Pointers as Values.mp4 12MB
  165. 3. Working with Packages/6. Importing Packages.mp4 11MB
  166. 9. Practice Project Price Calculator/1. Module Introduction.mp4 11MB
  167. 9. Practice Project Price Calculator/16. Module Summary.mp4 11MB
  168. 1. Getting Started/4. Local Code Editor Setup For Go Development.mp4 11MB
  169. 2. Go Essentials/44. Module Summary.mp4 11MB
  170. 10. Concurrency - Running Tasks In Parallel/2. Introducing Goroutines.mp4 11MB
  171. 10. Concurrency - Running Tasks In Parallel/4. Understanding Goroutine Behavior.mp4 11MB
  172. 4. Understanding Pointers/4. Creating a Pointer.mp4 10MB
  173. 7. Managing Related Data with Arrays, Slices & Maps/1. Module Introduction.mp4 10MB
  174. 11. Course Project Build a REST API (incl. Authentication & SQL Database)/1. Module Introduction.mp4 9MB
  175. 11. Course Project Build a REST API (incl. Authentication & SQL Database)/37. Module Summary.mp4 9MB
  176. 11. Course Project Build a REST API (incl. Authentication & SQL Database)/20. Don't Store Plain-text Passwords!.mp4 9MB
  177. 1. Getting Started/6. About The Course & Course Content.mp4 8MB
  178. 1. Getting Started/5. Writing a First Go Program.mp4 8MB
  179. 2. Go Essentials/1. Module Introduction.mp4 8MB
  180. 2. Go Essentials/4. The Important Of The Name main.mp4 8MB
  181. 3. Working with Packages/9. Module Summary.mp4 8MB
  182. 2. Go Essentials/18. Exercise Building a Profit Calculator.mp4 7MB
  183. 8. Functions Deep Dive/1. Module Introduction.mp4 7MB
  184. 5. Structs & Custom Types/1. Module Introduction.mp4 7MB
  185. 4. Understanding Pointers/9. Example The Scan() Function Uses Pointers.mp4 6MB
  186. 5. Structs & Custom Types/2. The Starting Project.mp4 6MB
  187. 3. Working with Packages/1. Module Introduction.mp4 6MB
  188. 10. Concurrency - Running Tasks In Parallel/1. Module Introduction.mp4 6MB
  189. 4. Understanding Pointers/10. Module Summary.mp4 4MB
  190. 4. Understanding Pointers/1. Module Introduction.mp4 3MB
  191. 6. Interfaces & Generic Code/1. Module Introduction.mp4 3MB
  192. 7. Managing Related Data with Arrays, Slices & Maps/9. Exercise - Solution.srt 33KB
  193. 8. Functions Deep Dive/2. Functions as Values & Function Types.srt 26KB
  194. 11. Course Project Build a REST API (incl. Authentication & SQL Database)/27. Adding Token Verification.srt 23KB
  195. 11. Course Project Build a REST API (incl. Authentication & SQL Database)/4. Setting Up A First Route & Handling a First Request.srt 20KB
  196. 11. Course Project Build a REST API (incl. Authentication & SQL Database)/13. Getting Single Event Data By ID.srt 19KB
  197. 2. Go Essentials/25. Functions Return Values & Variable Scope.srt 19KB
  198. 2. Go Essentials/43. Section Exercise - Solution.srt 19KB
  199. 8. Functions Deep Dive/6. Making Sense Of Recursion.srt 18KB
  200. 10. Concurrency - Running Tasks In Parallel/7. Goroutines & Channels in a Project.srt 16KB
  201. 11. Course Project Build a REST API (incl. Authentication & SQL Database)/23. Getting Started with the Login Route.srt 16KB
  202. 10. Concurrency - Running Tasks In Parallel/6. Working with Multiple Channels & Goroutines.srt 16KB
  203. 7. Managing Related Data with Arrays, Slices & Maps/6. Diving Deeper Into Slices.srt 16KB
  204. 9. Practice Project Price Calculator/2. Building a First, Basic Version Of The Program.srt 16KB
  205. 2. Go Essentials/24. Understanding Functions.srt 15KB
  206. 7. Managing Related Data with Arrays, Slices & Maps/7. Building Dynamic Lists With Slices.srt 14KB
  207. 11. Course Project Build a REST API (incl. Authentication & SQL Database)/8. Adding a SQL Database.srt 14KB
  208. 11. Course Project Build a REST API (incl. Authentication & SQL Database)/6. Registering a POST Route.srt 14KB
  209. 2. Go Essentials/27. Exercise Working with Functions.srt 14KB
  210. 11. Course Project Build a REST API (incl. Authentication & SQL Database)/11. Getting Events From Database (SELECT).srt 14KB
  211. 9. Practice Project Price Calculator/10. Storing JSON Data In Files.srt 14KB
  212. 5. Structs & Custom Types/16. Struct Embedding.srt 14KB
  213. 11. Course Project Build a REST API (incl. Authentication & SQL Database)/19. Adding User Signup.srt 13KB
  214. 9. Practice Project Price Calculator/6. Loading Data From A File.srt 13KB
  215. 2. Go Essentials/40. Handling Errors.srt 13KB
  216. 11. Course Project Build a REST API (incl. Authentication & SQL Database)/16. Updating Events.srt 13KB
  217. 7. Managing Related Data with Arrays, Slices & Maps/2. Introducing Arrays.srt 13KB
  218. 9. Practice Project Price Calculator/11. Adding a FileManager Struct.srt 13KB
  219. 9. Practice Project Price Calculator/13. Working on a Swappable Struct.srt 13KB
  220. 11. Course Project Build a REST API (incl. Authentication & SQL Database)/25. Generating JWT.srt 12KB
  221. 11. Course Project Build a REST API (incl. Authentication & SQL Database)/29. Retrieving & Storing User and Event IDs.srt 12KB
  222. 5. Structs & Custom Types/19. Practice Project Getting User Input.srt 12KB
  223. 2. Go Essentials/20. Formatting Strings (Text) - Basics.srt 12KB
  224. 7. Managing Related Data with Arrays, Slices & Maps/14. Using The Special make Function.srt 12KB
  225. 11. Course Project Build a REST API (incl. Authentication & SQL Database)/34. Registering Users.srt 12KB
  226. 11. Course Project Build a REST API (incl. Authentication & SQL Database)/31. Enhancing & Using The Middleware.srt 12KB
  227. 5. Structs & Custom Types/20. Practice Project Creating a Struct & Constructor Function.srt 12KB
  228. 2. Go Essentials/19. Exercise Solution.srt 12KB
  229. 9. Practice Project Price Calculator/7. Working With The File Data.srt 12KB
  230. 8. Functions Deep Dive/4. Introducing Anonymous Functions.srt 11KB
  231. 2. Go Essentials/39. Reading From Files.srt 11KB
  232. 11. Course Project Build a REST API (incl. Authentication & SQL Database)/10. Storing Data in the Database (INSERT).srt 11KB
  233. 11. Course Project Build a REST API (incl. Authentication & SQL Database)/7. Testing Requests & Fixing the POST Request Handler.srt 11KB
  234. 8. Functions Deep Dive/7. Using Variadic Functions.srt 11KB
  235. 7. Managing Related Data with Arrays, Slices & Maps/11. Introducing Maps.srt 11KB
  236. 8. Functions Deep Dive/5. Understanding Closures.srt 11KB
  237. 7. Managing Related Data with Arrays, Slices & Maps/3. Working with Arrays.srt 10KB
  238. 8. Functions Deep Dive/3. Returning Functions As Values.srt 10KB
  239. 11. Course Project Build a REST API (incl. Authentication & SQL Database)/32. Adding Authorization To Restrict Users From Editing & Deleting.srt 10KB
  240. 2. Go Essentials/15. Understanding the Importance Of Variables.srt 10KB
  241. 2. Go Essentials/38. Writing To Files.srt 10KB
  242. 4. Understanding Pointers/2. Understanding Pointers.srt 10KB
  243. 10. Concurrency - Running Tasks In Parallel/9. Managing Channels with the select Statement.srt 10KB
  244. 5. Structs & Custom Types/22. Practice Project Handling Long User Input Text.srt 10KB
  245. 6. Interfaces & Generic Code/6. Embedded Interfaces.srt 10KB
  246. 11. Course Project Build a REST API (incl. Authentication & SQL Database)/9. Creating A SQL Database Table.srt 10KB
  247. 9. Practice Project Price Calculator/8. Outsourcing Sharable Logic Into A Package.srt 9KB
  248. 10. Concurrency - Running Tasks In Parallel/8. Setting Up An Error Channel.srt 9KB
  249. 3. Working with Packages/8. Using Third-Party Packages.srt 9KB
  250. 5. Structs & Custom Types/18. Creating Other Custom Types & Adding Methods.srt 9KB
  251. 6. Interfaces & Generic Code/11. Introducing Generics.srt 9KB
  252. 2. Go Essentials/29. Introducing if Statements & Booleans.srt 9KB
  253. 5. Structs & Custom Types/11. Mutation Methods.srt 9KB
  254. 9. Practice Project Price Calculator/9. Outsourcing File Access Into A Package.srt 9KB
  255. 11. Course Project Build a REST API (incl. Authentication & SQL Database)/28. Adding Route Protection.srt 9KB
  256. 2. Go Essentials/28. Onwards to Control Structures.srt 9KB
  257. 6. Interfaces & Generic Code/4. Creating a First Interface.srt 9KB
  258. 5. Structs & Custom Types/15. Exposing Methods & A Different Constructor Function Name.srt 9KB
  259. 11. Course Project Build a REST API (incl. Authentication & SQL Database)/17. Deleting Events.srt 9KB
  260. 2. Go Essentials/35. Infinite Loops, break & continue.srt 9KB
  261. 6. Interfaces & Generic Code/9. Extracting Type Information From Values.srt 8KB
  262. 7. Managing Related Data with Arrays, Slices & Maps/17. For Loops with Arrays, Slices & Maps.srt 8KB
  263. 2. Go Essentials/8. Working with Variables, Values & Operators.srt 8KB
  264. 2. Go Essentials/16. Improved User Input Fetching.srt 8KB
  265. 2. Go Essentials/37. Making Sense of switch Statements.srt 8KB
  266. 5. Structs & Custom Types/24. Practice Project Encoding JSON Content.srt 8KB
  267. 2. Go Essentials/9. Understanding Value Types.srt 8KB
  268. 11. Course Project Build a REST API (incl. Authentication & SQL Database)/24. Finishing The Login Logic.srt 8KB
  269. 5. Structs & Custom Types/13. Using Constructor Functions For Validation.srt 8KB
  270. 11. Course Project Build a REST API (incl. Authentication & SQL Database)/36. Cancelling Registrations.srt 8KB
  271. 2. Go Essentials/13. Using Alternative Variable Declaration Styles.srt 8KB
  272. 5. Structs & Custom Types/12. Using Creation Constructor Functions.srt 8KB
  273. 5. Structs & Custom Types/14. Structs, Packages & Exports.srt 8KB
  274. 6. Interfaces & Generic Code/5. Using The Interface.srt 8KB
  275. 11. Course Project Build a REST API (incl. Authentication & SQL Database)/21. Hashing Passwords.srt 8KB
  276. 2. Go Essentials/33. Nested if Statements & Using return To Stop Function Execution.srt 8KB
  277. 5. Structs & Custom Types/4. Defining A Struct Type.srt 8KB
  278. 11. Course Project Build a REST API (incl. Authentication & SQL Database)/15. Registering an Update Event Route & Handler.srt 8KB
  279. 10. Concurrency - Running Tasks In Parallel/5. Introducing & Using Channels.srt 8KB
  280. 5. Structs & Custom Types/10. Introducing Methods.srt 7KB
  281. 5. Structs & Custom Types/23. Practice Project Preparing Save To File Functionality.srt 7KB
  282. 2. Go Essentials/5. Understanding Go Modules & Building Go Programs.srt 7KB
  283. 7. Managing Related Data with Arrays, Slices & Maps/5. More Ways Of Selecting Slices.srt 7KB
  284. 2. Go Essentials/30. Working with else if.srt 7KB
  285. 5. Structs & Custom Types/26. Understanding Struct Tags.srt 7KB
  286. 11. Course Project Build a REST API (incl. Authentication & SQL Database)/26. Finishing The JWT Logic.srt 7KB
  287. 7. Managing Related Data with Arrays, Slices & Maps/8. Exercise - Problem.srt 7KB
  288. 3. Working with Packages/2. Splitting Code Across Files In The Same Package.srt 7KB
  289. 2. Go Essentials/34. Repeating Code With for Loops.srt 7KB
  290. 11. Course Project Build a REST API (incl. Authentication & SQL Database)/18. Adding a Users Table To The SQL Database.srt 7KB
  291. 9. Practice Project Price Calculator/14. Interfaces To The Rescue.srt 7KB
  292. 11. Course Project Build a REST API (incl. Authentication & SQL Database)/5. Setting Up An Event Model.srt 7KB
  293. 9. Practice Project Price Calculator/5. Adding a Method.srt 7KB
  294. 11. Course Project Build a REST API (incl. Authentication & SQL Database)/14. Refactoring Code & Outsourcing Routes.srt 7KB
  295. 11. Course Project Build a REST API (incl. Authentication & SQL Database)/2. Planning The API.srt 7KB
  296. 2. Go Essentials/12. Type Conversions & Explicit Type Assignment.srt 7KB
  297. 4. Understanding Pointers/8. Using Pointers For Data Mutation.srt 6KB
  298. 2. Go Essentials/14. Making Sense of Constant Values (Constants).srt 6KB
  299. 2. Go Essentials/2. Working with Functions & Values.srt 6KB
  300. 7. Managing Related Data with Arrays, Slices & Maps/13. Maps vs Structs.srt 6KB
  301. 1. Getting Started/7. How To Get The Most Out Of This Course.srt 6KB
  302. 9. Practice Project Price Calculator/3. Setting Up A First Struct.srt 6KB
  303. 11. Course Project Build a REST API (incl. Authentication & SQL Database)/30. Adding an Authentication Middleware.srt 6KB
  304. 4. Understanding Pointers/7. Using Pointers & Passing Pointers To Functions.srt 6KB
  305. 2. Go Essentials/3. Organizing Code with Packages.srt 6KB
  306. 5. Structs & Custom Types/21. Practice Project Adding a Method.srt 6KB
  307. 7. Managing Related Data with Arrays, Slices & Maps/12. Mutating Maps.srt 6KB
  308. 6. Interfaces & Generic Code/8. Working with Type Switches.srt 6KB
  309. 3. Working with Packages/4. Preparing Code For Multiple Packages.srt 6KB
  310. 7. Managing Related Data with Arrays, Slices & Maps/10. Unpacking List Values.srt 6KB
  311. 6. Interfaces & Generic Code/10. Interfaces, Dynamic Types & Limitations.srt 6KB
  312. 6. Interfaces & Generic Code/2. Preparing An Interface Use-Case.srt 6KB
  313. 2. Go Essentials/23. Creating Formatted Strings.srt 6KB
  314. 10. Concurrency - Running Tasks In Parallel/3. Running Functions As Goroutines.srt 5KB
  315. 5. Structs & Custom Types/9. Structs & Pointers.srt 5KB
  316. 5. Structs & Custom Types/5. Instantiating Structs & Struct Literal Notation.srt 5KB
  317. 9. Practice Project Price Calculator/4. Adding a Constructor Function.srt 5KB
  318. 7. Managing Related Data with Arrays, Slices & Maps/4. Selecting Parts of Arrays With Slices.srt 5KB
  319. 7. Managing Related Data with Arrays, Slices & Maps/15. makeing Maps.srt 5KB
  320. 6. Interfaces & Generic Code/3. Finishing Interface Preparations.srt 5KB
  321. 8. Functions Deep Dive/8. Splitting Slices Into Parameter Values.srt 5KB
  322. 4. Understanding Pointers/3. Writing Code Without Pointers.srt 5KB
  323. 2. Go Essentials/11. Outputting Values.srt 5KB
  324. 9. Practice Project Price Calculator/15. Error Handling.srt 5KB
  325. 5. Structs & Custom Types/17. Structs - A Summary.srt 4KB
  326. 11. Course Project Build a REST API (incl. Authentication & SQL Database)/33. Adding a Registrations Table.srt 4KB
  327. 11. Course Project Build a REST API (incl. Authentication & SQL Database)/35. Testing & Fixing the Register Route.srt 4KB
  328. 10. Concurrency - Running Tasks In Parallel/10. Deferring Code Execution with defer.srt 4KB
  329. 2. Go Essentials/21. Formatting Floats in Strings.srt 4KB
  330. 9. Practice Project Price Calculator/12. Adding & Using Struct Tags.srt 4KB
  331. 5. Structs & Custom Types/7. Alternative Struct Literal Notation & Struct Null Values.srt 4KB
  332. 2. Go Essentials/6. The main Function Is Important!.srt 4KB
  333. 5. Structs & Custom Types/6. More On Struct Literals.srt 4KB
  334. 2. Go Essentials/22. Building Multiline Strings.srt 4KB
  335. 5. Structs & Custom Types/8. Passing Struct Values As Arguments.srt 4KB
  336. 3. Working with Packages/5. Splitting Code Across Multiple Packages.srt 4KB
  337. 7. Managing Related Data with Arrays, Slices & Maps/16. Working with Type Aliases.srt 4KB
  338. 2. Go Essentials/26. An Alternative Return Value Syntax.srt 4KB
  339. 3. Working with Packages/7. Exporting & Importing Identifiers (Variables, Functions & More).srt 4KB
  340. 11. Course Project Build a REST API (incl. Authentication & SQL Database)/22. Getting Started with Auth Tokens (JWT).srt 4KB
  341. 5. Structs & Custom Types/3. Which Problem Do Structs Solve.srt 4KB
  342. 5. Structs & Custom Types/25. Practice Project Fixes.srt 4KB
  343. 11. Course Project Build a REST API (incl. Authentication & SQL Database)/3. Installing the Gin Framework.srt 4KB
  344. 2. Go Essentials/7. Onwards To A New Project.srt 4KB
  345. 2. Go Essentials/31. Exercise if Statements.srt 3KB
  346. 2. Go Essentials/41. Time to Panic!.srt 3KB
  347. 2. Go Essentials/32. Using else.srt 3KB
  348. 6. Interfaces & Generic Code/7. The Special Any Value Allowed Type.srt 3KB
  349. 4. Understanding Pointers/5. Pointers as Values.srt 3KB
  350. 1. Getting Started/3. Installing Go (Alternative Web-based Setup).srt 3KB
  351. 2. Go Essentials/4. The Important Of The Name main.srt 3KB
  352. 1. Getting Started/5. Writing a First Go Program.srt 3KB
  353. 10. Concurrency - Running Tasks In Parallel/4. Understanding Goroutine Behavior.srt 3KB
  354. 1. Getting Started/4. Local Code Editor Setup For Go Development.srt 3KB
  355. 9. Practice Project Price Calculator/1. Module Introduction.srt 3KB
  356. 2. Go Essentials/42. Section Exercise - The Task.srt 3KB
  357. 4. Understanding Pointers/4. Creating a Pointer.srt 3KB
  358. 1. Getting Started/2. What Is Go And Why Is It Awesome.srt 3KB
  359. 10. Concurrency - Running Tasks In Parallel/2. Introducing Goroutines.srt 3KB
  360. 3. Working with Packages/6. Importing Packages.srt 3KB
  361. 2. Go Essentials/10. Go Types & Null Values.html 3KB
  362. 3. Working with Packages/3. Why Would You Use More Than One Package.srt 2KB
  363. 1. Getting Started/6. About The Course & Course Content.srt 2KB
  364. 11. Course Project Build a REST API (incl. Authentication & SQL Database)/1. Module Introduction.srt 2KB
  365. 11. Course Project Build a REST API (incl. Authentication & SQL Database)/20. Don't Store Plain-text Passwords!.srt 2KB
  366. 1. Getting Started/1. Welcome To The Course!.srt 2KB
  367. 7. Managing Related Data with Arrays, Slices & Maps/1. Module Introduction.srt 2KB
  368. 9. Practice Project Price Calculator/16. Module Summary.srt 2KB
  369. 2. Go Essentials/18. Exercise Building a Profit Calculator.srt 2KB
  370. 2. Go Essentials/1. Module Introduction.srt 2KB
  371. 8. Functions Deep Dive/1. Module Introduction.srt 2KB
  372. 5. Structs & Custom Types/1. Module Introduction.srt 2KB
  373. 2. Go Essentials/44. Module Summary.srt 2KB
  374. 11. Course Project Build a REST API (incl. Authentication & SQL Database)/37. Module Summary.srt 2KB
  375. 3. Working with Packages/9. Module Summary.srt 2KB
  376. 5. Structs & Custom Types/2. The Starting Project.srt 2KB
  377. 12. Course Roundup/1. Course Roundup.srt 2KB
  378. 11. Course Project Build a REST API (incl. Authentication & SQL Database)/12. Preparing Statements vs Directly Executing Queries (Prepare() vs Exec()Query()).html 2KB
  379. 4. Understanding Pointers/9. Example The Scan() Function Uses Pointers.srt 1KB
  380. 10. Concurrency - Running Tasks In Parallel/1. Module Introduction.srt 1KB
  381. 3. Working with Packages/1. Module Introduction.srt 1KB
  382. 12. Course Roundup/2. Bonus Lecture.html 1KB
  383. 1. Getting Started/8. Join Our Learning Community.html 1KB
  384. 4. Understanding Pointers/10. Module Summary.srt 1KB
  385. 4. Understanding Pointers/1. Module Introduction.srt 865B
  386. 2. Go Essentials/17. fmt.Scan() Limitations.html 633B
  387. 6. Interfaces & Generic Code/1. Module Introduction.srt 625B
  388. 2. Go Essentials/36. Conditional For Loops.html 602B
  389. 4. Understanding Pointers/6. A Pointer's Null Value.html 556B
  390. 9. Practice Project Price Calculator/2.2 Local Starting Project.html 202B
  391. 8. Functions Deep Dive/4.1 main.go.html 198B
  392. 2. Go Essentials/27.2 Local Starting Project.html 195B
  393. 2. Go Essentials/42.2 Local Starting Project.html 195B
  394. 5. Structs & Custom Types/2.2 Local Starting Project.html 193B
  395. 3. Working with Packages/2.2 Local Starting Project.html 191B
  396. 6. Interfaces & Generic Code/2.2 Local Starting Project.html 183B
  397. 10. Concurrency - Running Tasks In Parallel/3.2 Local Starting Project.html 181B
  398. 10. Concurrency - Running Tasks In Parallel/7.2 Local Starting Project.html 181B
  399. 11. Course Project Build a REST API (incl. Authentication & SQL Database)/3.3 Local Starting Project.html 178B
  400. 5. Structs & Custom Types/19.2 Local Starting Project.html 176B
  401. 11. Course Project Build a REST API (incl. Authentication & SQL Database)/2.1 How Does The Internet Work.html 165B
  402. 11. Course Project Build a REST API (incl. Authentication & SQL Database)/2.2 How Does The Web Work.html 154B
  403. 3. Working with Packages/8.2 Adding Go Packages To Project II.html 147B
  404. 10. Concurrency - Running Tasks In Parallel/7.1 CodeSandbox Starting Project.html 139B
  405. 2. Go Essentials/27.1 CodeSandbox Starting Snapshot.html 132B
  406. 2. Go Essentials/42.1 CodeSandbox Starting Snapshot.html 132B
  407. 9. Practice Project Price Calculator/2.1 CodeSandbox Starting Project.html 132B
  408. 10. Concurrency - Running Tasks In Parallel/3.1 CodeSandbox Starting Project.html 131B
  409. 6. Interfaces & Generic Code/2.1 CodeSandbox Starting Project.html 130B
  410. 11. Course Project Build a REST API (incl. Authentication & SQL Database)/3.1 CodeSandbox Starting Project.html 128B
  411. 3. Working with Packages/2.1 CodeSandbox Starting Project.html 128B
  412. 5. Structs & Custom Types/2.1 CodeSandbox Starting Project.html 127B
  413. 1. Getting Started/7.1 Course Resources.html 125B
  414. 2. Go Essentials/38.1 File Permissions.html 125B
  415. 0. Websites you may like/[CourseClub.Me].url 122B
  416. 11. Course Project Build a REST API (incl. Authentication & SQL Database)/[CourseClub.Me].url 122B
  417. 3. Working with Packages/[CourseClub.Me].url 122B
  418. 7. Managing Related Data with Arrays, Slices & Maps/[CourseClub.Me].url 122B
  419. [CourseClub.Me].url 122B
  420. 1. Getting Started/3.1 CodeSandbox Go Project.html 119B
  421. 1. Getting Started/5.1 First App (CodeSandbox).html 118B
  422. 2. Go Essentials/18.1 CodeSandbox Starting Project.html 118B
  423. 2. Go Essentials/28.1 CodeSandbox Starting Project.html 118B
  424. 5. Structs & Custom Types/19.1 CodeSandbox Starting Project.html 118B
  425. 11. Course Project Build a REST API (incl. Authentication & SQL Database)/4.1 HTTP Response Status Codes.html 117B
  426. 11. Course Project Build a REST API (incl. Authentication & SQL Database)/2.4 Understanding HTTP.html 116B
  427. 11. Course Project Build a REST API (incl. Authentication & SQL Database)/2.3 HTTP Response Codes.html 112B
  428. 3. Working with Packages/8.1 Adding Go Packages To Project I.html 100B
  429. 11. Course Project Build a REST API (incl. Authentication & SQL Database)/8.1 Go SQLite Package.html 96B
  430. 11. Course Project Build a REST API (incl. Authentication & SQL Database)/25.1 Go JWT Package.html 94B
  431. 1. Getting Started/7.2 Discord Community.html 93B
  432. 11. Course Project Build a REST API (incl. Authentication & SQL Database)/3.2 Gin Framework.html 93B
  433. 2. Go Essentials/3.1 Go Standard Library.html 83B
  434. 3. Working with Packages/8.3 Go Package Discovery Page.html 80B
  435. 0. Websites you may like/[GigaCourse.Com].url 49B
  436. 11. Course Project Build a REST API (incl. Authentication & SQL Database)/[GigaCourse.Com].url 49B
  437. 3. Working with Packages/[GigaCourse.Com].url 49B
  438. 7. Managing Related Data with Arrays, Slices & Maps/[GigaCourse.Com].url 49B
  439. [GigaCourse.Com].url 49B