FileMood

Download udemy.com - Go Programming by Example (Golang) [2018]

Udemy com Go Programming by Example Golang 2018

Name

udemy.com - Go Programming by Example (Golang) [2018]

 DOWNLOAD Copy Link

Total Size

11.8 GB

Total Files

165

Hash

37F84C516F0DA241F76D14FF748E601AE88F21CB

/01 Introduction/

01-01 Course Introduction (Detailed).mp4

69.0 MB

01-02 Course Sample Lectures.mp4

147.8 MB

01-03 Introduction to Go.mp4

114.2 MB

01-04 Installation (Compiler and IDE) & Course Resources.mp4

112.6 MB

/02 Language Fundamentals/

02-01 Language Fundamentals - Section Overview.mp4

4.7 MB

02-02 Hello World.mp4

70.5 MB

02-03 Concepts-1.mp4

177.5 MB

02-04 Concepts-2.mp4

206.5 MB

02-05 Types - Variables.mp4

70.6 MB

02-06 Verbs.mp4

22.5 MB

02-07 Constants.mp4

27.7 MB

02-08 Working with Binary, Hexa, Octa, ... Values.mp4

16.7 MB

02-09 More Verbs.mp4

38.4 MB

02-10 Declaration.mp4

11.5 MB

02-11 Working with Strings.mp4

25.2 MB

02-12 Working with Binary Values.mp4

13.8 MB

02-13 Logical Operators.mp4

11.6 MB

02-14 Character Escapes.mp4

22.0 MB

02-15 Equality Symbol.mp4

15.6 MB

02-16 Bitwise Operators.mp4

56.0 MB

02-17 Base 8 and 16.mp4

9.8 MB

02-18 Minimum and Maximum Values of Basic Types.mp4

28.2 MB

02-19 nan and Infinity.mp4

15.7 MB

02-20 Unicode-1.mp4

30.5 MB

02-21 Unicode-2.mp4

14.8 MB

02-22 utf8-1.mp4

42.2 MB

02-23 utf8-2.mp4

41.9 MB

02-24 utf8-3.mp4

46.2 MB

02-25 utf8-4.mp4

11.0 MB

02-26 utf8-5.mp4

22.2 MB

02-27 utf8-6.mp4

16.1 MB

02-28 Scope of Variables.mp4

110.8 MB

/03 Control Structures/

03-01 Control Structures - Section Overview.mp4

2.0 MB

03-02 if-else Statements.mp4

46.6 MB

03-03 for loop Statements.mp4

115.3 MB

03-04 switch Statements-1.mp4

85.3 MB

03-05 switch Statements-2.mp4

101.2 MB

/04 Arrays & Slices/

04-01 Arrays & Slices - Section Overview.mp4

2.7 MB

04-02 Arrays - Theory.mp4

54.1 MB

04-03 Arrays-1.mp4

64.5 MB

04-04 Arrays-2.mp4

78.3 MB

04-05 Slices - Theory.mp4

92.9 MB

04-06 Slices-1.mp4

72.6 MB

04-07 Slices-2.mp4

73.8 MB

04-08 Slices-3.mp4

56.5 MB

04-09 Slices-4.mp4

87.5 MB

/05 Maps/

05-01 Maps - Section Overview.mp4

1.7 MB

05-02 Maps - Theory.mp4

58.7 MB

05-03 Hashtables-1.mp4

65.1 MB

05-04 Hashtables-2.mp4

45.1 MB

05-05 Maps - make() function.mp4

40.2 MB

05-06 Maps - Assignment.mp4

48.4 MB

05-07 Sorting Maps.mp4

60.1 MB

05-08 Maps - Assignment.mp4

46.7 MB

05-09 Maps & Unicode.mp4

52.3 MB

/06 Functions, Part 1 (Basics)/

06-01 Functions, Part 1 - Section Overview.mp4

1.5 MB

06-02 Functions - Theory.mp4

52.0 MB

06-03 Function Parameters.mp4

63.6 MB

06-04 Functions & Stacks.mp4

60.7 MB

06-05 Variadic Functions.mp4

59.9 MB

06-06 Functions - Assignment.mp4

40.8 MB

06-07 Stacks - Assignment.mp4

27.9 MB

06-08 Functions & Map of maps.mp4

41.9 MB

06-09 Functions & Map of maps - Assignment.mp4

85.2 MB

/07 Pointers/

07-01 Pointers - Section Overview.mp4

2.1 MB

07-02 Pointers - Theory.mp4

148.1 MB

07-03 Pointers - Basics.mp4

79.6 MB

07-04 Pointers & Slices.mp4

100.9 MB

07-05 Pointers & Slice of slice.mp4

57.1 MB

07-06 Pointers & Functions.mp4

49.1 MB

07-07 Pointers & Ref-Non ref Types.mp4

32.4 MB

07-08 Pointers & Ref-Non ref Types - Assignment.mp4

70.8 MB

/08 Functions, Part 2/

08-01 Functions, Part 2 - Section Overview.mp4

2.1 MB

08-02 Function Literals.mp4

33.2 MB

08-03 Function Literals - Functions as Return Types.mp4

65.3 MB

08-04 Closure.mp4

59.9 MB

08-05 Callbacks.mp4

41.1 MB

08-06 Callbacks - Variadic - Assignment.mp4

42.7 MB

08-07 Recursion, Factorial.mp4

59.2 MB

08-08 Recursion, Fibonacci.mp4

42.9 MB

08-09 Function, defer.mp4

67.6 MB

08-10 Function, defer - Assignment.mp4

26.4 MB

08-11 Function, panic.mp4

51.1 MB

08-12 Function, recover.mp4

47.2 MB

/09 Structs/

