FileMood

Download [GigaCourse.Com] Udemy - Go The Complete Developer's Guide (Golang)

GigaCourse Com Udemy Go The Complete Developer Guide Golang

Name

[GigaCourse.Com] Udemy - Go The Complete Developer's Guide (Golang)

 DOWNLOAD Copy Link

Total Size

2.9 GB

Total Files

166

Last Seen

2024-07-08 23:39

Hash

7624BFF56E8C06008E0D0012CC37D1261505C21E

/0. Websites you may like/

[CourseClub.Me].url

0.1 KB

[GigaCourse.Com].url

0.0 KB

/01 - Getting Started/

001 How to Get Help.html

0.5 KB

002 Course Resources.html

1.4 KB

002 diagrams.zip

127.4 KB

003 Join Our Community!.html

0.3 KB

004 Environment Setup.mp4

25.1 MB

004 Environment Setup_en.srt

4.9 KB

005 VSCode Installation.mp4

27.6 MB

005 VSCode Installation_en.srt

4.8 KB

006 Go Support in VSCode.mp4

24.0 MB

006 Go Support in VSCode_en.srt

5.7 KB

/02 - A Simple Start/

001 Boring Ol' Hello World.mp4

16.8 MB

001 Boring Ol' Hello World_en.srt

5.2 KB

002 Five Important Questions.mp4

45.3 MB

002 Five Important Questions_en.srt

10.2 KB

003 Go Packages.mp4

44.5 MB

003 Go Packages_en.srt

9.2 KB

004 Import Statements.mp4

32.3 MB

004 Import Statements_en.srt

5.9 KB

005 File Organization.mp4

13.0 MB

005 File Organization_en.srt

5.9 KB

006 How to Access Course Diagrams.html

0.8 KB

/03 - Deeper Into Go/

001 Project Overview.mp4

10.1 MB

001 Project Overview_en.srt

4.0 KB

002 New Project Folder.mp4

3.8 MB

002 New Project Folder_en.srt

3.5 KB

003 Variable Declarations.mp4

34.7 MB

003 Variable Declarations_en.srt

16.5 KB

004 Functions and Return Types.mp4

23.5 MB

004 Functions and Return Types_en.srt

11.6 KB

005 Slices and For Loops.mp4

65.2 MB

005 Slices and For Loops_en.srt

15.7 KB

006 OO Approach vs Go Approach.mp4

32.8 MB

006 OO Approach vs Go Approach_en.srt

6.8 KB

007 Custom Type Declarations.mp4

29.9 MB

007 Custom Type Declarations_en.srt

10.1 KB

008 Receiver Functions.mp4

33.1 MB

008 Receiver Functions_en.srt

9.0 KB

009 Creating a New Deck.mp4

79.2 MB

009 Creating a New Deck_en.srt

16.4 KB

010 Slice Range Syntax.mp4

40.1 MB

010 Slice Range Syntax_en.srt

8.5 KB

011 Multiple Return Values.mp4

47.0 MB

011 Multiple Return Values_en.srt

12.5 KB

012 Byte Slices.mp4

64.1 MB

012 Byte Slices_en.srt

10.3 KB

013 Deck to String.mp4

26.0 MB

013 Deck to String_en.srt

11.9 KB

014 Joining a Slice of Strings.mp4

49.7 MB

014 Joining a Slice of Strings_en.srt

10.3 KB

015 Saving Data to the Hard Drive.mp4

27.4 MB

015 Saving Data to the Hard Drive_en.srt

10.7 KB

016 Reading From the Hard Drive.mp4

81.3 MB

016 Reading From the Hard Drive_en.srt

17.7 KB

017 Error Handling.mp4

21.7 MB

017 Error Handling_en.srt

12.1 KB

018 Shuffling a Deck.mp4

69.5 MB

018 Shuffling a Deck_en.srt

15.2 KB

019 Random Number Generation.mp4

76.1 MB

019 Random Number Generation_en.srt

16.1 KB

020 Testing With Go.mp4

12.5 MB

020 Testing With Go_en.srt

5.8 KB

021 Writing Useful Tests.mp4

75.8 MB

021 Writing Useful Tests_en.srt

19.5 KB

022 Asserting Elements in a Slice.mp4

31.4 MB

022 Asserting Elements in a Slice_en.srt

6.4 KB

023 Testing File IO.mp4

77.5 MB

023 Testing File IO_en.srt

15.2 KB

024 Project Review.mp4

22.9 MB

024 Project Review_en.srt

9.5 KB

/04 - Organizing Data With Structs/

001 Structs in Go.mp4

12.3 MB

001 Structs in Go_en.srt

7.2 KB

002 Defining Structs.mp4

8.7 MB

002 Defining Structs_en.srt

6.0 KB

003 Declaring Structs.mp4

10.8 MB

003 Declaring Structs_en.srt

7.2 KB

004 Updating Struct Values.mp4

31.1 MB

004 Updating Struct Values_en.srt

8.3 KB

005 Embedding Structs.mp4

