|
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.
|
| _vscode-keyboard-shortcuts-linux.pdf |
524B |
| _vscode-keyboard-shortcuts-macos.pdf |
468B |
| _vscode-keyboard-shortcuts-windows.pdf |
470B |
| 1.1 Arrays.pdf |
79.26MB |
| 1.1 Famous Interfaces.pdf |
10.06MB |
| 1.1 Functions.pdf |
5.69MB |
| 1.1 Get Started.pdf |
2.29MB |
| 1.1 Maps.pdf |
4.71MB |
| 1.1 PART III - Control Flow - Learn Go's If Statement.pdf |
28.26MB |
| 1.1 Project - Bouncing Ball.pdf |
2.47MB |
| 1.1 Project - Empty File Finder.pdf |
812.34KB |
| 1.1 Project - Retro Led Clock.pdf |
8.19MB |
| 1.1 Project - Spam Masker.pdf |
687.07KB |
| 1.1 Scanning for Input.pdf |
718.08KB |
| 1.1 Slices.pdf |
70.23MB |
| 1.1 Strings Revisited - Bytes and Runes.pdf |
17.44MB |
| 1.1 Structs.pdf |
7.33MB |
| 1.1 Variables, Basic Data Types, Type Conversion, Command-Line Arguments.pdf |
28.83MB |
| 1.1 Write Your First Go Program.pdf |
7.48MB |
| 1. Bonus Lecture.html |
875B |
| 1. Build an Empty File Finder Program.html |
1.11KB |
| 1. Famous Interfaces Grab the code!.html |
0B |
| 1. Functions The Building Blocks.html |
1.17KB |
| 1. Grab the Roadmap!.html |
1.64KB |
| 1. Grab the Slides!.html |
87B |
| 1. Interfaces Grab the code!.html |
1.46KB |
| 1. Learn Go's Fixed Arrays.html |
0B |
| 1. Learn Go's Maps and Internals.html |
919B |
| 1. Learn how to encode and decode UTF-8 strings.html |
1.44KB |
| 1. Methods Grab the code.html |
0B |
| 1. Project Animate a Bouncing Ball.html |
1.64KB |
| 1. Project Let's Build a Spam Masker.html |
905B |
| 1. Randomization in Go.html |
766B |
| 1. Scan for Input using bufio.Scanner.html |
713B |
| 1. Slices Master Go's Dynamic Arrays.html |
2.82KB |
| 1. Structs Organize Data.html |
1.39KB |
| 1. Write Your First Go Program!.html |
0B |
| 1. ⭐️ If Statement ⭐️.html |
3.59KB |
| 1. ⭐️ Variables ⭐️.html |
9.59KB |
| 10.1 Packages, Scopes, and Importing.pdf |
10.11MB |
| 10. Break from a Switch.mp4 |
33.28MB |
| 10. Break from a Switch.srt |
0B |
| 10. Can you compare array values.mp4 |
125.94MB |
| 10. Can you compare array values.srt |
10.03KB |
| 10. How to declare multiple variables.mp4 |
52.10MB |
| 10. How to declare multiple variables.srt |
3.81KB |
| 10. Learn the pointer mechanics.mp4 |
71.38MB |
| 10. Learn the pointer mechanics.srt |
13.80KB |
| 10. Prove Yourself Logical Operators.html |
155B |
| 10. Prove Yourself Strings, Bytes, and Runes.html |
155B |
| 10. ★ APPEND EXERCISES ★.html |
1.85KB |
| 10. ★ STRUCT EXERCISES ★.html |
1.43KB |
| 10. ⭐️ Packages ⭐️.html |
1.33KB |
| 11. [For Beginners] If Statement.mp4 |
98.12MB |
| 11. [For Beginners] If Statement.srt |
7.58KB |
| 11.1 D. Knuth - Structured Programming with go to.html |
165B |
| 11.1 if statement.pdf |
11.47MB |
| 11.2 Is it ever advantageous to use 'goto'.html |
193B |
| 11.3 What's the Rationale of Incorporating Goto in Golang.html |
124B |
| 11. Can you assign an array value to another one.mp4 |
89.03MB |
| 11. Can you assign an array value to another one.srt |
0B |
| 11. Learn how to work with pointers to composite types.mp4 |
54.27MB |
| 11. Learn how to work with pointers to composite types.srt |
11.03KB |
| 11. Let's declare a couple of variables!.mp4 |
25.41MB |
| 11. Let's declare a couple of variables!.srt |
7.00KB |
| 11. Let's understand the first program.mp4 |
28.30MB |
| 11. Let's understand the first program.srt |
0B |
| 11. Slicing Let's cut that slice!.mp4 |
141.84MB |
| 11. Slicing Let's cut that slice!.srt |
12.87KB |
| 11. Yes there is a goto statement in Go.mp4 |
40.25MB |
| 11. Yes there is a goto statement in Go.srt |
7.16KB |
| 11. ★ UTF-8 EXERCISES ★.html |
1.07KB |
| 12. [For Beginners] Else and Else If.mp4 |
55.72MB |
| 12. [For Beginners] Else and Else If.srt |
5.01KB |
| 12. How to create pagination using slices (+ Sprintf).mp4 |
35.69MB |
| 12. How to create pagination using slices (+ Sprintf).srt |
6.62KB |
| 12. Prove Yourself Labeled Statements.html |
155B |
| 12. Prove Yourself Variable Declarations.html |
155B |
| 12. Rewrite the Log Parser using Pointers.mp4 |
45.37MB |
| 12. Rewrite the Log Parser using Pointers.srt |
9.17KB |
| 12. What is a package.mp4 |
88.55MB |
| 12. What is a package.srt |
0B |
| 12. ★ ARRAYS EXERCISES #1 ★.html |
1.97KB |
| 13.1 library vs executable packages.pdf |
742.57KB |
| 13. How to use multi-dimensional arrays.mp4 |
82.93MB |
| 13. How to use multi-dimensional arrays.srt |
12.02KB |
| 13. Learn the differences between Executable and Library Packages.mp4 |
60.63MB |
| 13. Learn the differences between Executable and Library Packages.srt |
4.42KB |
| 13. Pointers or Values Be Consistent.mp4 |
51.76MB |
| 13. Pointers or Values Be Consistent.srt |
10.57KB |
| 13. Prove Yourself Slicing.html |
155B |
| 13. Refactor Feet to Meters.mp4 |
23.27MB |
| 13. Refactor Feet to Meters.srt |
5.53KB |
| 13. ★ DECLARATION EXERCISES ★.html |
3.58KB |
| 13. ★ LABELED STATEMENT EXERCISES ★.html |
1.03KB |
| 14.1 Challenge & Solution Link.html |
142B |
| 14. Prove Yourself If Statement.html |
155B |
| 14. Prove Yourself Packages.html |
155B |
| 14. Prove Yourself Pointers.html |
155B |
| 14. Tiny Challenge #2 Moodly.mp4 |
28.85MB |
| 14. Tiny Challenge #2 Moodly.srt |
0B |
| 14. What is type inference.mp4 |
71.97MB |
| 14. What is type inference.srt |
9.55KB |
| 14. ★ SLICING EXERCISES ★.html |
984B |
| 15. Learn the rarely known feature of Go The Keyed Elements.mp4 |
115.80MB |
| 15. Learn the rarely known feature of Go The Keyed Elements.srt |
0B |
| 15. Recap If Statement.mp4 |
25.57MB |
| 15. Recap If Statement.srt |
1.86KB |
| 15. Scopes What is the importance of names.mp4 |
109.69MB |
| 15. Scopes What is the importance of names.srt |
0B |
| 15. Why can't you short declare a variable in the package-level.mp4 |
68.89MB |
| 15. Why can't you short declare a variable in the package-level.srt |
5.01KB |
| 15. ★ POINTER EXERCISES ★.html |
1.91KB |
| 15. ⭐️ Slice Internals ⭐️.html |
2.11KB |
| 16. How to short declare multiple variables.mp4 |
51.06MB |
| 16. How to short declare multiple variables.srt |
6.87KB |
| 16. Learn the relation between composite and unnamed types.mp4 |
128.34MB |
| 16. Learn the relation between composite and unnamed types.srt |
14.26KB |
| 16. What is a Backing Array.mp4 |
133.01MB |
| 16. What is a Backing Array.srt |
13.88KB |
| 16. What is a package scope.mp4 |
36.99MB |
| 16. What is a package scope.srt |
0B |
| 16. ★ IF EXERCISES ★.html |
1.15KB |
| 17.1 Go Playground Shadowing Example.html |
99B |
| 17. Prove Yourself Arrays #2.html |
155B |
| 17. Prove Yourself Backing Array.html |
155B |
| 17. The same names in the same package.mp4 |
15.11MB |
| 17. The same names in the same package.srt |
1.76KB |
| 17. What is redeclaration.mp4 |
52.92MB |
| 17. What is redeclaration.srt |
6.31KB |
| 17. ★ Pass Me Create a Password-Protected Program.html |
1.15KB |
| 18.1 pass-me-project.pdf |
823.07KB |
| 18. Importing happens in the file scope.mp4 |
81.30MB |
| 18. Importing happens in the file scope.srt |
6.89KB |
| 18. Recap Arrays.mp4 |
73.97MB |
| 18. Recap Arrays.srt |
5.54KB |
| 18. Tiny Challenge Validate a single user.mp4 |
31.43MB |
| 18. Tiny Challenge Validate a single user.srt |
3.90KB |
| 18. What's a slice header.mp4 |
100.27MB |
| 18. What's a slice header.srt |
7.44KB |
| 18. When to use a short declaration.mp4 |
68.69MB |
| 18. When to use a short declaration.srt |
6.75KB |
| 19. Prove Yourself Short Variable Declaration.html |
155B |
| 19. Renaming imported packages.mp4 |
36.91MB |
| 19. Renaming imported packages.srt |
0B |
| 19. Solution Validate a single user.mp4 |
39.43MB |
| 19. Solution Validate a single user.srt |
10.11KB |
| 19. What does a slice header look like in the actual Go runtime code.mp4 |
57.47MB |
| 19. What does a slice header look like in the actual Go runtime code.srt |
10.29KB |
| 19. ★ ARRAYS EXERCISES #2 ★.html |
1.72KB |
| 2.1 How to create empty files.html |
146B |
| 2.1 proverbs.txt |
84B |
| 2.1 roadmap.pdf |
8.05MB |
| 2.1 Screen package.html |
97B |
| 2.1 Visual Guide to Variables.html |
159B |
| 2.2 Pipes and Redirection.html |
104B |
| 2.2 time.Sleep function documentation.html |
95B |
| 2.3 ★ Challenge Explanations Link ★.html |
137B |
| 2. Challenge.mp4 |
66.42MB |
| 2. Challenge.mp4 |
28.59MB |
| 2. Challenge.srt |
5.87KB |
| 2. Challenge.srt |
4.21KB |
| 2. Challenge Retro Led Clock.mp4 |
130.06MB |
| 2. Challenge Retro Led Clock.srt |
8.84KB |
| 2. Create an English to Turkish dictionary.mp4 |
76.66MB |
| 2. Create an English to Turkish dictionary.srt |
11.44KB |
| 2. Don't interface everything!.mp4 |
87.90MB |
| 2. Don't interface everything!.srt |
14.18KB |
| 2. Fetch the Files.mp4 |
41.08MB |
| 2. Fetch the Files.srt |
8.06KB |
| 2. Install Go on OS X.mp4 |
78.19MB |
| 2. Install Go on OS X.srt |
8.86KB |
| 2. Interfaces Be dynamic!.mp4 |
125.28MB |
| 2. Interfaces Be dynamic!.srt |
13.83KB |
| 2. Introduction and Roadmap.mp4 |
66.70MB |
| 2. Introduction and Roadmap.mp4 |
108.65MB |
| 2. Introduction and Roadmap.mp4 |
53.10MB |
| 2. Introduction and Roadmap.mp4 |
25.64MB |
| 2. Introduction and Roadmap.srt |
4.30KB |
| 2. Introduction and Roadmap.srt |
8.12KB |
| 2. Introduction and Roadmap.srt |
4.53KB |
| 2. Introduction and Roadmap.srt |
1.94KB |
| 2. Learn the function basics.mp4 |
120.04MB |
| 2. Learn the function basics.srt |
13.00KB |
| 2. Methods Enhance types with additional behavior.mp4 |
95.44MB |
| 2. Methods Enhance types with additional behavior.srt |
0B |
| 2. Randomization and Go.mp4 |
59.45MB |
| 2. Randomization and Go.srt |
9.30KB |
| 2. Roadmap.mp4 |
49.78MB |
| 2. Roadmap.srt |
3.22KB |
| 2. Scan user input using bufio.Scanner.mp4 |
54.41MB |
| 2. Scan user input using bufio.Scanner.srt |
10.18KB |
| 2. What is a struct.mp4 |
83.35MB |
| 2. What is a struct.srt |
5.91KB |
| 2. What is GOPATH.mp4 |
120.47MB |
| 2. What is GOPATH.srt |
10.96KB |
| 20. Prove Yourself Scopes.html |
155B |
| 20. Prove Yourself Slice Header.html |
155B |
| 20. Tiny Challenge Validate multiple users.mp4 |
13.77MB |
| 20. Tiny Challenge Validate multiple users.srt |
2.50KB |
| 20. ★ SHORT DECLARATION EXERCISES ★.html |
2.29KB |
| 21.1 Go Spec Assignability (Beware Advanced - Keep it for reference).html |
102B |
| 21.1 Statements, Expressions, and Comments.pdf |
4.89MB |
| 21.2 Go Spec Assignments.html |
100B |
| 21. How to assign to a single variable.mp4 |
141.72MB |
| 21. How to assign to a single variable.srt |
14.55KB |
| 21. Solution Validate multiple users.mp4 |
37.98MB |
| 21. Solution Validate multiple users.srt |
8.96KB |
| 21. What is the capacity of a slice.mp4 |
99.42MB |
| 21. What is the capacity of a slice.srt |
6.52KB |
| 21. ⭐️ Statements and Expressions ⭐️.html |
1.18KB |
| 22. Extend a slice using its capacity.mp4 |
46.79MB |
| 22. Extend a slice using its capacity.srt |
8.41KB |
| 22. How to assign to multiple variables.mp4 |
65.87MB |
| 22. How to assign to multiple variables.srt |
4.87KB |
| 22. What is a statement.mp4 |
76.12MB |
| 22. What is a statement.srt |
6.76KB |
| 22. ⭐️ Error Handling ⭐️.html |
2.34KB |
| 23.1 error handling.pdf |
3.71MB |
| 23.1 Go Doc path.Split.html |
95B |
| 23.2 Effective Go The blank identifier in multiple assignment.html |
114B |
| 23. Introduction.mp4 |
42.08MB |
| 23. Introduction.srt |
2.99KB |
| 23. Mini Example Path Separator.mp4 |
100.54MB |
| 23. Mini Example Path Separator.srt |
6.26KB |
| 23. Prove Yourself Capacity.html |
155B |
| 23. What is an expression.mp4 |
67.19MB |
| 23. What is an expression.srt |
6.06KB |
| 24.1 More Slice Tricks....html |
106B |
| 24. Print the number of CPUs.mp4 |
15.64MB |
| 24. Print the number of CPUs.srt |
0B |
| 24. Prove Yourself Assignments.html |
155B |
| 24. What is a nil value.mp4 |
81.00MB |
| 24. What is a nil value.srt |
6.22KB |
| 24. When does the append function create a new backing array.mp4 |
82.75MB |
| 24. When does the append function create a new backing array.srt |
10.23KB |
| 25. Animate When the backing array of a slice grows.mp4 |
32.95MB |
| 25. Animate When the backing array of a slice grows.srt |
9.28KB |
| 25. Prove Yourself Statements and Expressions.html |
155B |
| 25. What is an error value.mp4 |
71.59MB |
| 25. What is an error value.srt |
8.10KB |
| 25. ★ ASSIGNMENT EXERCISES ★.html |
3.20KB |
| 26. Error handling example.mp4 |
15.62MB |
| 26. Error handling example.srt |
5.05KB |
| 26. How Go comments work.mp4 |
18.45MB |
| 26. How Go comments work.srt |
0B |
| 26. Let's convert a value!.mp4 |
118.49MB |
| 26. Let's convert a value!.srt |
7.84KB |
| 26. Prove Yourself Mechanics of Append.html |
155B |
| 27.1 Go Doc Generate documentation automatically from your code.html |
110B |
| 27. Challenge Feet to Meter.mp4 |
8.15MB |
| 27. Challenge Feet to Meter.srt |
1.05KB |
| 27. Learn the importance of type names.mp4 |
62.48MB |
| 27. Learn the importance of type names.srt |
5.41KB |
| 27. What is Go Doc.mp4 |
27.70MB |
| 27. What is Go Doc.srt |
0B |
| 27. ★ SLICE INTERNALS EXERCISES ★.html |
2.36KB |
| 28. Prove Yourself Type Conversion.html |
155B |
| 28. Solution Feet to Meter.mp4 |
22.68MB |
| 28. Solution Feet to Meter.srt |
4.18KB |
| 28. ★ FUNDAMENTALS EXERCISES ★.html |
0B |
| 28. ⭐️ Advanced Operations ⭐️.html |
1.73KB |
| 29. Full Slice Expressions Limit the capacity of a slice.mp4 |
79.43MB |
| 29. Full Slice Expressions Limit the capacity of a slice.srt |
7.75KB |
| 29. Recap Error Handling.mp4 |
31.02MB |
| 29. Recap Error Handling.srt |
2.09KB |
| 29. ★ TYPE CONVERSION EXERCISES ★.html |
1.39KB |
| 29. ⭐️ Write a Library Package! ⭐️.html |
311B |
| 3. [For Beginners] Comparison Operators.mp4 |
120.43MB |
| 3. [For Beginners] Comparison Operators.srt |
13.24KB |
| 3.1 Cheatsheet-Write-Your-First-Go-Program.pdf |
0B |
| 3.1 comparison operators.pdf |
608.26KB |
| 3.1 shakespeare.txt |
476B |
| 3.1 Video Intro to octal numbers.html |
104B |
| 3.2 boolean operators.pdf |
7.66MB |
| 3.2 write-your-first-program-roadmap.pdf |
707.61KB |
| 3.3 boolean operators.pdf |
8.21MB |
| 3.3 Example-Go-Program-Annotated.pdf |
0B |
| 3.4 write-your-first-program-slides.pdf |
23.54MB |
| 3. Challenge Document.html |
3.82KB |
| 3. Challenge Document.html |
2.18KB |
| 3. Challenge Explanation.html |
2.23KB |
| 3. Confine variables to a function.mp4 |
69.16MB |
| 3. Confine variables to a function.srt |
14.18KB |
| 3. Create folders and files.mp4 |
34.99MB |
| 3. Create folders and files.srt |
0B |
| 3. Install Go on Windows.mp4 |
104.26MB |
| 3. Install Go on Windows.srt |
0B |
| 3. Introduction to Variables.mp4 |
55.18MB |
| 3. Introduction to Variables.srt |
3.51KB |
| 3. Learn the differences between slices and arrays.mp4 |
113.85MB |
| 3. Learn the differences between slices and arrays.srt |
8.12KB |
| 3. Let's create a struct!.mp4 |
50.09MB |
| 3. Let's create a struct!.srt |
10.65KB |
| 3. Pointer Receivers Change the received value.mp4 |
72.51MB |
| 3. Pointer Receivers Change the received value.srt |
0B |
| 3. Populate the dictionary.mp4 |
54.09MB |
| 3. Populate the dictionary.srt |
10.87KB |
| 3. Seed the randomizer with time.mp4 |
46.02MB |
| 3. Seed the randomizer with time.srt |
5.18KB |
| 3. Stringer Grant a type the ability to represent itself as a string.mp4 |
65.56MB |
| 3. Stringer Grant a type the ability to represent itself as a string.srt |
0B |
| 3. Type Assertion Extract the dynamic value!.mp4 |
102.31MB |
| 3. Type Assertion Extract the dynamic value!.srt |
14.56KB |
| 3. Use maps as sets.mp4 |
50.14MB |
| 3. Use maps as sets.srt |
12.99KB |
| 3. What is an array in Go.mp4 |
174.96MB |
| 3. What is an array in Go.srt |
0B |
| 3. Write to a file.mp4 |
27.57MB |
| 3. Write to a file.srt |
6.29KB |
| 3. ★ Resources ★.html |
1.28KB |
| 30. Create your first library package.mp4 |
19.03MB |
| 30. Create your first library package.srt |
0B |
| 30. make() Preallocate the backing array.mp4 |
93.73MB |
| 30. make() Preallocate the backing array.srt |
13.46KB |
| 30. Prove Yourself Error Handling.html |
155B |
| 30. ⭐️ Get input from terminal ⭐️.mp4 |
89.96MB |
| 30. ⭐️ Get input from terminal ⭐️.srt |
6.41KB |
| 31.1 short if.pdf |
4.27MB |
| 31. copy() Copy elements between slices.mp4 |
70.11MB |
| 31. copy() Copy elements between slices.srt |
10.74KB |
| 31. How Go standard library exports.mp4 |
44.90MB |
| 31. How Go standard library exports.srt |
7.06KB |
| 31. Learn the basics of os.Args.mp4 |
27.79MB |
| 31. Learn the basics of os.Args.srt |
4.19KB |
| 31. What is a Simple Statement.mp4 |
78.90MB |
| 31. What is a Simple Statement.srt |
5.74KB |
| 32. Export a function from your package.mp4 |
37.38MB |
| 32. Export a function from your package.srt |
0B |
| 32. Greet people using os.Args.mp4 |
34.95MB |
| 32. Greet people using os.Args.srt |
4.81KB |
| 32. How to use multi-dimensional slices.mp4 |
53.96MB |
| 32. How to use multi-dimensional slices.srt |
12.94KB |
| 32. Scopes of simple statements.mp4 |
34.17MB |
| 32. Scopes of simple statements.srt |
8.24KB |
| 33. Famous Shadowing Gotcha.mp4 |
41.30MB |
| 33. Famous Shadowing Gotcha.srt |
6.05KB |
| 33. Prove Yourself Advanced Slice Operations.html |
155B |
| 33. Prove Yourself Library Packages.html |
155B |
| 33. Recap Variables.mp4 |
95.13MB |
| 33. Recap Variables.srt |
6.60KB |
| 34. Prove Yourself Command-Line Args.html |
155B |
| 34. Prove Yourself Short If.html |
155B |
| 34. ★ ADVANCED SLICE OPS EXERCISES ★.html |
2.86KB |
| 34. ★ LIBRARY PACKAGE EXERCISES ★.html |
941B |
| 35. Recap Error Handling.mp4 |
29.95MB |
| 35. Recap Error Handling.srt |
2.00KB |
| 35. ★ OS.ARGS EXERCISES ★.html |
1.77KB |
| 36.1 Print Formatted Output Using Printf.pdf |
9.24MB |
| 36. ★ ERR HANDLING EXERCISES ★.html |
1.51KB |
| 36. ⭐️ Print Formatted Output ⭐️.html |
1.12KB |
| 37.1 Learn Go's Switch Statement.pdf |
13.19MB |
| 37.1 slides.pdf |
25.74MB |
| 37.2 printf cheatsheet.pdf |
39.10KB |
| 37. Println vs Printf.mp4 |
143.07MB |
| 37. Println vs Printf.srt |
10.71KB |
| 37. ⭐️ Switch Statement ⭐️.html |
2.00KB |
| 38. Introduction and Roadmap.mp4 |
18.81MB |
| 38. Introduction and Roadmap.srt |
1.28KB |
| 38. What is an Escape Sequence.mp4 |
73.19MB |
| 38. What is an Escape Sequence.srt |
5.07KB |
| 39. How to print using Printf.mp4 |
58.50MB |
| 39. How to print using Printf.srt |
9.75KB |
| 39. Learn the Switch Statement Basics.mp4 |
97.39MB |
| 39. Learn the Switch Statement Basics.srt |
11.37KB |
| 4.1 Challenge Step #1 Explanation and Solution.html |
161B |
| 4.1 Map internals for the curious.html |
117B |
| 4.1 variables - basic data types and literals.pdf |
600.92KB |
| 4.2 For Beginners What's a data type.html |
100B |
| 4. Can you compare a slice to another one.mp4 |
67.49MB |
| 4. Can you compare a slice to another one.srt |
14.82KB |
| 4. Create a Log Parser using maps and bufio.Scanner.mp4 |
41.03MB |
| 4. Create a Log Parser using maps and bufio.Scanner.srt |
10.62KB |
| 4. Detect the link patterns.mp4 |
27.81MB |
| 4. Detect the link patterns.srt |
7.09KB |
| 4. Empty Interface Represent any type of value.mp4 |
70.81MB |
| 4. Empty Interface Represent any type of value.srt |
12.50KB |
| 4. Find your way in the code repository.mp4 |
37.80MB |
| 4. Find your way in the code repository.srt |
0B |
| 4. Learn the basic data types of Go.mp4 |
91.75MB |
| 4. Learn the basic data types of Go.srt |
9.52KB |
| 4. Learn the relation between comparison and assignability.mp4 |
66.95MB |
| 4. Learn the relation between comparison and assignability.srt |
8.28KB |
| 4. Let's create an array.mp4 |
32.06MB |
| 4. Let's create an array.srt |
0B |
| 4. Let's learn the basics of bytes, runes and strings.mp4 |
67.66MB |
| 4. Let's learn the basics of bytes, runes and strings.srt |
4.67KB |
| 4. Let's print the digits.mp4 |
51.63MB |
| 4. Let's print the digits.srt |
11.78KB |
| 4. Map Internals How maps work behind the scenes.mp4 |
109.05MB |
| 4. Map Internals How maps work behind the scenes.srt |
14.15KB |
| 4. Non-Structs Attach methods to almost any type.mp4 |
51.91MB |
| 4. Non-Structs Attach methods to almost any type.srt |
0B |
| 4. Optimize!.mp4 |
28.05MB |
| 4. Optimize!.srt |
6.02KB |
| 4. Rewrite Log Parser using functions.mp4 |
67.99MB |
| 4. Rewrite Log Parser using functions.srt |
12.47KB |
| 4. Sorter Let a type know how to sort itself.mp4 |
71.07MB |
| 4. Sorter Let a type know how to sort itself.srt |
12.71KB |
| 4. Step #1 Create and Draw the Board.mp4 |
35.41MB |
| 4. Step #1 Create and Draw the Board.srt |
9.11KB |
| 4. When can you compare struct values.mp4 |
64.76MB |
| 4. When can you compare struct values.srt |
10.04KB |
| 4. Write the Game Logic.mp4 |
60.38MB |
| 4. Write the Game Logic.srt |
9.02KB |
| 4. Write your first program.mp4 |
117.49MB |
| 4. Write your first program.srt |
0B |
| 40. The verbs can be type-safe too!.mp4 |
35.51MB |
| 40. The verbs can be type-safe too!.srt |
6.65KB |
| 40. What is a default clause.mp4 |
31.70MB |
| 40. What is a default clause.srt |
4.66KB |
| 41.1 printf cheatsheet.pdf |
39.10KB |
| 41. Recap Let's summarize.mp4 |
30.10MB |
| 41. Recap Let's summarize.srt |
1.85KB |
| 41. Use multiple values in case conditions.mp4 |
30.38MB |
| 41. Use multiple values in case conditions.srt |
2.97KB |
| 42. Prove Yourself Printf.html |
155B |
| 42. Use bool expressions in case conditions.mp4 |
57.92MB |
| 42. Use bool expressions in case conditions.srt |
4.49KB |
| 43. How does the fallthrough statement work.mp4 |
90.96MB |
| 43. How does the fallthrough statement work.srt |
8.03KB |
| 43. ★ PRINTF EXERCISES ★.html |
2.13KB |
| 44.1 Learn Numbers and Strings.pdf |
12.86MB |
| 44. What is a short switch.mp4 |
55.94MB |
| 44. What is a short switch.srt |
3.94KB |
| 44. ⭐️ Numbers and Strings ⭐️.html |
5.41KB |
| 45.1 arithmetic operators table.pdf |
602.41KB |
| 45. Learn the basic arithmetic operators of Go.mp4 |
119.40MB |
| 45. Learn the basic arithmetic operators of Go.srt |
9.71KB |
| 45. Tiny Challenge Parts of a Day.mp4 |
57.85MB |
| 45. Tiny Challenge Parts of a Day.srt |
4.51KB |
| 46.1 The question on my Twitter.html |
118B |
| 46. Solution Parts of a Day.mp4 |
22.33MB |
| 46. Solution Parts of a Day.srt |
4.26KB |
| 46. What is the result of 32.mp4 |
33.96MB |
| 46. What is the result of 32.srt |
7.20KB |
| 47. If vs Switch Which one to use.mp4 |
35.44MB |
| 47. If vs Switch Which one to use.srt |
6.17KB |
| 47. Prove Yourself Arithmetic Operators.html |
155B |
| 48.1 Go Spec Operator Precedence.html |
108B |
| 48. Recap Switch Statement.mp4 |
46.86MB |
| 48. Recap Switch Statement.srt |
2.97KB |
| 48. ★ Convert Celsius to Fahrenheit.mp4 |
87.84MB |
| 48. ★ Convert Celsius to Fahrenheit.srt |
10.70KB |
| 49.1 Why are ++ and -- statements and not expressions And why postfix, not prefix.html |
95B |
| 49. Prove Yourself Switch Statement.html |
155B |
| 49. What is the IncDec Statement.mp4 |
63.65MB |
| 49. What is the IncDec Statement.srt |
7.74KB |
| 5.1 Challenge Step #2 Explanation and Solution.html |
159B |
| 5.1 Illustration Composition vs Inheritance.html |
116B |
| 5.1 The Code Repository Link.html |
98B |
| 5.1 Timer for Windows.html |
176B |
| 5. Compile with go build.mp4 |
36.40MB |
| 5. Compile with go build.srt |
0B |
| 5. Create a unique number generator.mp4 |
41.65MB |
| 5. Create a unique number generator.srt |
9.43KB |
| 5. Get the code for the course.mp4 |
41.81MB |
| 5. Get the code for the course.srt |
8.86KB |
| 5. Go OOP Struct Embedding.mp4 |
67.59MB |
| 5. Go OOP Struct Embedding.srt |
8.83KB |
| 5. Learn the gotcha when using a for range on arrays.mp4 |
56.56MB |
| 5. Learn the gotcha when using a for range on arrays.srt |
10.26KB |
| 5. Learn the Pass By Value Semantics.mp4 |
92.55MB |
| 5. Learn the Pass By Value Semantics.srt |
11.08KB |
| 5. Let's print the clock.mp4 |
52.42MB |
| 5. Let's print the clock.srt |
9.98KB |
| 5. Let's write a character-set program.mp4 |
49.64MB |
| 5. Let's write a character-set program.srt |
7.92KB |
| 5. Marshalers Customize JSON encoding and decoding of a type.mp4 |
55.56MB |
| 5. Marshalers Customize JSON encoding and decoding of a type.srt |
0B |
| 5. Mask the links.mp4 |
29.36MB |
| 5. Mask the links.srt |
8.47KB |
| 5. Prove Yourself Basic Data Types.html |
155B |
| 5. Prove Yourself Comparison Operators.html |
155B |
| 5. Prove Yourself Input Scanning.html |
155B |
| 5. Prove Yourself Maps.html |
155B |
| 5. Prove Yourself Randomization.html |
155B |
| 5. Step #2 Optimize by adding a Buffer.mp4 |
38.11MB |
| 5. Step #2 Optimize by adding a Buffer.srt |
9.28KB |
| 5. Type Switch Detect and extract multiple values.mp4 |
53.07MB |
| 5. Type Switch Detect and extract multiple values.srt |
7.51KB |
| 5. ★ FILE FINDER EXERCISES ★.html |
767B |
| 50. Calculate the area using assignment operations.mp4 |
30.79MB |
| 50. Calculate the area using assignment operations.srt |
4.98KB |
| 50. ★ SWITCH EXERCISES ★.html |
1.04KB |
| 51.1 Documentation strconv.ParseFloat.html |
103B |
| 51.1 Learn Go's Loops.pdf |
21.50MB |
| 51. Convert Feet to Meters.mp4 |
63.16MB |
| 51. Convert Feet to Meters.srt |
9.47KB |
| 51. ⭐️ Loops ⭐️.html |
1.57KB |
| 52. Introduction and Roadmap.mp4 |
42.94MB |
| 52. Introduction and Roadmap.srt |
2.93KB |
| 52. Recap Numbers.mp4 |
58.70MB |
| 52. Recap Numbers.srt |
4.02KB |
| 53. Prove Yourself Assignment Operations.html |
155B |
| 53. There is only one loop statement in Go.mp4 |
78.12MB |
| 53. There is only one loop statement in Go.srt |
7.78KB |
| 54. How to break from a loop.mp4 |
58.85MB |
| 54. How to break from a loop.srt |
7.25KB |
| 54. ★ NUMBERS EXERCISES ★.html |
3.17KB |
| 55.1 string literals.pdf |
637.58KB |
| 55. How to continue a loop (+BONUS Debugging).mp4 |
48.94MB |
| 55. How to continue a loop (+BONUS Debugging).srt |
6.38KB |
| 55. What is a Raw String Literal.mp4 |
66.58MB |
| 55. What is a Raw String Literal.srt |
7.59KB |
| 56. Create a multiplication table.mp4 |
66.97MB |
| 56. Create a multiplication table.srt |
6.82KB |
| 56. How to combine multiple strings.mp4 |
51.40MB |
| 56. How to combine multiple strings.srt |
6.88KB |
| 57.1 Go Doc unicodeutf8.RuneCountInString.html |
115B |
| 57. How to get the length of a string.mp4 |
84.14MB |
| 57. How to get the length of a string.srt |
5.90KB |
| 57. ★ LOOP EXERCISES #1 ★.html |
752B |
| 58.1 Go Doc strings.ToUpper.html |
100B |
| 58.2 Go Doc strings.Repeat.html |
99B |
| 58. Example Banger Yell it back!.mp4 |
47.44MB |
| 58. Example Banger Yell it back!.srt |
5.69KB |
| 58. How to loop over a slice.mp4 |
27.22MB |
| 58. How to loop over a slice.srt |
6.17KB |
| 59. For Range Learn the easy way!.mp4 |
49.56MB |
| 59. For Range Learn the easy way!.srt |
9.54KB |
| 59. Recap Strings.mp4 |
43.41MB |
| 59. Recap Strings.srt |
2.73KB |
| 6. [For Beginners] Logical AND.mp4 |
72.10MB |
| 6. [For Beginners] Logical AND.srt |
8.33KB |
| 6.1 Challenge Step #4 Explanation and Solution.html |
164B |
| 6.1 logical and operator.pdf |
551.52KB |
| 6.2 Challenge Step #3 Explanation and Solution.html |
160B |
| 6. It's time to animate the clock!.mp4 |
53.74MB |
| 6. It's time to animate the clock!.srt |
11.76KB |
| 6. Learn the difference between Compile-Time and Runtime.mp4 |
40.93MB |
| 6. Learn the difference between Compile-Time and Runtime.srt |
0B |
| 6. Let's convert, index, and slice bytes, runes and strings.mp4 |
95.08MB |
| 6. Let's convert, index, and slice bytes, runes and strings.srt |
14.95KB |
| 6. Promoted Methods Let's make a little bit of refactoring.mp4 |
71.13MB |
| 6. Promoted Methods Let's make a little bit of refactoring.srt |
11.24KB |
| 6. Prove Yourself Arrays #1.html |
155B |
| 6. Prove Yourself Functions.html |
155B |
| 6. Prove Yourself Slices vs Arrays.html |
155B |
| 6. Rewrite Log Parser to Structs.mp4 |
41.91MB |
| 6. Rewrite Log Parser to Structs.srt |
8.99KB |
| 6. Step #3 Animate the Ball.mp4 |
36.70MB |
| 6. Step #3 Animate the Ball.srt |
8.38KB |
| 6. ★ DATA TYPES EXERCISES ★.html |
783B |
| 6. ★ MAP EXERCISES ★.html |
1.07KB |
| 6. ★ RANDOMIZATION EXERCISES ★.html |
2.12KB |
| 6. ★ SCANNER EXERCISES ★.html |
2.43KB |
| 6. ★ Text Wrapper Challenge ★.html |
1.74KB |
| 60. Prove Yourself Strings.html |
155B |
| 60. Recap Loops.mp4 |
32.20MB |
| 60. Recap Loops.srt |
1.94KB |
| 61. Prove Yourself Loop.html |
155B |
| 61. ★ STRINGS EXERCISES ★.html |
2.62KB |
| 62.1 Learn Go's Type System Mechanics.pdf |
20.81MB |
| 62. ★ LOOP EXERCISES #2 ★.html |
1.79KB |
| 62. ⭐️ Go Type System Mechanics ⭐️.html |
2.23KB |
| 63.1 slides.pdf |
21.99MB |
| 63. Introduction and Roadmap.mp4 |
73.65MB |
| 63. Introduction and Roadmap.srt |
4.96KB |
| 64. [For Beginners] Bits and Bytes #1.mp4 |
132.73MB |
| 64. [For Beginners] Bits and Bytes #1.srt |
8.76KB |
| 64.1 Wikipedia What's a bit.html |
94B |
| 64.2 What's binary.html |
95B |
| 64.3 Playground Examples.html |
98B |
| 65. [For Beginners] Bits and Bytes #2.mp4 |
91.03MB |
| 65. [For Beginners] Bits and Bytes #2.srt |
5.48KB |
| 65.1 Wikipedia What's a byte.html |
95B |
| 65.2 How oldschool graphics worked.html |
104B |
| 65.3 Stackoverflow - What is a byte stream actually.html |
122B |
| 65.4 How oldschool graphics worked, part 2.html |
104B |
| 66. What is a Predeclared Type.mp4 |
146.26MB |
| 66. What is a Predeclared Type.srt |
15.84KB |
| 67.1 overflow cheatsheet.pdf |
42.56KB |
| 67. Overflow Go beyond.mp4 |
42.50MB |
| 67. Overflow Go beyond.srt |
10.16KB |
| 68. Prove Yourself Data Types.html |
155B |
| 69.1 Example for the exceptions to the underlying type conversion.html |
98B |
| 69. Understand the Defined Types.mp4 |
156.34MB |
| 69. Understand the Defined Types.srt |
11.44KB |
| 7. [For Beginners] Logical OR.mp4 |
37.47MB |
| 7. [For Beginners] Logical OR.srt |
6.82KB |
| 7.1 Javascript Variable Hoisting.html |
112B |
| 7.1 logical or operator.pdf |
551.06KB |
| 7.1 What is JSON and why would I use it.html |
139B |
| 7.2 Additional info on struct field tags.html |
104B |
| 7.3 Intro to JSON.html |
107B |
| 7. Encode values to JSON.mp4 |
95.81MB |
| 7. Encode values to JSON.srt |
0B |
| 7. How can you decode a string.mp4 |
69.71MB |
| 7. How can you decode a string.srt |
10.53KB |
| 7. How to declare a variable.mp4 |
150.04MB |
| 7. How to declare a variable.srt |
11.07KB |
| 7. Let's build a Unicode text wrapper.mp4 |
38.39MB |
| 7. Let's build a Unicode text wrapper.srt |
8.04KB |
| 7. Mini Project Word Finder.html |
984B |
| 7. Run with go run.mp4 |
37.86MB |
| 7. Run with go run.srt |
5.20KB |
| 7. What is a composite literal.mp4 |
91.96MB |
| 7. What is a composite literal.srt |
0B |
| 7. ★ BOUNCING BALL EXERCISES ★.html |
2.42KB |
| 7. ★ FUNC EXERCISES ★.html |
0B |
| 7. ★ RETRO CLOCK EXERCISES ★.html |
1.91KB |
| 7. ★ SLICE EXERCISES ★.html |
1.86KB |
| 70.1 Go Doc time.Duration.html |
98B |
| 70. Defined Types Real-Life Example.mp4 |
55.06MB |
| 70. Defined Types Real-Life Example.srt |
9.73KB |
| 71. Create Your Own Types.mp4 |
52.29MB |
| 71. Create Your Own Types.srt |
3.51KB |
| 72. Underlying Types.mp4 |
80.65MB |
| 72. Underlying Types.srt |
5.64KB |
| 73. Underlying Types Example.mp4 |
46.51MB |
| 73. Underlying Types Example.srt |
12.15KB |
| 74.1 Why byte but not uint8.html |
102B |
| 74. Aliased Types Don't use it at home.mp4 |
69.37MB |
| 74. Aliased Types Don't use it at home.srt |
6.59KB |
| 75. Recap Go Type System.mp4 |
117.17MB |
| 75. Recap Go Type System.srt |
7.56KB |
| 76. Prove Yourself Defined and Underlying Types.html |
155B |
| 77. ★ TYPES EXERCISES ★.html |
1.95KB |
| 78.1 Understand Untyped Constants.pdf |
24.98MB |
| 78. ⭐️ Untyped Constants ⭐️.html |
6.32KB |
| 79. Introduction and Roadmap.mp4 |
48.96MB |
| 79. Introduction and Roadmap.srt |
3.61KB |
| 8. [For Beginners] Logical NOT.mp4 |
52.10MB |
| 8. [For Beginners] Logical NOT.srt |
3.49KB |
| 8.1 logical not operator.pdf |
573.26KB |
| 8.1 Pointers.pdf |
7.79MB |
| 8.1 variables - zero values.pdf |
562.33KB |
| 8. Append Let's grow a slice!.mp4 |
89.80MB |
| 8. Append Let's grow a slice!.srt |
9.77KB |
| 8. Build the Word Finder Program.mp4 |
56.56MB |
| 8. Build the Word Finder Program.srt |
9.38KB |
| 8. Decode values from JSON.mp4 |
52.17MB |
| 8. Decode values from JSON.srt |
0B |
| 8. Every Go type has a zero value.mp4 |
60.41MB |
| 8. Every Go type has a zero value.srt |
4.89KB |
| 8. Pointers Indirectly update data.html |
1.13KB |
| 8. Prove Yourself First Go Program.html |
155B |
| 8. Refactor the Hipster's Love Bookstore to array literals.mp4 |
56.79MB |
| 8. Refactor the Hipster's Love Bookstore to array literals.srt |
0B |
| 8. String Header Why strings are immutable.mp4 |
106.83MB |
| 8. String Header Why strings are immutable.srt |
10.84KB |
| 80.1 Learn Go Programming Blog Constants.html |
146B |
| 80. Why might you want to use a constant.mp4 |
96.36MB |
| 80. Why might you want to use a constant.srt |
7.76KB |
| 81. Learn the rules of constants.mp4 |
59.85MB |
| 81. Learn the rules of constants.srt |
4.40KB |
| 82. Examples of Typed Constants.mp4 |
54.15MB |
| 82. Examples of Typed Constants.srt |
4.70KB |
| 83. How to declare multiple constants.mp4 |
55.30MB |
| 83. How to declare multiple constants.srt |
4.17KB |
| 84. Recap Constants.mp4 |
62.22MB |
| 84. Recap Constants.srt |
4.10KB |
| 85.1 Example C vs Go Language - C Version.html |
92B |
| 85.2 Example C vs Go Language - Go Version.html |
98B |
| 85. How untyped constants work under the hood.mp4 |
122.16MB |
| 85. How untyped constants work under the hood.srt |
7.97KB |
| 86.1 default types.pdf |
685.46KB |
| 86. What is a Default Type.mp4 |
137.07MB |
| 86. What is a Default Type.srt |
10.32KB |
| 87.1 Go Doc time.Duration.html |
98B |
| 87. Example time.Duration.mp4 |
118.08MB |
| 87. Example time.Duration.srt |
8.67KB |
| 88.1 Go Doc math.Round.html |
95B |
| 88. Refactor Feet to Meters.mp4 |
58.12MB |
| 88. Refactor Feet to Meters.srt |
10.74KB |
| 89. Recap Typeless Constants.mp4 |
20.25MB |
| 89. Recap Typeless Constants.srt |
1.26KB |
| 9.1 Challenge & Solution Link.html |
140B |
| 9.1 logical operators recap.pdf |
1.84MB |
| 9.1 strings revisited.pdf |
532.58KB |
| 9. Labeled Break and Continue.mp4 |
73.64MB |
| 9. Labeled Break and Continue.srt |
11.41KB |
| 9. Prove Yourself Appending.html |
155B |
| 9. Prove Yourself Structs.html |
155B |
| 9. Recap Boolean Operators.mp4 |
71.94MB |
| 9. Recap Boolean Operators.srt |
4.79KB |
| 9. Recap Strings Revisited.mp4 |
30.88MB |
| 9. Recap Strings Revisited.srt |
2.11KB |
| 9. Tiny Challenge #1 Moodly.mp4 |
14.92MB |
| 9. Tiny Challenge #1 Moodly.srt |
3.17KB |
| 9. What is a blank identifier.mp4 |
66.42MB |
| 9. What is a blank identifier.srt |
5.23KB |
| 9. What is a pointer.mp4 |
211.09MB |
| 9. What is a pointer.srt |
15.41KB |
| 9. ★ FIRST GO PROGRAM EXERCISES ★.html |
3.65KB |
| 90.1 Learn Go Programming Blog Go Enums and IOTA Examples.html |
138B |
| 90. What is iota.mp4 |
142.42MB |
| 90. What is iota.srt |
12.38KB |
| 91. Recap iota.mp4 |
14.93MB |
| 91. Recap iota.srt |
1018B |
| 92. Prove Yourself Constants.html |
155B |
| 93. ★ CONSTANTS EXERCISES ★.html |
2.73KB |
| 94.1 naming things.pdf |
3.94MB |
| 94. Naming Things Recommendations.mp4 |
124.98MB |
| 94. Naming Things Recommendations.srt |
10.20KB |
| empty1.txt.encrypted |
0B |
| empty2.txt.encrypted |
0B |
| empty3.txt.encrypted |
0B |
| log_err_missing.txt |
113B |
| log_err_missing.txt |
113B |
| log_err_negative.txt |
118B |
| log_err_negative.txt |
118B |
| log_err_str.txt |
118B |
| log_err_str.txt |
118B |
| log.txt |
115B |
| log.txt |
115B |
| nonEmpty1.txt |
23B |
| nonEmpty2.txt |
23B |
| nonEmpty3.txt |
23B |
| vscode-keyboard-shortcuts-linux.pdf |
0B |
| vscode-keyboard-shortcuts-macos.pdf |
413.98KB |
| vscode-keyboard-shortcuts-windows.pdf |
0B |