09-01 Structs - Section Overview.mp4

3.0 MB

09-02 Structs - Theory.mp4

74.1 MB

09-03 Structs - Example.mp4

81.9 MB

09-04 Anonymous Struct - Pointers.mp4

60.2 MB

09-05 Comparing Structs.mp4

159.6 MB

09-06 Structs & Pointers.mp4

22.2 MB

09-07 Structs - Anonymous Fields.mp4

23.0 MB

09-08 Embedded Structs.mp4

70.4 MB

09-09 Embedded Structs, Anonymous.mp4

16.6 MB

09-10 Multiple Embedded Structs - Assignment.mp4

60.3 MB

09-11 Structs - Receivers.mp4

86.8 MB

09-12 Exporteing Structs.mp4

146.7 MB

09-13 Structs - Method Overloading.mp4

141.3 MB

09-14 Struct, Rreceivers, and Pointers.mp4

73.1 MB

/10 Interfaces/

10-01 Interfaces - Section Overview.mp4

3.3 MB

10-02 Interfaces - Theory.mp4

153.4 MB

10-03 Interfaces - Example.mp4

85.9 MB

10-04 The empty Interface.mp4

103.0 MB

10-05 Interfaces - Conversion.mp4

79.4 MB

10-06 Interfaces Assertion.mp4

51.5 MB

10-07 Interfaces - Package sort-1.mp4

30.2 MB

10-08 Interfaces - Package sort-2.mp4

128.8 MB

10-09 The interface Interfaces-1.mp4

31.5 MB

10-10 The interface Interfaces-2. More Examples.mp4

56.5 MB

/11 Concurrency/

11-01 Concurrency - Section Overview.mp4

3.3 MB

11-02 Concurrency - Goroutines.mp4

154.7 MB

11-03 Concurrency - Waitgroup.mp4

49.7 MB

11-04 Concurrency & Parallelism.mp4

96.5 MB

11-05 Concurrency - Race Condition.mp4

38.8 MB

11-06 Concurrency - Mutex.mp4

33.8 MB

11-07 Concurrency - Atomic.mp4

37.8 MB

/12 Channels/

12-01 Channels - Section Overview.mp4

3.1 MB

12-02 Channels - Theory.mp4

177.2 MB

12-03 nil Channels - Deadlock.mp4

28.7 MB

12-04 Unbuffered Channels.mp4

125.8 MB

12-05 Channel Range.mp4

135.3 MB

12-06 Channels - Semaphore.mp4

106.6 MB

12-07 Channels - Multipe Receivers.mp4

48.6 MB

12-08 Channels - Assignment.mp4

72.8 MB

12-09 Channel Direction.mp4

105.8 MB

12-10 Channels - Multiplexing.mp4

127.1 MB

12-11 Buffered Channels.mp4

146.3 MB

12-12 Buffered Channels - Capacity.mp4

30.3 MB

12-13 Channels - Assignment.mp4

53.5 MB

12-14 Channels - Assignment.mp4

54.7 MB

12-15 Channels - Pipeline.mp4

30.4 MB

12-16 Channels - Pipeline - Assignment.mp4

29.1 MB

/13 Packages & Documentation/

13-01 Packages & Documentation - Section Overview.mp4

1.2 MB

13-02 Packages.mp4

141.8 MB

13-03 Documentation.mp4

100.1 MB

/14 Error Handling & Unit Testing/

14-01 Error Handling & Unit Testing - Section Overview.mp4

2.2 MB

14-02 Error Handling-1.mp4

109.4 MB

14-03 Error Handling-2.mp4

70.4 MB

14-04 Error Handling-3.mp4

49.7 MB

14-05 Unit Testing.mp4

187.3 MB

/15 Miscellaneous Topics/

15-01 Miscellaneous Topics - Section Overview.mp4

3.6 MB

15-02 Reference and Non Reference Types.mp4

121.9 MB

15-03 JSON.mp4

126.5 MB

15-04 Working with Files-1.mp4

84.8 MB

15-05 Working with Files-2.mp4

65.9 MB

15-06 String Manipulation Functions.mp4

137.9 MB

15-07 Reflections-1.mp4

38.9 MB

15-08 Reflections-2.mp4

204.6 MB

15-09 Reflections-3.mp4

86.9 MB

/16 Working with Databases (A Tour of SQL - MySQL - PostgreSQL) & Final Assignment/

16-01 MySQL & Final Assignment - Section Overview.mp4

5.6 MB

16-02 PostgreSQL Installation.mp4

27.8 MB

16-03 MySQL Installation.mp4

82.1 MB

16-04 Working with MySQL - MySQL Workbench.mp4

99.1 MB

16-05 A Tour of SQL (MySQL & PostgreSQL)-1.mp4

175.2 MB

16-06 A Tour of SQL (MySQL & PostgreSQL)-2.mp4

193.4 MB

16-07 Connecting to MySQL from Go.mp4

172.7 MB

16-08 MySQL Operations in Go.mp4

233.8 MB

16-09 Connecting Go to PostgreSQL.mp4

124.5 MB

16-10 Final Assignment - Requirements.mp4

155.9 MB

16-11 Final Assignment - Solution-1.mp4

281.6 MB

16-12 Final Assignment - Solution-2.mp4

405.0 MB

16-13 Final Assignment - Solution-3.mp4

79.4 MB

16-14 Final Assignment - Solution-4.mp4

205.6 MB

16-15 Final Assignment - Conclusion.mp4

106.0 MB

/17 Summary/

17-01 Thank You and Please Leave a Rating for the Course.mp4

4.0 MB

/

Files.7z

1.6 MB

 

Total files 165


Copyright © 2024 FileMood.com