Udemy - Go The Complete Developer's Guide (Golang)

Info hash773b405dc903c094b7fa2ce450adad066b277490
Last mirror activity0:09 ago
Size5.83GB (5,825,439,715 bytes)
Added2025-04-12 08:23:09
Views119
Hits224
ID5414
Typemulti
Downloaded1002 time(s)
Uploaded by gravatar.com icon for user Acesif
FolderUdemy - Go The Complete Developer's Guide (Golang)
Num files221 files
File list [Hide list]
01. Getting Started/1. How to Get Help.html 0.58kB
01. Getting Started/2. Course Resources.html 1.32kB
01. Getting Started/2. diagrams.zip 133.94kB
01. Getting Started/3. Environment Setup.mp4 6.66MB
01. Getting Started/3. Environment Setup.vtt 4.92kB
01. Getting Started/4. VSCode Installation.mp4 8.14MB
01. Getting Started/4. VSCode Installation.vtt 4.61kB
01. Getting Started/5. Go Support in VSCode.mp4 40.09MB
01. Getting Started/5. Go Support in VSCode.vtt 5.67kB
01. Getting Started/6. 2023-06-21_22-03-28-d46613eb2ded664f1f0a37a44e9d1313.png 31.40kB
01. Getting Started/6. Gopls, undeclared name, type and module errors in VSCode.html 1.05kB
02. A Simple Start/1. 7-boring.zip 0.40kB
02. A Simple Start/1. Boring Ol' Hello World.mp4 24.17MB
02. A Simple Start/1. Boring Ol' Hello World.vtt 5.34kB
02. A Simple Start/2. Five Important Questions.mp4 47.44MB
02. A Simple Start/2. Five Important Questions.vtt 10.14kB
02. A Simple Start/3. Go Packages.mp4 89.35MB
02. A Simple Start/3. Go Packages.vtt 9.45kB
02. A Simple Start/4. Import Statements.mp4 65.94MB
02. A Simple Start/4. Import Statements.vtt 6.27kB
02. A Simple Start/5. File Organization.mp4 23.06MB
02. A Simple Start/5. File Organization.vtt 6.02kB
02. A Simple Start/6.1 Test Your Knowledge Packages.html 17.91kB
02. A Simple Start/7. How to Access Course Diagrams.html 0.86kB
03. Deeper Into Go/1. Project Overview.mp4 37.19MB
03. Deeper Into Go/1. Project Overview.vtt 4.32kB
03. Deeper Into Go/2. New Project Folder.mp4 6.24MB
03. Deeper Into Go/2. New Project Folder.vtt 3.35kB
03. Deeper Into Go/3. Variable Declarations.mp4 60.28MB
03. Deeper Into Go/3. Variable Declarations.vtt 17.07kB
03. Deeper Into Go/4.2 Test Your Knowledge Variable Assignment.html 23.21kB
03. Deeper Into Go/5. Functions and Return Types.mp4 40.42MB
03. Deeper Into Go/5. Functions and Return Types.vtt 12.07kB
03. Deeper Into Go/6.3 Test Your Knowledge Functions.html 20.64kB
03. Deeper Into Go/7. 17-slices.zip 0.49kB
03. Deeper Into Go/7. Slices and For Loops.mp4 123.57MB
03. Deeper Into Go/7. Slices and For Loops.vtt 15.74kB
03. Deeper Into Go/8.4 Test Your Knowledge Slices and For Loops.html 19.85kB
03. Deeper Into Go/9. OO Approach vs Go Approach.mp4 66.31MB
03. Deeper Into Go/9. OO Approach vs Go Approach.vtt 7.15kB
03. Deeper Into Go/10. 19-custom.zip 0.71kB
03. Deeper Into Go/10. Custom Type Declarations.mp4 26.31MB
03. Deeper Into Go/10. Custom Type Declarations.vtt 10.35kB
03. Deeper Into Go/11. Receiver Functions.mp4 60.52MB
03. Deeper Into Go/11. Receiver Functions.vtt 9.32kB
03. Deeper Into Go/12.5 Test Your Knowledge Functions with Receivers.html 18.83kB
03. Deeper Into Go/13. 21-creating.zip 0.77kB
03. Deeper Into Go/13. Creating a New Deck.mp4 115.53MB
03. Deeper Into Go/13. Creating a New Deck.vtt 16.68kB
03. Deeper Into Go/14. Slice Range Syntax.mp4 32.37MB
03. Deeper Into Go/14. Slice Range Syntax.vtt 9.00kB
03. Deeper Into Go/15. 23-multiple.zip 0.85kB
03. Deeper Into Go/15. Multiple Return Values.mp4 94.49MB
03. Deeper Into Go/15. Multiple Return Values.vtt 12.93kB
03. Deeper Into Go/16.6 Test Your Knowledge Multiple Return Values.html 21.97kB
03. Deeper Into Go/17. Byte Slices.mp4 109.48MB
03. Deeper Into Go/17. Byte Slices.vtt 10.59kB
03. Deeper Into Go/18. Deck to String.mp4 45.04MB
03. Deeper Into Go/18. Deck to String.vtt 12.13kB
03. Deeper Into Go/19. 26-joining.zip 0.88kB
03. Deeper Into Go/19. Joining a Slice of Strings.mp4 97.41MB
03. Deeper Into Go/19. Joining a Slice of Strings.vtt 10.42kB
03. Deeper Into Go/20. 27-saving.zip 1.16kB
03. Deeper Into Go/20. Saving Data to the Hard Drive.mp4 47.89MB
03. Deeper Into Go/20. Saving Data to the Hard Drive.vtt 10.89kB
03. Deeper Into Go/21. Reading From the Hard Drive.mp4 160.47MB
03. Deeper Into Go/21. Reading From the Hard Drive.vtt 18.06kB
03. Deeper Into Go/22. 29-error.zip 1.25kB
03. Deeper Into Go/22. Error Handling.mp4 102.37MB
03. Deeper Into Go/22. Error Handling.vtt 11.86kB
03. Deeper Into Go/23. 30-shuffling.zip 1.30kB
03. Deeper Into Go/23. Shuffling a Deck.mp4 138.60MB
03. Deeper Into Go/23. Shuffling a Deck.vtt 14.88kB
03. Deeper Into Go/24. 31-random.zip 1.34kB
03. Deeper Into Go/24. Random Number Generation.mp4 167.25MB
03. Deeper Into Go/24. Random Number Generation.vtt 16.31kB
03. Deeper Into Go/25. Creating a go.mod File.html 0.58kB
03. Deeper Into Go/26. Testing With Go.mp4 26.21MB
03. Deeper Into Go/26. Testing With Go.vtt 7.03kB
03. Deeper Into Go/27. Errorf call has arguments but no formatting directives.html 0.60kB
03. Deeper Into Go/28. 33-useful.zip 1.82kB
03. Deeper Into Go/28. Writing Useful Tests.mp4 144.55MB
03. Deeper Into Go/28. Writing Useful Tests.vtt 19.32kB
03. Deeper Into Go/29. 34-asserting.zip 1.89kB
03. Deeper Into Go/29. Asserting Elements in a Slice.mp4 61.97MB
03. Deeper Into Go/29. Asserting Elements in a Slice.vtt 6.49kB
03. Deeper Into Go/30. 35-file-io.zip 1.98kB
03. Deeper Into Go/30. Testing File IO.mp4 154.07MB
03. Deeper Into Go/30. Testing File IO.vtt 15.51kB
03. Deeper Into Go/31. Project Review.mp4 88.22MB
03. Deeper Into Go/31. Project Review.vtt 10.05kB
03. Deeper Into Go/32. Assignment Even or Odd.mp4 35.62MB
03. Deeper Into Go/32. Assignment Even or Odd.vtt 5.45kB
03. Deeper Into Go/33. Even or Odd Solution.mp4 49.76MB
03. Deeper Into Go/33. Even or Odd Solution.vtt 7.63kB
04. Organizing Data With Structs/1. Structs in Go.mp4 28.37MB
04. Organizing Data With Structs/1. Structs in Go.vtt 7.68kB
04. Organizing Data With Structs/2. Defining Structs.mp4 18.92MB
04. Organizing Data With Structs/2. Defining Structs.vtt 6.01kB
04. Organizing Data With Structs/3. 42-declaring.zip 0.45kB
04. Organizing Data With Structs/3. Declaring Structs.mp4 18.32MB
04. Organizing Data With Structs/3. Declaring Structs.vtt 7.50kB
04. Organizing Data With Structs/4. 43-updating.zip 0.46kB
04. Organizing Data With Structs/4. Updating Struct Values.mp4 62.42MB
04. Organizing Data With Structs/4. Updating Struct Values.vtt 8.49kB
04. Organizing Data With Structs/5. 44-embedding.zip 0.53kB
04. Organizing Data With Structs/5. Embedding Structs.mp4 27.24MB
04. Organizing Data With Structs/5. Embedding Structs.vtt 9.88kB
04. Organizing Data With Structs/6. 45-receiver.zip 0.57kB
04. Organizing Data With Structs/6. Structs with Receiver Functions.mp4 65.58MB
04. Organizing Data With Structs/6. Structs with Receiver Functions.vtt 11.42kB
04. Organizing Data With Structs/7. Pass By Value.mp4 38.82MB
04. Organizing Data With Structs/7. Pass By Value.vtt 9.06kB
04. Organizing Data With Structs/8. Structs with Pointers.mp4 18.80MB
04. Organizing Data With Structs/9. 47-pointers.zip 0.60kB
04. Organizing Data With Structs/9. Pointer Operations.mp4 118.58MB
04. Organizing Data With Structs/9. Pointer Operations.vtt 15.19kB
04. Organizing Data With Structs/10. 49-shortcut.zip 0.59kB
04. Organizing Data With Structs/10. Pointer Shortcut.mp4 40.97MB
04. Organizing Data With Structs/10. Pointer Shortcut.vtt 10.91kB
04. Organizing Data With Structs/11. Gotchas With Pointers.mp4 35.06MB
04. Organizing Data With Structs/11. Gotchas With Pointers.vtt 6.32kB
04. Organizing Data With Structs/12.7 Test Your Knowledge Pointers.html 25.64kB
04. Organizing Data With Structs/13. Reference vs Value Types.mp4 113.65MB
04. Organizing Data With Structs/13. Reference vs Value Types.vtt 11.99kB
04. Organizing Data With Structs/14.8 Test Your Knowledge Value vs Reference Types.html 22.02kB
05. Maps/1. 52-map.zip 0.43kB
05. Maps/1. What's a Map.mp4 49.54MB
05. Maps/1. What's a Map.vtt 8.91kB
05. Maps/2. 53-manipulating.zip 0.43kB
05. Maps/2. Manipulating Maps.mp4 26.22MB
05. Maps/2. Manipulating Maps.vtt 7.90kB
05. Maps/3. 54-iterating.zip 0.49kB
05. Maps/3. Iterating Over Maps.mp4 68.36MB
05. Maps/3. Iterating Over Maps.vtt 8.72kB
05. Maps/4. 55-differences.zip 0.52kB
05. Maps/4. Differences Between Maps and Structs.mp4 79.79MB
05. Maps/4. Differences Between Maps and Structs.vtt 9.96kB
05. Maps/5.9 Test Your Knowledge Maps.html 19.31kB
06. Interfaces/1. Purpose of Interfaces.mp4 135.20MB
06. Interfaces/1. Purpose of Interfaces.vtt 15.93kB
06. Interfaces/2. Problems Without Interfaces.mp4 127.58MB
06. Interfaces/2. Problems Without Interfaces.vtt 16.29kB
06. Interfaces/3. 58-interfaces-practice.zip 0.52kB
06. Interfaces/3. Interfaces in Practice.mp4 145.10MB
06. Interfaces/3. Interfaces in Practice.vtt 14.33kB
06. Interfaces/4. Rules of Interfaces.mp4 84.94MB
06. Interfaces/4. Rules of Interfaces.vtt 13.01kB
06. Interfaces/5. Extra Interface Notes.mp4 113.25MB
06. Interfaces/5. Extra Interface Notes.vtt 11.87kB
06. Interfaces/6. 61-http.zip 0.47kB
06. Interfaces/6. The HTTP Package.mp4 116.33MB
06. Interfaces/6. The HTTP Package.vtt 12.80kB
06. Interfaces/7. Reading the Docs.mp4 72.19MB
06. Interfaces/7. Reading the Docs.vtt 8.91kB
06. Interfaces/8. More Interface Syntax.mp4 35.94MB
06. Interfaces/8. More Interface Syntax.vtt 4.99kB
06. Interfaces/9. Interface Review.mp4 27.20MB
06. Interfaces/9. Interface Review.vtt 3.19kB
06. Interfaces/10. The Reader Interface.mp4 150.85MB
06. Interfaces/10. The Reader Interface.vtt 13.79kB
06. Interfaces/11. More on the Reader Interface.mp4 90.40MB
06. Interfaces/11. More on the Reader Interface.vtt 13.27kB
06. Interfaces/12. 67-working.zip 0.52kB
06. Interfaces/12. Working with the Read Function.mp4 72.41MB
06. Interfaces/12. Working with the Read Function.vtt 9.46kB
06. Interfaces/13. 68-writer.zip 0.49kB
06. Interfaces/13. The Writer Interface.mp4 63.22MB
06. Interfaces/13. The Writer Interface.vtt 7.42kB
06. Interfaces/14. The io.Copy Function.mp4 61.97MB
06. Interfaces/14. The io.Copy Function.vtt 8.77kB
06. Interfaces/15. The Implementation of io.Copy.mp4 61.51MB
06. Interfaces/15. The Implementation of io.Copy.vtt 7.82kB
06. Interfaces/16. 71-custom-writer.zip 0.57kB
06. Interfaces/16. A Custom Writer.mp4 109.76MB
06. Interfaces/16. A Custom Writer.vtt 12.30kB
06. Interfaces/17.10 Test Your Knowledge Interfaces.html 23.52kB
06. Interfaces/18. Assignment Interfaces.mp4 15.02MB
06. Interfaces/18. Assignment Interfaces.vtt 3.68kB
06. Interfaces/19. Interfaces Solution.mp4 55.89MB
06. Interfaces/19. Interfaces Solution.vtt 11.72kB
06. Interfaces/20. Assignment Hard Mode Interfaces.mp4 59.73MB
06. Interfaces/20. Assignment Hard Mode Interfaces.vtt 8.34kB
06. Interfaces/21. Hard Mode Interfaces Solution.mp4 108.03MB
06. Interfaces/21. Hard Mode Interfaces Solution.vtt 12.87kB
07. Channels and Go Routines/1. Website Status Checker.mp4 29.46MB
07. Channels and Go Routines/1. Website Status Checker.vtt 9.04kB
07. Channels and Go Routines/2. 77-printing.zip 0.56kB
07. Channels and Go Routines/2. Printing Site Status.mp4 24.76MB
07. Channels and Go Routines/2. Printing Site Status.vtt 7.57kB
07. Channels and Go Routines/3. Serial Link Checking.mp4 26.43MB
07. Channels and Go Routines/3. Serial Link Checking.vtt 6.06kB
07. Channels and Go Routines/4. Go Routines.mp4 52.86MB
07. Channels and Go Routines/4. Go Routines.vtt 11.68kB
07. Channels and Go Routines/5. Theory of Go Routines.mp4 126.23MB
07. Channels and Go Routines/5. Theory of Go Routines.vtt 13.76kB
07. Channels and Go Routines/6. 81-channels.zip 0.57kB
07. Channels and Go Routines/6. Channels.mp4 49.30MB
07. Channels and Go Routines/6. Channels.vtt 10.18kB
07. Channels and Go Routines/7. 82-implementation.zip 0.62kB
07. Channels and Go Routines/7. Channel Implementation.mp4 71.99MB
07. Channels and Go Routines/7. Channel Implementation.vtt 14.74kB
07. Channels and Go Routines/8. Blocking Channels.mp4 162.81MB
07. Channels and Go Routines/8. Blocking Channels.vtt 16.59kB
07. Channels and Go Routines/9. 84-receiving.zip 0.64kB
07. Channels and Go Routines/9. Receiving Messages.mp4 16.09MB
07. Channels and Go Routines/9. Receiving Messages.vtt 5.86kB
07. Channels and Go Routines/10. Repeating Routines.mp4 48.42MB
07. Channels and Go Routines/10. Repeating Routines.vtt 11.63kB
07. Channels and Go Routines/11. Alternative Loop Syntax.mp4 21.74MB
07. Channels and Go Routines/11. Alternative Loop Syntax.vtt 6.76kB
07. Channels and Go Routines/12. Sleeping a Routine.mp4 96.06MB
07. Channels and Go Routines/12. Sleeping a Routine.vtt 9.93kB
07. Channels and Go Routines/13. Function Literals.mp4 35.15MB
07. Channels and Go Routines/13. Function Literals.vtt 7.89kB
07. Channels and Go Routines/14. 89-gotcha.zip 0.64kB
07. Channels and Go Routines/14. Channels Gotcha!.mp4 148.72MB
07. Channels and Go Routines/14. Channels Gotcha!.vtt 16.63kB
07. Channels and Go Routines/15.11 Channels and Go Routines.html 22.19kB
08. Extras/1. Bonus!.html 3.74kB
InfiniteCourses.org - Infinite Free Courses.url 0.06kB
Mirrors37 complete, 0 downloading = 37 mirror(s) total [Log in to see full list]

Hosted by users:

Send Feedback