|
Please note that this page does not hosts or makes available any of the listed filenames. You
cannot download any of those files from here.
|
| 01-01 Course Introduction (Detailed).mp4 |
65.76MB |
| 01-02 Course Sample Lectures.mp4 |
140.96MB |
| 01-03 Introduction to Go.mp4 |
108.95MB |
| 01-04 Installation (Compiler and IDE) & Course Resources.mp4 |
107.34MB |
| 02-01 Language Fundamentals - Section Overview.mp4 |
4.47MB |
| 02-02 Hello World.mp4 |
67.22MB |
| 02-03 Concepts-1.mp4 |
169.31MB |
| 02-04 Concepts-2.mp4 |
196.94MB |
| 02-05 Types - Variables.mp4 |
67.29MB |
| 02-06 Verbs.mp4 |
21.49MB |
| 02-07 Constants.mp4 |
26.43MB |
| 02-08 Working with Binary, Hexa, Octa, ... Values.mp4 |
15.93MB |
| 02-09 More Verbs.mp4 |
36.66MB |
| 02-10 Declaration.mp4 |
11.00MB |
| 02-11 Working with Strings.mp4 |
24.02MB |
| 02-12 Working with Binary Values.mp4 |
13.18MB |
| 02-13 Logical Operators.mp4 |
11.09MB |
| 02-14 Character Escapes.mp4 |
21.02MB |
| 02-15 Equality Symbol.mp4 |
14.87MB |
| 02-16 Bitwise Operators.mp4 |
53.41MB |
| 02-17 Base 8 and 16.mp4 |
9.39MB |
| 02-18 Minimum and Maximum Values of Basic Types.mp4 |
26.88MB |
| 02-19 nan and Infinity.mp4 |
15.00MB |
| 02-20 Unicode-1.mp4 |
29.11MB |
| 02-21 Unicode-2.mp4 |
14.07MB |
| 02-22 utf8-1.mp4 |
40.25MB |
| 02-23 utf8-2.mp4 |
39.92MB |
| 02-24 utf8-3.mp4 |
44.10MB |
| 02-25 utf8-4.mp4 |
10.52MB |
| 02-26 utf8-5.mp4 |
21.18MB |
| 02-27 utf8-6.mp4 |
15.37MB |
| 02-28 Scope of Variables.mp4 |
105.71MB |
| 03-01 Control Structures - Section Overview.mp4 |
1.89MB |
| 03-02 if-else Statements.mp4 |
44.47MB |
| 03-03 for loop Statements.mp4 |
109.92MB |
| 03-04 switch Statements-1.mp4 |
81.32MB |
| 03-05 switch Statements-2.mp4 |
96.54MB |
| 04-01 Arrays & Slices - Section Overview.mp4 |
2.57MB |
| 04-02 Arrays - Theory.mp4 |
51.55MB |
| 04-03 Arrays-1.mp4 |
61.47MB |
| 04-04 Arrays-2.mp4 |
74.65MB |
| 04-05 Slices - Theory.mp4 |
88.58MB |
| 04-06 Slices-1.mp4 |
69.26MB |
| 04-07 Slices-2.mp4 |
70.34MB |
| 04-08 Slices-3.mp4 |
53.88MB |
| 04-09 Slices-4.mp4 |
83.45MB |
| 05-01 Maps - Section Overview.mp4 |
1.58MB |
| 05-02 Maps - Theory.mp4 |
55.97MB |
| 05-03 Hashtables-1.mp4 |
62.07MB |
| 05-04 Hashtables-2.mp4 |
42.97MB |
| 05-05 Maps - make() function.mp4 |
38.36MB |
| 05-06 Maps - Assignment.mp4 |
46.20MB |
| 05-07 Sorting Maps.mp4 |
57.31MB |
| 05-08 Maps - Assignment.mp4 |
44.58MB |
| 05-09 Maps & Unicode.mp4 |
49.84MB |
| 06-01 Functions, Part 1 - Section Overview.mp4 |
1.42MB |
| 06-02 Functions - Theory.mp4 |
49.60MB |
| 06-03 Function Parameters.mp4 |
60.69MB |
| 06-04 Functions & Stacks.mp4 |
57.92MB |
| 06-05 Variadic Functions.mp4 |
57.15MB |
| 06-06 Functions - Assignment.mp4 |
38.94MB |
| 06-07 Stacks - Assignment.mp4 |
26.58MB |
| 06-08 Functions & Map of maps.mp4 |
39.96MB |
| 06-09 Functions & Map of maps - Assignment.mp4 |
81.25MB |
| 07-01 Pointers - Section Overview.mp4 |
2.01MB |
| 07-02 Pointers - Theory.mp4 |
141.23MB |
| 07-03 Pointers - Basics.mp4 |
75.88MB |
| 07-04 Pointers & Slices.mp4 |
96.27MB |
| 07-05 Pointers & Slice of slice.mp4 |
54.49MB |
| 07-06 Pointers & Functions.mp4 |
46.85MB |
| 07-07 Pointers & Ref-Non ref Types.mp4 |
30.89MB |
| 07-08 Pointers & Ref-Non ref Types - Assignment.mp4 |
67.52MB |
| 08-01 Functions, Part 2 - Section Overview.mp4 |
1.98MB |
| 08-02 Function Literals.mp4 |
31.69MB |
| 08-03 Function Literals - Functions as Return Types.mp4 |
62.29MB |
| 08-04 Closure.mp4 |
57.13MB |
| 08-05 Callbacks.mp4 |
39.23MB |
| 08-06 Callbacks - Variadic - Assignment.mp4 |
40.73MB |
| 08-07 Recursion, Factorial.mp4 |
56.48MB |
| 08-08 Recursion, Fibonacci.mp4 |
40.88MB |
| 08-09 Function, defer.mp4 |
64.42MB |
| 08-10 Function, defer - Assignment.mp4 |
25.16MB |
| 08-11 Function, panic.mp4 |
48.76MB |
| 08-12 Function, recover.mp4 |
45.01MB |
| 09-01 Structs - Section Overview.mp4 |
2.82MB |
| 09-02 Structs - Theory.mp4 |
70.63MB |
| 09-03 Structs - Example.mp4 |
78.13MB |
| 09-04 Anonymous Struct - Pointers.mp4 |
57.43MB |
| 09-05 Comparing Structs.mp4 |
152.18MB |
| 09-06 Structs & Pointers.mp4 |
21.21MB |
| 09-07 Structs - Anonymous Fields.mp4 |
21.89MB |
| 09-08 Embedded Structs.mp4 |
67.16MB |
| 09-09 Embedded Structs, Anonymous.mp4 |
15.80MB |
| 09-10 Multiple Embedded Structs - Assignment.mp4 |
57.53MB |
| 09-11 Structs - Receivers.mp4 |
82.74MB |
| 09-12 Exporteing Structs.mp4 |
139.92MB |
| 09-13 Structs - Method Overloading.mp4 |
134.79MB |
| 09-14 Struct, Rreceivers, and Pointers.mp4 |
69.72MB |
| 10-01 Interfaces - Section Overview.mp4 |
3.11MB |
| 10-02 Interfaces - Theory.mp4 |
146.31MB |
| 10-03 Interfaces - Example.mp4 |
81.91MB |
| 10-04 The empty Interface.mp4 |
98.27MB |
| 10-05 Interfaces - Conversion.mp4 |
75.69MB |
| 10-06 Interfaces Assertion.mp4 |
49.13MB |
| 10-07 Interfaces - Package sort-1.mp4 |
28.77MB |
| 10-08 Interfaces - Package sort-2.mp4 |
122.82MB |
| 10-09 The interface Interfaces-1.mp4 |
30.02MB |
| 10-10 The interface Interfaces-2. More Examples.mp4 |
53.88MB |
| 11-01 Concurrency - Section Overview.mp4 |
3.12MB |
| 11-02 Concurrency - Goroutines.mp4 |
147.52MB |
| 11-03 Concurrency - Waitgroup.mp4 |
47.41MB |
| 11-04 Concurrency & Parallelism.mp4 |
91.99MB |
| 11-05 Concurrency - Race Condition.mp4 |
37.00MB |
| 11-06 Concurrency - Mutex.mp4 |
32.25MB |
| 11-07 Concurrency - Atomic.mp4 |
36.08MB |
| 12-01 Channels - Section Overview.mp4 |
2.92MB |
| 12-02 Channels - Theory.mp4 |
168.97MB |
| 12-03 nil Channels - Deadlock.mp4 |
27.36MB |
| 12-04 Unbuffered Channels.mp4 |
119.93MB |
| 12-05 Channel Range.mp4 |
129.04MB |
| 12-06 Channels - Semaphore.mp4 |
101.68MB |
| 12-07 Channels - Multipe Receivers.mp4 |
46.32MB |
| 12-08 Channels - Assignment.mp4 |
69.45MB |
| 12-09 Channel Direction.mp4 |
100.92MB |
| 12-10 Channels - Multiplexing.mp4 |
121.22MB |
| 12-11 Buffered Channels.mp4 |
139.50MB |
| 12-12 Buffered Channels - Capacity.mp4 |
28.89MB |
| 12-13 Channels - Assignment.mp4 |
51.06MB |
| 12-14 Channels - Assignment.mp4 |
52.18MB |
| 12-15 Channels - Pipeline.mp4 |
28.95MB |
| 12-16 Channels - Pipeline - Assignment.mp4 |
27.77MB |
| 13-01 Packages & Documentation - Section Overview.mp4 |
1.15MB |
| 13-02 Packages.mp4 |
135.22MB |
| 13-03 Documentation.mp4 |
95.45MB |
| 14-01 Error Handling & Unit Testing - Section Overview.mp4 |
2.08MB |
| 14-02 Error Handling-1.mp4 |
104.30MB |
| 14-03 Error Handling-2.mp4 |
67.15MB |
| 14-04 Error Handling-3.mp4 |
47.42MB |
| 14-05 Unit Testing.mp4 |
178.62MB |
| 15-01 Miscellaneous Topics - Section Overview.mp4 |
3.43MB |
| 15-02 Reference and Non Reference Types.mp4 |
116.22MB |
| 15-03 JSON.mp4 |
120.63MB |
| 15-04 Working with Files-1.mp4 |
80.91MB |
| 15-05 Working with Files-2.mp4 |
62.81MB |
| 15-06 String Manipulation Functions.mp4 |
131.56MB |
| 15-07 Reflections-1.mp4 |
37.14MB |
| 15-08 Reflections-2.mp4 |
195.16MB |
| 15-09 Reflections-3.mp4 |
82.85MB |
| 16-01 MySQL & Final Assignment - Section Overview.mp4 |
5.37MB |
| 16-02 PostgreSQL Installation.mp4 |
26.51MB |
| 16-03 MySQL Installation.mp4 |
78.26MB |
| 16-04 Working with MySQL - MySQL Workbench.mp4 |
94.54MB |
| 16-05 A Tour of SQL (MySQL & PostgreSQL)-1.mp4 |
167.09MB |
| 16-06 A Tour of SQL (MySQL & PostgreSQL)-2.mp4 |
184.45MB |
| 16-07 Connecting to MySQL from Go.mp4 |
164.66MB |
| 16-08 MySQL Operations in Go.mp4 |
222.93MB |
| 16-09 Connecting Go to PostgreSQL.mp4 |
118.71MB |
| 16-10 Final Assignment - Requirements.mp4 |
148.65MB |
| 16-11 Final Assignment - Solution-1.mp4 |
268.59MB |
| 16-12 Final Assignment - Solution-2.mp4 |
386.23MB |
| 16-13 Final Assignment - Solution-3.mp4 |
75.75MB |
| 16-14 Final Assignment - Solution-4.mp4 |
196.09MB |
| 16-15 Final Assignment - Conclusion.mp4 |
101.12MB |
| 17-01 Thank You and Please Leave a Rating for the Course.mp4 |
3.79MB |
| Files.7z |
1.50MB |