16.1 MB

005 Embedding Structs_en.srt

9.5 KB

006 Structs with Receiver Functions.mp4

18.3 MB

006 Structs with Receiver Functions_en.srt

11.3 KB

007 Pass By Value.mp4

22.0 MB

007 Pass By Value_en.srt

8.8 KB

008 Structs with Pointers.mp4

8.6 MB

008 Structs with Pointers_en.srt

4.6 KB

009 Pointer Operations.mp4

72.9 MB

009 Pointer Operations_en.srt

14.9 KB

010 Pointer Shortcut.mp4

23.7 MB

010 Pointer Shortcut_en.srt

10.0 KB

011 Gotchas With Pointers.mp4

19.5 MB

011 Gotchas With Pointers_en.srt

6.3 KB

012 Reference vs Value Types.mp4

55.7 MB

012 Reference vs Value Types_en.srt

11.6 KB

/05 - Maps/

001 What's a Map.mp4

27.0 MB

001 What's a Map_en.srt

9.0 KB

002 Manipulating Maps.mp4

12.0 MB

002 Manipulating Maps_en.srt

7.6 KB

003 Iterating Over Maps.mp4

35.0 MB

003 Iterating Over Maps_en.srt

8.0 KB

004 Differences Between Maps and Structs.mp4

42.7 MB

004 Differences Between Maps and Structs_en.srt

9.4 KB

/06 - Interfaces/

001 Purpose of Interfaces.mp4

67.2 MB

001 Purpose of Interfaces_en.srt

15.5 KB

002 Problems Without Interfaces.mp4

72.7 MB

002 Problems Without Interfaces_en.srt

15.8 KB

003 Interfaces in Practice.mp4

67.4 MB

003 Interfaces in Practice_en.srt

14.8 KB

004 Rules of Interfaces.mp4

45.9 MB

004 Rules of Interfaces_en.srt

12.3 KB

005 Extra Interface Notes.mp4

57.0 MB

005 Extra Interface Notes_en.srt

11.3 KB

006 The HTTP Package.mp4

58.6 MB

006 The HTTP Package_en.srt

13.0 KB

007 Reading the Docs.mp4

38.3 MB

007 Reading the Docs_en.srt

8.8 KB

008 More Interface Syntax.mp4

19.1 MB

008 More Interface Syntax_en.srt

4.8 KB

009 Interface Review.mp4

7.3 MB

009 Interface Review_en.srt

2.9 KB

010 The Reader Interface.mp4

70.6 MB

010 The Reader Interface_en.srt

13.3 KB

011 More on the Reader Interface.mp4

48.1 MB

011 More on the Reader Interface_en.srt

12.4 KB

012 Working with the Read Function.mp4

36.2 MB

012 Working with the Read Function_en.srt

8.7 KB

013 The Writer Interface.mp4

31.8 MB

013 The Writer Interface_en.srt

7.0 KB

014 The io.Copy Function.mp4

40.9 MB

014 The io.Copy Function_en.srt

8.3 KB

015 The Implementation of io.Copy.mp4

19.1 MB

015 The Implementation of io.Copy_en.srt

7.1 KB

016 A Custom Writer.mp4

55.5 MB

016 A Custom Writer_en.srt

12.1 KB

/07 - Channels and Go Routines/

001 Website Status Checker.mp4

13.1 MB

001 Website Status Checker_en.srt

8.6 KB

002 Printing Site Status.mp4

14.6 MB

002 Printing Site Status_en.srt

7.3 KB

003 Serial Link Checking.mp4

12.3 MB

003 Serial Link Checking_en.srt

5.8 KB

004 Go Routines.mp4

29.3 MB

004 Go Routines_en.srt

11.3 KB

005 Theory of Go Routines.mp4

26.0 MB

005 Theory of Go Routines_en.srt

13.3 KB

006 Channels.mp4

23.5 MB

006 Channels_en.srt

9.9 KB

007 Channel Implementation.mp4

73.2 MB

007 Channel Implementation_en.srt

14.1 KB

008 Blocking Channels.mp4

81.1 MB

008 Blocking Channels_en.srt

16.3 KB

009 Receiving Messages.mp4

9.3 MB

009 Receiving Messages_en.srt

5.6 KB

010 Repeating Routines.mp4

38.5 MB

010 Repeating Routines_en.srt

11.3 KB

011 Alternative Loop Syntax.mp4

12.9 MB

011 Alternative Loop Syntax_en.srt

6.3 KB

012 Sleeping a Routine.mp4

47.3 MB

012 Sleeping a Routine_en.srt

10.1 KB

013 Function Literals.mp4

20.4 MB

013 Function Literals_en.srt

8.0 KB

014 Channels Gotcha!.mp4

38.0 MB

014 Channels Gotcha!_en.srt

16.3 KB

/08 - Extras/

001 Bonus!.html

3.7 KB

/

[CourseClub.Me].url

0.1 KB

[GigaCourse.Com].url

0.0 KB

 

Total files 166


Copyright © 2024 FileMood.com