TorBT - Torrents and Magnet Links Search Engine

[Udemy] Go Bootcamp Master Golang with 1000 Exercises and Projects (2021) [En]

File Name
Size
16. Functions, Pointers and Addressability/9. What is a pointer.mp4
211 MB
1. Setup your Environment/1.1 Get Started.pdf
2.3 MB
1. Setup your Environment/2. Install Go on OS X.mp4
78 MB
1. Setup your Environment/2. Install Go on OS X.srt
8.9 kB
1. Setup your Environment/2.1 visual-studio-shortcuts.zip
862 kB
1. Setup your Environment/3. Install Go on Windows.mp4
104 MB
1. Setup your Environment/3. Install Go on Windows.srt
11 kB
1. Setup your Environment/3.1 visual-studio-shortcuts.zip
862 kB
1. Setup your Environment/4. Find your way in the code repository.mp4
38 MB
1. Setup your Environment/4. Find your way in the code repository.srt
7.5 kB
1. Setup your Environment/5. Get the code for the course.mp4
42 MB
1. Setup your Environment/5. Get the code for the course.srt
8.9 kB
1. Setup your Environment/5.1 The Code Repository Link.html
98 B
2. Write Your First Go Program/1. Write Your First Go Program!.html
1016 B
2. Write Your First Go Program/1.1 Write Your First Go Program.pdf
7.5 MB
2. Write Your First Go Program/2. What is GOPATH.mp4
120 MB
2. Write Your First Go Program/2. What is GOPATH.srt
11 kB
2. Write Your First Go Program/3. Create folders and files.mp4
35 MB
2. Write Your First Go Program/3. Create folders and files.srt
4.4 kB
2. Write Your First Go Program/3.1 Cheatsheet-Write-Your-First-Go-Program.pdf
100 kB
2. Write Your First Go Program/3.2 write-your-first-program-roadmap.pdf
708 kB
2. Write Your First Go Program/3.3 Example-Go-Program-Annotated.pdf
40 kB
2. Write Your First Go Program/3.4 write-your-first-program-slides.pdf
24 MB
2. Write Your First Go Program/4. Write your first program.mp4
118 MB
2. Write Your First Go Program/4. Write your first program.srt
10 kB
2. Write Your First Go Program/5. Compile with go build.mp4
36 MB
2. Write Your First Go Program/5. Compile with go build.srt
6.5 kB
2. Write Your First Go Program/6. Learn the difference between Compile-Time and Runtime.mp4
41 MB
2. Write Your First Go Program/6. Learn the difference between Compile-Time and Runtime.srt
3.4 kB
2. Write Your First Go Program/7. Run with go run.mp4
38 MB
2. Write Your First Go Program/7. Run with go run.srt
5.2 kB
2. Write Your First Go Program/8. Prove Yourself First Go Program.html
155 B
2. Write Your First Go Program/9. ★ FIRST GO PROGRAM EXERCISES ★.html
3.7 kB
2. Write Your First Go Program/10. ⭐️ Packages ⭐️.html
1.3 kB
2. Write Your First Go Program/10.1 Packages, Scopes, and Importing.pdf
10 MB
2. Write Your First Go Program/11. Let's understand the first program.mp4
28 MB
2. Write Your First Go Program/11. Let's understand the first program.srt
2.3 kB
2. Write Your First Go Program/12. What is a package.mp4
88 MB
2. Write Your First Go Program/12. What is a package.srt
6.7 kB
2. Write Your First Go Program/13. Learn the differences between Executable and Library Packages.mp4
61 MB
2. Write Your First Go Program/13. Learn the differences between Executable and Library Packages.srt
4.4 kB
2. Write Your First Go Program/13.1 library vs executable packages.pdf
743 kB
2. Write Your First Go Program/14. Prove Yourself Packages.html
155 B
2. Write Your First Go Program/15. Scopes What is the importance of names.mp4
110 MB
2. Write Your First Go Program/15. Scopes What is the importance of names.srt
9.5 kB
2. Write Your First Go Program/16. What is a package scope.mp4
37 MB
2. Write Your First Go Program/16. What is a package scope.srt
4.8 kB
2. Write Your First Go Program/17. The same names in the same package.mp4
15 MB
2. Write Your First Go Program/17. The same names in the same package.srt
1.8 kB
2. Write Your First Go Program/18. Importing happens in the file scope.mp4
81 MB
2. Write Your First Go Program/18. Importing happens in the file scope.srt
6.9 kB
2. Write Your First Go Program/19. Renaming imported packages.mp4
37 MB
2. Write Your First Go Program/19. Renaming imported packages.srt
3.4 kB
2. Write Your First Go Program/20. Prove Yourself Scopes.html
155 B
2. Write Your First Go Program/21. ⭐️ Statements and Expressions ⭐️.html
1.2 kB
2. Write Your First Go Program/21.1 Statements, Expressions, and Comments.pdf
4.9 MB
2. Write Your First Go Program/22. What is a statement.mp4
76 MB
2. Write Your First Go Program/22. What is a statement.srt
6.8 kB
2. Write Your First Go Program/23. What is an expression.mp4
67 MB
2. Write Your First Go Program/23. What is an expression.srt
6.1 kB
2. Write Your First Go Program/24. Print the number of CPUs.mp4
16 MB
2. Write Your First Go Program/24. Print the number of CPUs.srt
5.2 kB
2. Write Your First Go Program/25. Prove Yourself Statements and Expressions.html
155 B
2. Write Your First Go Program/26. How Go comments work.mp4
18 MB
2. Write Your First Go Program/26. How Go comments work.srt
3.4 kB
2. Write Your First Go Program/27. What is Go Doc.mp4
28 MB
2. Write Your First Go Program/27. What is Go Doc.srt
4.8 kB
2. Write Your First Go Program/27.1 Go Doc Generate documentation automatically from your code.html
110 B
2. Write Your First Go Program/28. ★ FUNDAMENTALS EXERCISES ★.html
2.2 kB
2. Write Your First Go Program/29. ⭐️ Write a Library Package! ⭐️.html
311 B
2. Write Your First Go Program/30. Create your first library package.mp4
19 MB
2. Write Your First Go Program/30. Create your first library package.srt
6.1 kB
2. Write Your First Go Program/31. How Go standard library exports.mp4
45 MB
2. Write Your First Go Program/31. How Go standard library exports.srt
7.1 kB
2. Write Your First Go Program/32. Export a function from your package.mp4
37 MB
2. Write Your First Go Program/32. Export a function from your package.srt
7.2 kB
2. Write Your First Go Program/33. Prove Yourself Library Packages.html
155 B
2. Write Your First Go Program/34. ★ LIBRARY PACKAGE EXERCISES ★.html
941 B
3. Master the Type System of Go/1. ⭐️ Variables ⭐️.html
9.6 kB
3. Master the Type System of Go/1.1 Variables, Basic Data Types, Type Conversion, Command-Line Arguments.pdf
29 MB
3. Master the Type System of Go/2. Roadmap.mp4
50 MB
3. Master the Type System of Go/2. Roadmap.srt
3.2 kB
3. Master the Type System of Go/2.1 Visual Guide to Variables.html
159 B
3. Master the Type System of Go/3. Introduction to Variables.mp4
55 MB
3. Master the Type System of Go/3. Introduction to Variables.srt
3.5 kB
3. Master the Type System of Go/4. Learn the basic data types of Go.mp4
92 MB
3. Master the Type System of Go/4. Learn the basic data types of Go.srt
9.5 kB
3. Master the Type System of Go/4.1 variables - basic data types and literals.pdf
601 kB
3. Master the Type System of Go/4.2 For Beginners What's a data type.html
100 B
3. Master the Type System of Go/5. Prove Yourself Basic Data Types.html
155 B
3. Master the Type System of Go/6. ★ DATA TYPES EXERCISES ★.html
783 B
3. Master the Type System of Go/7. How to declare a variable.mp4
150 MB
3. Master the Type System of Go/7. How to declare a variable.srt
11 kB
3. Master the Type System of Go/7.1 Javascript Variable Hoisting.html
112 B
3. Master the Type System of Go/8. Every Go type has a zero value.mp4
60 MB
3. Master the Type System of Go/8. Every Go type has a zero value.srt
4.9 kB
3. Master the Type System of Go/8.1 variables - zero values.pdf
562 kB
3. Master the Type System of Go/9. What is a blank identifier.mp4
66 MB
3. Master the Type System of Go/9. What is a blank identifier.srt
5.2 kB
3. Master the Type System of Go/10. How to declare multiple variables.mp4
52 MB
3. Master the Type System of Go/10. How to declare multiple variables.srt
3.8 kB
3. Master the Type System of Go/11. Let's declare a couple of variables!.mp4
25 MB
3. Master the Type System of Go/11. Let's declare a couple of variables!.srt
7.0 kB
3. Master the Type System of Go/12. Prove Yourself Variable Declarations.html
155 B
3. Master the Type System of Go/13. ★ DECLARATION EXERCISES ★.html
3.6 kB
3. Master the Type System of Go/14. What is type inference.mp4
72 MB
3. Master the Type System of Go/14. What is type inference.srt
9.6 kB
3. Master the Type System of Go/15. Why can't you short declare a variable in the package-level.mp4
69 MB
3. Master the Type System of Go/15. Why can't you short declare a variable in the package-level.srt
5.0 kB
3. Master the Type System of Go/16. How to short declare multiple variables.mp4
51 MB
3. Master the Type System of Go/16. How to short declare multiple variables.srt
6.9 kB
3. Master the Type System of Go/17. What is redeclaration.mp4
53 MB
3. Master the Type System of Go/17. What is redeclaration.srt
6.3 kB
3. Master the Type System of Go/17.1 Go Playground Shadowing Example.html
99 B
3. Master the Type System of Go/18. When to use a short declaration.mp4
69 MB
3. Master the Type System of Go/18. When to use a short declaration.srt
6.7 kB
3. Master the Type System of Go/19. Prove Yourself Short Variable Declaration.html
155 B
3. Master the Type System of Go/20. ★ SHORT DECLARATION EXERCISES ★.html
2.3 kB
3. Master the Type System of Go/21. How to assign to a single variable.mp4
142 MB
3. Master the Type System of Go/21. How to assign to a single variable.srt
14 kB
3. Master the Type System of Go/21.1 Go Spec Assignability (Beware Advanced - Keep it for reference).html
102 B
3. Master the Type System of Go/21.2 Go Spec Assignments.html
100 B
3. Master the Type System of Go/22. How to assign to multiple variables.mp4
66 MB
3. Master the Type System of Go/22. How to assign to multiple variables.srt
4.9 kB
3. Master the Type System of Go/23. Mini Example Path Separator.mp4
100 MB
3. Master the Type System of Go/23. Mini Example Path Separator.srt
6.3 kB
3. Master the Type System of Go/23.1 Go Doc path.Split.html
95 B
3. Master the Type System of Go/23.2 Effective Go The blank identifier in multiple assignment.html
114 B
3. Master the Type System of Go/24. Prove Yourself Assignments.html
155 B
3. Master the Type System of Go/25. ★ ASSIGNMENT EXERCISES ★.html
3.2 kB
3. Master the Type System of Go/26. Let's convert a value!.mp4
118 MB
3. Master the Type System of Go/26. Let's convert a value!.srt
7.8 kB
3. Master the Type System of Go/27. Learn the importance of type names.mp4
62 MB
3. Master the Type System of Go/27. Learn the importance of type names.srt
5.4 kB
3. Master the Type System of Go/28. Prove Yourself Type Conversion.html
155 B
3. Master the Type System of Go/29. ★ TYPE CONVERSION EXERCISES ★.html
1.4 kB
3. Master the Type System of Go/30. ⭐️ Get input from terminal ⭐️.mp4
90 MB
3. Master the Type System of Go/30. ⭐️ Get input from terminal ⭐️.srt
6.4 kB
3. Master the Type System of Go/31. Learn the basics of os.Args.mp4
28 MB
3. Master the Type System of Go/31. Learn the basics of os.Args.srt
4.2 kB
3. Master the Type System of Go/32. Greet people using os.Args.mp4
35 MB
3. Master the Type System of Go/32. Greet people using os.Args.srt
4.8 kB
3. Master the Type System of Go/33. Recap Variables.mp4
95 MB
3. Master the Type System of Go/33. Recap Variables.srt
6.6 kB
3. Master the Type System of Go/34. Prove Yourself Command-Line Args.html
155 B
3. Master the Type System of Go/35. ★ OS.ARGS EXERCISES ★.html
1.8 kB
3. Master the Type System of Go/36. ⭐️ Print Formatted Output ⭐️.html
1.1 kB
3. Master the Type System of Go/36.1 Print Formatted Output Using Printf.pdf
9.2 MB
3. Master the Type System of Go/37. Println vs Printf.mp4
143 MB
3. Master the Type System of Go/37. Println vs Printf.srt
11 kB
3. Master the Type System of Go/37.1 slides.pdf
26 MB
3. Master the Type System of Go/37.2 printf cheatsheet.pdf
39 kB
3. Master the Type System of Go/38. What is an Escape Sequence.mp4
73 MB
3. Master the Type System of Go/38. What is an Escape Sequence.srt
5.1 kB
3. Master the Type System of Go/39. How to print using Printf.mp4
58 MB
3. Master the Type System of Go/39. How to print using Printf.srt
9.7 kB
3. Master the Type System of Go/40. The verbs can be type-safe too!.mp4
36 MB
3. Master the Type System of Go/40. The verbs can be type-safe too!.srt
6.7 kB
3. Master the Type System of Go/41. Recap Let's summarize.mp4
30 MB
3. Master the Type System of Go/41. Recap Let's summarize.srt
1.8 kB
3. Master the Type System of Go/41.1 printf cheatsheet.pdf
39 kB
3. Master the Type System of Go/42. Prove Yourself Printf.html
155 B
3. Master the Type System of Go/43. ★ PRINTF EXERCISES ★.html
2.1 kB
3. Master the Type System of Go/44. ⭐️ Numbers and Strings ⭐️.html
5.4 kB
3. Master the Type System of Go/44.1 Learn Numbers and Strings.pdf
13 MB
3. Master the Type System of Go/45. Learn the basic arithmetic operators of Go.mp4
119 MB
3. Master the Type System of Go/45. Learn the basic arithmetic operators of Go.srt
9.7 kB
3. Master the Type System of Go/45.1 arithmetic operators table.pdf
602 kB
3. Master the Type System of Go/46. What is the result of 32.mp4
34 MB
3. Master the Type System of Go/46. What is the result of 32.srt
7.2 kB
3. Master the Type System of Go/46.1 The question on my Twitter.html
118 B
3. Master the Type System of Go/47. Prove Yourself Arithmetic Operators.html
155 B
3. Master the Type System of Go/48. ★ Convert Celsius to Fahrenheit.mp4
88 MB
3. Master the Type System of Go/48. ★ Convert Celsius to Fahrenheit.srt
11 kB
3. Master the Type System of Go/48.1 Go Spec Operator Precedence.html
108 B
3. Master the Type System of Go/49. What is the IncDec Statement.mp4
64 MB
3. Master the Type System of Go/49. What is the IncDec Statement.srt
7.7 kB
3. Master the Type System of Go/49.1 Why are ++ and -- statements and not expressions And why postfix, not prefix.html
95 B
3. Master the Type System of Go/50. Calculate the area using assignment operations.mp4
31 MB
3. Master the Type System of Go/50. Calculate the area using assignment operations.srt
5.0 kB
3. Master the Type System of Go/51. Convert Feet to Meters.mp4
63 MB
3. Master the Type System of Go/51. Convert Feet to Meters.srt
9.5 kB
3. Master the Type System of Go/51.1 Documentation strconv.ParseFloat.html
103 B
3. Master the Type System of Go/52. Recap Numbers.mp4
59 MB
3. Master the Type System of Go/52. Recap Numbers.srt
4.0 kB
3. Master the Type System of Go/53. Prove Yourself Assignment Operations.html
155 B
3. Master the Type System of Go/54. ★ NUMBERS EXERCISES ★.html
3.2 kB
3. Master the Type System of Go/55. What is a Raw String Literal.mp4
67 MB
3. Master the Type System of Go/55. What is a Raw String Literal.srt
7.6 kB
3. Master the Type System of Go/55.1 string literals.pdf
638 kB
3. Master the Type System of Go/56. How to combine multiple strings.mp4
51 MB
3. Master the Type System of Go/56. How to combine multiple strings.srt
6.9 kB
3. Master the Type System of Go/57. How to get the length of a string.mp4
84 MB
3. Master the Type System of Go/57. How to get the length of a string.srt
5.9 kB
3. Master the Type System of Go/57.1 Go Doc unicodeutf8.RuneCountInString.html
115 B
3. Master the Type System of Go/58. Example Banger Yell it back!.mp4
47 MB
3. Master the Type System of Go/58. Example Banger Yell it back!.srt
5.7 kB
3. Master the Type System of Go/58.1 Go Doc strings.ToUpper.html
100 B
3. Master the Type System of Go/58.2 Go Doc strings.Repeat.html
99 B
3. Master the Type System of Go/59. Recap Strings.mp4
43 MB
3. Master the Type System of Go/59. Recap Strings.srt
2.7 kB
3. Master the Type System of Go/60. Prove Yourself Strings.html
155 B
3. Master the Type System of Go/61. ★ STRINGS EXERCISES ★.html
2.6 kB
3. Master the Type System of Go/62. ⭐️ Go Type System Mechanics ⭐️.html
2.2 kB
3. Master the Type System of Go/62.1 Learn Go's Type System Mechanics.pdf
21 MB
3. Master the Type System of Go/63. Introduction and Roadmap.mp4
74 MB
3. Master the Type System of Go/63. Introduction and Roadmap.srt
5.0 kB
3. Master the Type System of Go/63.1 slides.pdf
22 MB
3. Master the Type System of Go/64. [For Beginners] Bits and Bytes #1.mp4
133 MB
3. Master the Type System of Go/64. [For Beginners] Bits and Bytes #1.srt
8.8 kB
3. Master the Type System of Go/64.1 Wikipedia What's a bit.html
94 B
3. Master the Type System of Go/64.2 What's binary.html
95 B
3. Master the Type System of Go/64.3 Playground Examples.html
98 B
3. Master the Type System of Go/65. [For Beginners] Bits and Bytes #2.mp4
91 MB
3. Master the Type System of Go/65. [For Beginners] Bits and Bytes #2.srt
5.5 kB
3. Master the Type System of Go/65.1 Wikipedia What's a byte.html
95 B
3. Master the Type System of Go/65.2 How oldschool graphics worked.html
104 B
3. Master the Type System of Go/65.3 Stackoverflow - What is a byte stream actually.html
122 B
3. Master the Type System of Go/65.4 How oldschool graphics worked, part 2.html
104 B
3. Master the Type System of Go/66. What is a Predeclared Type.mp4
146 MB
3. Master the Type System of Go/66. What is a Predeclared Type.srt
16 kB
3. Master the Type System of Go/67. Overflow Go beyond.mp4
42 MB
3. Master the Type System of Go/67. Overflow Go beyond.srt
10 kB
3. Master the Type System of Go/67.1 overflow cheatsheet.pdf
43 kB
3. Master the Type System of Go/68. Prove Yourself Data Types.html
155 B
3. Master the Type System of Go/69. Understand the Defined Types.mp4
156 MB
3. Master the Type System of Go/69. Understand the Defined Types.srt
11 kB
3. Master the Type System of Go/69.1 Example for the exceptions to the underlying type conversion.html
98 B
3. Master the Type System of Go/70. Defined Types Real-Life Example.mp4
55 MB
3. Master the Type System of Go/70. Defined Types Real-Life Example.srt
9.7 kB
3. Master the Type System of Go/70.1 Go Doc time.Duration.html
98 B
3. Master the Type System of Go/71. Create Your Own Types.mp4
52 MB
3. Master the Type System of Go/71. Create Your Own Types.srt
3.5 kB
3. Master the Type System of Go/72. Underlying Types.mp4
81 MB
3. Master the Type System of Go/72. Underlying Types.srt
5.6 kB
3. Master the Type System of Go/73. Underlying Types Example.mp4
46 MB
3. Master the Type System of Go/73. Underlying Types Example.srt
12 kB
3. Master the Type System of Go/74. Aliased Types Don't use it at home.mp4
69 MB
3. Master the Type System of Go/74. Aliased Types Don't use it at home.srt
6.6 kB
3. Master the Type System of Go/74.1 Why byte but not uint8.html
102 B
3. Master the Type System of Go/75. Recap Go Type System.mp4
117 MB
3. Master the Type System of Go/75. Recap Go Type System.srt
7.6 kB
3. Master the Type System of Go/76. Prove Yourself Defined and Underlying Types.html
155 B
3. Master the Type System of Go/77. ★ TYPES EXERCISES ★.html
1.9 kB
3. Master the Type System of Go/78. ⭐️ Untyped Constants ⭐️.html
6.3 kB
3. Master the Type System of Go/78.1 Understand Untyped Constants.pdf
25 MB
3. Master the Type System of Go/79. Introduction and Roadmap.mp4
49 MB
3. Master the Type System of Go/79. Introduction and Roadmap.srt
3.6 kB
3. Master the Type System of Go/80. Why might you want to use a constant.mp4
96 MB
3. Master the Type System of Go/80. Why might you want to use a constant.srt
7.8 kB
3. Master the Type System of Go/80.1 Learn Go Programming Blog Constants.html
146 B
3. Master the Type System of Go/81. Learn the rules of constants.mp4
60 MB
3. Master the Type System of Go/81. Learn the rules of constants.srt
4.4 kB
3. Master the Type System of Go/82. Examples of Typed Constants.mp4
54 MB
3. Master the Type System of Go/82. Examples of Typed Constants.srt
4.7 kB
3. Master the Type System of Go/83. How to declare multiple constants.mp4
55 MB
3. Master the Type System of Go/83. How to declare multiple constants.srt
4.2 kB
3. Master the Type System of Go/84. Recap Constants.mp4
62 MB
3. Master the Type System of Go/84. Recap Constants.srt
4.1 kB
3. Master the Type System of Go/85. How untyped constants work under the hood.mp4
122 MB
3. Master the Type System of Go/85. How untyped constants work under the hood.srt
8.0 kB
3. Master the Type System of Go/85.1 Example C vs Go Language - C Version.html
92 B
3. Master the Type System of Go/85.2 Example C vs Go Language - Go Version.html
98 B
3. Master the Type System of Go/86. What is a Default Type.mp4
137 MB
3. Master the Type System of Go/86. What is a Default Type.srt
10 kB
3. Master the Type System of Go/86.1 default types.pdf
686 kB
3. Master the Type System of Go/87. Example time.Duration.mp4
118 MB
3. Master the Type System of Go/87. Example time.Duration.srt
8.7 kB
3. Master the Type System of Go/87.1 Go Doc time.Duration.html
98 B
3. Master the Type System of Go/88. Refactor Feet to Meters.mp4
58 MB
3. Master the Type System of Go/88. Refactor Feet to Meters.srt
11 kB
3. Master the Type System of Go/88.1 Go Doc math.Round.html
95 B
3. Master the Type System of Go/89. Recap Typeless Constants.mp4
20 MB
3. Master the Type System of Go/89. Recap Typeless Constants.srt
1.3 kB
3. Master the Type System of Go/90. What is iota.mp4
142 MB
3. Master the Type System of Go/90. What is iota.srt
12 kB
3. Master the Type System of Go/90.1 Learn Go Programming Blog Go Enums and IOTA Examples.html
138 B
3. Master the Type System of Go/91. Recap iota.mp4
15 MB
3. Master the Type System of Go/91. Recap iota.srt
1018 B
3. Master the Type System of Go/92. Prove Yourself Constants.html
155 B
3. Master the Type System of Go/93. ★ CONSTANTS EXERCISES ★.html
2.7 kB
3. Master the Type System of Go/94. Naming Things Recommendations.mp4
125 MB
3. Master the Type System of Go/94. Naming Things Recommendations.srt
10 kB
3. Master the Type System of Go/94.1 naming things.pdf
3.9 MB
4. Control Flow and Error Handling/1. ⭐️ If Statement ⭐️.html
3.6 kB
4. Control Flow and Error Handling/1.1 PART III - Control Flow - Learn Go's If Statement.pdf
28 MB
4. Control Flow and Error Handling/2. Introduction and Roadmap.mp4
67 MB
4. Control Flow and Error Handling/2. Introduction and Roadmap.srt
4.3 kB
4. Control Flow and Error Handling/2.1 roadmap.pdf
8.1 MB
4. Control Flow and Error Handling/3. [For Beginners] Comparison Operators.mp4
120 MB
4. Control Flow and Error Handling/3. [For Beginners] Comparison Operators.srt
13 kB
4. Control Flow and Error Handling/3.1 comparison operators.pdf
608 kB
4. Control Flow and Error Handling/3.2 boolean operators.pdf
7.7 MB
4. Control Flow and Error Handling/3.3 boolean operators.pdf
8.2 MB
4. Control Flow and Error Handling/4. Learn the relation between comparison and assignability.mp4
67 MB
4. Control Flow and Error Handling/4. Learn the relation between comparison and assignability.srt
8.3 kB
4. Control Flow and Error Handling/5. Prove Yourself Comparison Operators.html
155 B
4. Control Flow and Error Handling/6. [For Beginners] Logical AND.mp4
72 MB
4. Control Flow and Error Handling/6. [For Beginners] Logical AND.srt
8.3 kB
4. Control Flow and Error Handling/6.1 logical and operator.pdf
552 kB
4. Control Flow and Error Handling/7. [For Beginners] Logical OR.mp4
38 MB
4. Control Flow and Error Handling/7. [For Beginners] Logical OR.srt
6.8 kB
4. Control Flow and Error Handling/7.1 logical or operator.pdf
551 kB
4. Control Flow and Error Handling/8. [For Beginners] Logical NOT.mp4
52 MB
4. Control Flow and Error Handling/8. [For Beginners] Logical NOT.srt
3.5 kB
4. Control Flow and Error Handling/8.1 logical not operator.pdf
573 kB
4. Control Flow and Error Handling/9. Recap Boolean Operators.mp4
72 MB
4. Control Flow and Error Handling/9. Recap Boolean Operators.srt
4.8 kB
4. Control Flow and Error Handling/9.1 logical operators recap.pdf
1.8 MB
4. Control Flow and Error Handling/10. Prove Yourself Logical Operators.html
155 B
4. Control Flow and Error Handling/11. [For Beginners] If Statement.mp4
98 MB
4. Control Flow and Error Handling/11. [For Beginners] If Statement.srt
7.6 kB
4. Control Flow and Error Handling/11.1 if statement.pdf
12 MB
4. Control Flow and Error Handling/12. [For Beginners] Else and Else If.mp4
56 MB
4. Control Flow and Error Handling/12. [For Beginners] Else and Else If.srt
5.0 kB
4. Control Flow and Error Handling/13. Refactor Feet to Meters.mp4
23 MB
4. Control Flow and Error Handling/13. Refactor Feet to Meters.srt
5.5 kB
4. Control Flow and Error Handling/14. Prove Yourself If Statement.html
155 B
4. Control Flow and Error Handling/15. Recap If Statement.mp4
26 MB
4. Control Flow and Error Handling/15. Recap If Statement.srt
1.9 kB
4. Control Flow and Error Handling/16. ★ IF EXERCISES ★.html
1.2 kB
4. Control Flow and Error Handling/17. ★ Pass Me Create a Password-Protected Program.html
1.2 kB
4. Control Flow and Error Handling/18. Tiny Challenge Validate a single user.mp4
31 MB
4. Control Flow and Error Handling/18. Tiny Challenge Validate a single user.srt
3.9 kB
4. Control Flow and Error Handling/18.1 pass-me-project.pdf
823 kB
4. Control Flow and Error Handling/19. Solution Validate a single user.mp4
39 MB
4. Control Flow and Error Handling/19. Solution Validate a single user.srt
10 kB
4. Control Flow and Error Handling/20. Tiny Challenge Validate multiple users.mp4
14 MB
4. Control Flow and Error Handling/20. Tiny Challenge Validate multiple users.srt
2.5 kB
4. Control Flow and Error Handling/21. Solution Validate multiple users.mp4
38 MB
4. Control Flow and Error Handling/21. Solution Validate multiple users.srt
9.0 kB
4. Control Flow and Error Handling/22. ⭐️ Error Handling ⭐️.html
2.3 kB
4. Control Flow and Error Handling/23. Introduction.mp4
42 MB
4. Control Flow and Error Handling/23. Introduction.srt
3.0 kB
4. Control Flow and Error Handling/23.1 error handling.pdf
3.7 MB
4. Control Flow and Error Handling/24. What is a nil value.mp4
81 MB
4. Control Flow and Error Handling/24. What is a nil value.srt
6.2 kB
4. Control Flow and Error Handling/25. What is an error value.mp4
72 MB
4. Control Flow and Error Handling/25. What is an error value.srt
8.1 kB
4. Control Flow and Error Handling/26. Error handling example.mp4
16 MB
4. Control Flow and Error Handling/26. Error handling example.srt
5.0 kB
4. Control Flow and Error Handling/27. Challenge Feet to Meter.mp4
8.1 MB
4. Control Flow and Error Handling/27. Challenge Feet to Meter.srt
1.0 kB
4. Control Flow and Error Handling/28. Solution Feet to Meter.mp4
23 MB
4. Control Flow and Error Handling/28. Solution Feet to Meter.srt
4.2 kB
4. Control Flow and Error Handling/29. Recap Error Handling.mp4
31 MB
4. Control Flow and Error Handling/29. Recap Error Handling.srt
2.1 kB
4. Control Flow and Error Handling/30. Prove Yourself Error Handling.html
155 B
4. Control Flow and Error Handling/31. What is a Simple Statement.mp4
79 MB
4. Control Flow and Error Handling/31. What is a Simple Statement.srt
5.7 kB
4. Control Flow and Error Handling/31.1 short if.pdf
4.3 MB
4. Control Flow and Error Handling/32. Scopes of simple statements.mp4
34 MB
4. Control Flow and Error Handling/32. Scopes of simple statements.srt
8.2 kB
4. Control Flow and Error Handling/33. Famous Shadowing Gotcha.mp4
41 MB
4. Control Flow and Error Handling/33. Famous Shadowing Gotcha.srt
6.0 kB
4. Control Flow and Error Handling/34. Prove Yourself Short If.html
155 B
4. Control Flow and Error Handling/35. Recap Error Handling.mp4
30 MB
4. Control Flow and Error Handling/35. Recap Error Handling.srt
2.0 kB
4. Control Flow and Error Handling/36. ★ ERR HANDLING EXERCISES ★.html
1.5 kB
4. Control Flow and Error Handling/37. ⭐️ Switch Statement ⭐️.html
2.0 kB
4. Control Flow and Error Handling/37.1 Learn Go's Switch Statement.pdf
13 MB
4. Control Flow and Error Handling/38. Introduction and Roadmap.mp4
19 MB
4. Control Flow and Error Handling/38. Introduction and Roadmap.srt
1.3 kB
4. Control Flow and Error Handling/39. Learn the Switch Statement Basics.mp4
97 MB
4. Control Flow and Error Handling/39. Learn the Switch Statement Basics.srt
11 kB
4. Control Flow and Error Handling/40. What is a default clause.mp4
32 MB
4. Control Flow and Error Handling/40. What is a default clause.srt
4.7 kB
4. Control Flow and Error Handling/41. Use multiple values in case conditions.mp4
30 MB
4. Control Flow and Error Handling/41. Use multiple values in case conditions.srt
3.0 kB
4. Control Flow and Error Handling/42. Use bool expressions in case conditions.mp4
58 MB
4. Control Flow and Error Handling/42. Use bool expressions in case conditions.srt
4.5 kB
4. Control Flow and Error Handling/43. How does the fallthrough statement work.mp4
91 MB
4. Control Flow and Error Handling/43. How does the fallthrough statement work.srt
8.0 kB
4. Control Flow and Error Handling/44. What is a short switch.mp4
56 MB
4. Control Flow and Error Handling/44. What is a short switch.srt
3.9 kB
4. Control Flow and Error Handling/45. Tiny Challenge Parts of a Day.mp4
58 MB
4. Control Flow and Error Handling/45. Tiny Challenge Parts of a Day.srt
4.5 kB
4. Control Flow and Error Handling/46. Solution Parts of a Day.mp4
22 MB
4. Control Flow and Error Handling/46. Solution Parts of a Day.srt
4.3 kB
4. Control Flow and Error Handling/47. If vs Switch Which one to use.mp4
35 MB
4. Control Flow and Error Handling/47. If vs Switch Which one to use.srt
6.2 kB
4. Control Flow and Error Handling/48. Recap Switch Statement.mp4
47 MB
4. Control Flow and Error Handling/48. Recap Switch Statement.srt
3.0 kB
4. Control Flow and Error Handling/49. Prove Yourself Switch Statement.html
155 B
4. Control Flow and Error Handling/50. ★ SWITCH EXERCISES ★.html
1.0 kB
4. Control Flow and Error Handling/51. ⭐️ Loops ⭐️.html
1.6 kB
4. Control Flow and Error Handling/51.1 Learn Go's Loops.pdf
22 MB
4. Control Flow and Error Handling/52. Introduction and Roadmap.mp4
43 MB
4. Control Flow and Error Handling/52. Introduction and Roadmap.srt
2.9 kB
4. Control Flow and Error Handling/53. There is only one loop statement in Go.mp4
78 MB
4. Control Flow and Error Handling/53. There is only one loop statement in Go.srt
7.8 kB
4. Control Flow and Error Handling/54. How to break from a loop.mp4
59 MB
4. Control Flow and Error Handling/54. How to break from a loop.srt
7.3 kB
4. Control Flow and Error Handling/55. How to continue a loop (+BONUS Debugging).mp4
49 MB
4. Control Flow and Error Handling/55. How to continue a loop (+BONUS Debugging).srt
6.4 kB
4. Control Flow and Error Handling/56. Create a multiplication table.mp4
67 MB
4. Control Flow and Error Handling/56. Create a multiplication table.srt
6.8 kB
4. Control Flow and Error Handling/57. ★ LOOP EXERCISES #1 ★.html
752 B
4. Control Flow and Error Handling/58. How to loop over a slice.mp4
27 MB
4. Control Flow and Error Handling/58. How to loop over a slice.srt
6.2 kB
4. Control Flow and Error Handling/59. For Range Learn the easy way!.mp4
50 MB
4. Control Flow and Error Handling/59. For Range Learn the easy way!.srt
9.5 kB
4. Control Flow and Error Handling/60. Recap Loops.mp4
32 MB
4. Control Flow and Error Handling/60. Recap Loops.srt
1.9 kB
4. Control Flow and Error Handling/61. Prove Yourself Loop.html
155 B
4. Control Flow and Error Handling/62. ★ LOOP EXERCISES #2 ★.html
1.8 kB
5. Projects For Beginners/1. Randomization in Go.html
766 B
5. Projects For Beginners/2. Randomization and Go.mp4
60 MB
5. Projects For Beginners/2. Randomization and Go.srt
9.3 kB
5. Projects For Beginners/3. Seed the randomizer with time.mp4
46 MB
5. Projects For Beginners/3. Seed the randomizer with time.srt
5.2 kB
5. Projects For Beginners/4. Write the Game Logic.mp4
60 MB
5. Projects For Beginners/4. Write the Game Logic.srt
9.0 kB
5. Projects For Beginners/5. Prove Yourself Randomization.html
155 B
5. Projects For Beginners/6. ★ RANDOMIZATION EXERCISES ★.html
2.1 kB
5. Projects For Beginners/7. Mini Project Word Finder.html
984 B
5. Projects For Beginners/8. Build the Word Finder Program.mp4
57 MB
5. Projects For Beginners/8. Build the Word Finder Program.srt
9.4 kB
5. Projects For Beginners/9. Labeled Break and Continue.mp4
74 MB
5. Projects For Beginners/9. Labeled Break and Continue.srt
11 kB
5. Projects For Beginners/10. Break from a Switch.mp4
33 MB
5. Projects For Beginners/10. Break from a Switch.srt
5.6 kB
5. Projects For Beginners/11. Yes there is a goto statement in Go.mp4
40 MB
5. Projects For Beginners/11. Yes there is a goto statement in Go.srt
7.2 kB
5. Projects For Beginners/11.1 D. Knuth - Structured Programming with go to.html
165 B
5. Projects For Beginners/11.2 Is it ever advantageous to use 'goto'.html
193 B
5. Projects For Beginners/11.3 What's the Rationale of Incorporating Goto in Golang.html
124 B
5. Projects For Beginners/12. Prove Yourself Labeled Statements.html
155 B
5. Projects For Beginners/13. ★ LABELED STATEMENT EXERCISES ★.html
1.0 kB
6. Arrays and Memory Layout/1. Learn Go's Fixed Arrays.html
3.6 kB
6. Arrays and Memory Layout/1.1 Arrays.pdf
79 MB
6. Arrays and Memory Layout/2. Introduction and Roadmap.mp4
109 MB
6. Arrays and Memory Layout/2. Introduction and Roadmap.srt
8.1 kB
6. Arrays and Memory Layout/3. What is an array in Go.mp4
175 MB
6. Arrays and Memory Layout/3. What is an array in Go.srt
12 kB
6. Arrays and Memory Layout/4. Let's create an array.mp4
32 MB
6. Arrays and Memory Layout/4. Let's create an array.srt
6.7 kB
6. Arrays and Memory Layout/5. Learn the gotcha when using a for range on arrays.mp4
57 MB
6. Arrays and Memory Layout/5. Learn the gotcha when using a for range on arrays.srt
10 kB
6. Arrays and Memory Layout/6. Prove Yourself Arrays #1.html
155 B
6. Arrays and Memory Layout/7. What is a composite literal.mp4
92 MB
6. Arrays and Memory Layout/7. What is a composite literal.srt
6.7 kB
6. Arrays and Memory Layout/8. Refactor the Hipster's Love Bookstore to array literals.mp4
57 MB
6. Arrays and Memory Layout/8. Refactor the Hipster's Love Bookstore to array literals.srt
8.4 kB
6. Arrays and Memory Layout/9. Tiny Challenge #1 Moodly.mp4
15 MB
6. Arrays and Memory Layout/9. Tiny Challenge #1 Moodly.srt
3.2 kB
6. Arrays and Memory Layout/9.1 Challenge & Solution Link.html
140 B
6. Arrays and Memory Layout/10. Can you compare array values.mp4
126 MB
6. Arrays and Memory Layout/10. Can you compare array values.srt
10 kB
6. Arrays and Memory Layout/11. Can you assign an array value to another one.mp4
89 MB
6. Arrays and Memory Layout/11. Can you assign an array value to another one.srt
9.0 kB
6. Arrays and Memory Layout/12. ★ ARRAYS EXERCISES #1 ★.html
2.0 kB
6. Arrays and Memory Layout/13. How to use multi-dimensional arrays.mp4
83 MB
6. Arrays and Memory Layout/13. How to use multi-dimensional arrays.srt
12 kB
6. Arrays and Memory Layout/14. Tiny Challenge #2 Moodly.mp4
29 MB
6. Arrays and Memory Layout/14. Tiny Challenge #2 Moodly.srt
5.6 kB
6. Arrays and Memory Layout/14.1 Challenge & Solution Link.html
142 B
6. Arrays and Memory Layout/15. Learn the rarely known feature of Go The Keyed Elements.mp4
116 MB
6. Arrays and Memory Layout/15. Learn the rarely known feature of Go The Keyed Elements.srt
11 kB
6. Arrays and Memory Layout/16. Learn the relation between composite and unnamed types.mp4
128 MB
6. Arrays and Memory Layout/16. Learn the relation between composite and unnamed types.srt
14 kB
6. Arrays and Memory Layout/17. Prove Yourself Arrays #2.html
155 B
6. Arrays and Memory Layout/18. Recap Arrays.mp4
74 MB
6. Arrays and Memory Layout/18. Recap Arrays.srt
5.5 kB
6. Arrays and Memory Layout/19. ★ ARRAYS EXERCISES #2 ★.html
1.7 kB
7. Project Write a Retro Clock/1. Grab the Slides!.html
87 B
7. Project Write a Retro Clock/1.1 Project - Retro Led Clock.pdf
8.2 MB
7. Project Write a Retro Clock/2. Challenge Retro Led Clock.mp4
130 MB
7. Project Write a Retro Clock/2. Challenge Retro Led Clock.srt
8.8 kB
7. Project Write a Retro Clock/2.1 Screen package.html
97 B
7. Project Write a Retro Clock/2.2 time.Sleep function documentation.html
95 B
7. Project Write a Retro Clock/2.3 ★ Challenge Explanations Link ★.html
137 B
7. Project Write a Retro Clock/3. Challenge Explanation.html
2.2 kB
7. Project Write a Retro Clock/4. Let's print the digits.mp4
52 MB
7. Project Write a Retro Clock/4. Let's print the digits.srt
12 kB
7. Project Write a Retro Clock/4.1 Challenge Step #1 Explanation and Solution.html
161 B
7. Project Write a Retro Clock/5. Let's print the clock.mp4
52 MB
7. Project Write a Retro Clock/5. Let's print the clock.srt
10 kB
7. Project Write a Retro Clock/5.1 Challenge Step #2 Explanation and Solution.html
159 B
7. Project Write a Retro Clock/6. It's time to animate the clock!.mp4
54 MB
7. Project Write a Retro Clock/6. It's time to animate the clock!.srt
12 kB
7. Project Write a Retro Clock/6.1 Challenge Step #4 Explanation and Solution.html
164 B
7. Project Write a Retro Clock/6.2 Challenge Step #3 Explanation and Solution.html
160 B
7. Project Write a Retro Clock/7. ★ RETRO CLOCK EXERCISES ★.html
1.9 kB
8. Slices and Internals/1. Slices Master Go's Dynamic Arrays.html
2.8 kB
8. Slices and Internals/1.1 Slices.pdf
70 MB
8. Slices and Internals/2. Introduction and Roadmap.mp4
53 MB
8. Slices and Internals/2. Introduction and Roadmap.srt
4.5 kB
8. Slices and Internals/3. Learn the differences between slices and arrays.mp4
114 MB
8. Slices and Internals/3. Learn the differences between slices and arrays.srt
8.1 kB
8. Slices and Internals/4. Can you compare a slice to another one.mp4
68 MB
8. Slices and Internals/4. Can you compare a slice to another one.srt
15 kB
8. Slices and Internals/5. Create a unique number generator.mp4
42 MB
8. Slices and Internals/5. Create a unique number generator.srt
9.4 kB
8. Slices and Internals/6. Prove Yourself Slices vs Arrays.html
155 B
8. Slices and Internals/7. ★ SLICE EXERCISES ★.html
1.9 kB
8. Slices and Internals/8. Append Let's grow a slice!.mp4
90 MB
8. Slices and Internals/8. Append Let's grow a slice!.srt
9.8 kB
8. Slices and Internals/9. Prove Yourself Appending.html
155 B
8. Slices and Internals/10. ★ APPEND EXERCISES ★.html
1.9 kB
8. Slices and Internals/11. Slicing Let's cut that slice!.mp4
142 MB
8. Slices and Internals/11. Slicing Let's cut that slice!.srt
13 kB
8. Slices and Internals/12. How to create pagination using slices (+ Sprintf).mp4
36 MB
8. Slices and Internals/12. How to create pagination using slices (+ Sprintf).srt
6.6 kB
8. Slices and Internals/13. Prove Yourself Slicing.html
155 B
8. Slices and Internals/14. ★ SLICING EXERCISES ★.html
984 B
8. Slices and Internals/15. ⭐️ Slice Internals ⭐️.html
2.1 kB
8. Slices and Internals/16. What is a Backing Array.mp4
133 MB
8. Slices and Internals/16. What is a Backing Array.srt
14 kB
8. Slices and Internals/17. Prove Yourself Backing Array.html
155 B
8. Slices and Internals/18. What's a slice header.mp4
100 MB
8. Slices and Internals/18. What's a slice header.srt
7.4 kB
8. Slices and Internals/19. What does a slice header look like in the actual Go runtime code.mp4
58 MB
8. Slices and Internals/19. What does a slice header look like in the actual Go runtime code.srt
10 kB
8. Slices and Internals/20. Prove Yourself Slice Header.html
155 B
8. Slices and Internals/21. What is the capacity of a slice.mp4
99 MB
8. Slices and Internals/21. What is the capacity of a slice.srt
6.5 kB
8. Slices and Internals/22. Extend a slice using its capacity.mp4
47 MB
8. Slices and Internals/22. Extend a slice using its capacity.srt
8.4 kB
8. Slices and Internals/23. Prove Yourself Capacity.html
155 B
8. Slices and Internals/24. When does the append function create a new backing array.mp4
83 MB
8. Slices and Internals/24. When does the append function create a new backing array.srt
10 kB
8. Slices and Internals/24.1 More Slice Tricks....html
106 B
8. Slices and Internals/25. Animate When the backing array of a slice grows.mp4
33 MB
8. Slices and Internals/25. Animate When the backing array of a slice grows.srt
9.3 kB
8. Slices and Internals/26. Prove Yourself Mechanics of Append.html
155 B
8. Slices and Internals/27. ★ SLICE INTERNALS EXERCISES ★.html
2.4 kB
8. Slices and Internals/28. ⭐️ Advanced Operations ⭐️.html
1.7 kB
8. Slices and Internals/29. Full Slice Expressions Limit the capacity of a slice.mp4
79 MB
8. Slices and Internals/29. Full Slice Expressions Limit the capacity of a slice.srt
7.7 kB
8. Slices and Internals/30. make() Preallocate the backing array.mp4
94 MB
8. Slices and Internals/30. make() Preallocate the backing array.srt
14 kB
8. Slices and Internals/31. copy() Copy elements between slices.mp4
70 MB
8. Slices and Internals/31. copy() Copy elements between slices.srt
11 kB
8. Slices and Internals/32. How to use multi-dimensional slices.mp4
54 MB
8. Slices and Internals/32. How to use multi-dimensional slices.srt
13 kB
8. Slices and Internals/33. Prove Yourself Advanced Slice Operations.html
155 B
8. Slices and Internals/34. ★ ADVANCED SLICE OPS EXERCISES ★.html
2.9 kB
9. Project Write a File Finder/1. Build an Empty File Finder Program.html
1.1 kB
9. Project Write a File Finder/1.1 Project - Empty File Finder.pdf
812 kB
9. Project Write a File Finder/2. Fetch the Files.mp4
41 MB
9. Project Write a File Finder/2. Fetch the Files.srt
8.1 kB
9. Project Write a File Finder/2.1 How to create empty files.html
146 B
9. Project Write a File Finder/2.2 files.zip
1.1 kB
9. Project Write a File Finder/3. Write to a file.mp4
28 MB
9. Project Write a File Finder/3. Write to a file.srt
6.3 kB
9. Project Write a File Finder/3.1 Video Intro to octal numbers.html
104 B
9. Project Write a File Finder/4. Optimize!.mp4
28 MB
9. Project Write a File Finder/4. Optimize!.srt
6.0 kB
9. Project Write a File Finder/5. ★ FILE FINDER EXERCISES ★.html
767 B
10. Project Animate a Bouncing Ball/1. Project Animate a Bouncing Ball.html
1.6 kB
10. Project Animate a Bouncing Ball/1.1 Project - Bouncing Ball.pdf
2.5 MB
10. Project Animate a Bouncing Ball/2. Challenge.mp4
66 MB
10. Project Animate a Bouncing Ball/2. Challenge.srt
5.9 kB
10. Project Animate a Bouncing Ball/3. Challenge Document.html
3.8 kB
10. Project Animate a Bouncing Ball/4. Step #1 Create and Draw the Board.mp4
35 MB
10. Project Animate a Bouncing Ball/4. Step #1 Create and Draw the Board.srt
9.1 kB
10. Project Animate a Bouncing Ball/5. Step #2 Optimize by adding a Buffer.mp4
38 MB
10. Project Animate a Bouncing Ball/5. Step #2 Optimize by adding a Buffer.srt
9.3 kB
10. Project Animate a Bouncing Ball/5.1 Timer for Windows.html
176 B
10. Project Animate a Bouncing Ball/6. Step #3 Animate the Ball.mp4
37 MB
10. Project Animate a Bouncing Ball/6. Step #3 Animate the Ball.srt
8.4 kB
10. Project Animate a Bouncing Ball/7. ★ BOUNCING BALL EXERCISES ★.html
2.4 kB
11. UTF-8 Encode and Decode/1. Learn how to encode and decode UTF-8 strings.html
1.4 kB
11. UTF-8 Encode and Decode/1.1 Strings Revisited - Bytes and Runes.pdf
17 MB
11. UTF-8 Encode and Decode/2. Introduction and Roadmap.mp4
26 MB
11. UTF-8 Encode and Decode/2. Introduction and Roadmap.srt
1.9 kB
11. UTF-8 Encode and Decode/3. ★ Resources ★.html
1.3 kB
11. UTF-8 Encode and Decode/4. Let's learn the basics of bytes, runes and strings.mp4
68 MB
11. UTF-8 Encode and Decode/4. Let's learn the basics of bytes, runes and strings.srt
4.7 kB
11. UTF-8 Encode and Decode/5. Let's write a character-set program.mp4
50 MB
11. UTF-8 Encode and Decode/5. Let's write a character-set program.srt
7.9 kB
11. UTF-8 Encode and Decode/6. Let's convert, index, and slice bytes, runes and strings.mp4
95 MB
11. UTF-8 Encode and Decode/6. Let's convert, index, and slice bytes, runes and strings.srt
15 kB
11. UTF-8 Encode and Decode/7. How can you decode a string.mp4
70 MB
11. UTF-8 Encode and Decode/7. How can you decode a string.srt
10 kB
11. UTF-8 Encode and Decode/8. String Header Why strings are immutable.mp4
107 MB
11. UTF-8 Encode and Decode/8. String Header Why strings are immutable.srt
11 kB
11. UTF-8 Encode and Decode/9. Recap Strings Revisited.mp4
31 MB
11. UTF-8 Encode and Decode/9. Recap Strings Revisited.srt
2.1 kB
11. UTF-8 Encode and Decode/9.1 strings revisited.pdf
533 kB
11. UTF-8 Encode and Decode/10. Prove Yourself Strings, Bytes, and Runes.html
155 B
11. UTF-8 Encode and Decode/11. ★ UTF-8 EXERCISES ★.html
1.1 kB
12. Project Create a Spam Masker/1. Project Let's Build a Spam Masker.html
905 B
12. Project Create a Spam Masker/1.1 Project - Spam Masker.pdf
687 kB
12. Project Create a Spam Masker/2. Challenge.mp4
29 MB
12. Project Create a Spam Masker/2. Challenge.srt
4.2 kB
12. Project Create a Spam Masker/3. Challenge Document.html
2.2 kB
12. Project Create a Spam Masker/4. Detect the link patterns.mp4
28 MB
12. Project Create a Spam Masker/4. Detect the link patterns.srt
7.1 kB
12. Project Create a Spam Masker/5. Mask the links.mp4
29 MB
12. Project Create a Spam Masker/5. Mask the links.srt
8.5 kB
12. Project Create a Spam Masker/6. ★ Text Wrapper Challenge ★.html
1.7 kB
12. Project Create a Spam Masker/7. Let's build a Unicode text wrapper.mp4
38 MB
12. Project Create a Spam Masker/7. Let's build a Unicode text wrapper.srt
8.0 kB
13. Maps and Internals/1. Learn Go's Maps and Internals.html
919 B
13. Maps and Internals/1.1 Maps.pdf
4.7 MB
13. Maps and Internals/2. Create an English to Turkish dictionary.mp4
77 MB
13. Maps and Internals/2. Create an English to Turkish dictionary.srt
11 kB
13. Maps and Internals/3. Populate the dictionary.mp4
54 MB
13. Maps and Internals/3. Populate the dictionary.srt
11 kB
13. Maps and Internals/4. Map Internals How maps work behind the scenes.mp4
109 MB
13. Maps and Internals/4. Map Internals How maps work behind the scenes.srt
14 kB
13. Maps and Internals/4.1 Map internals for the curious.html
117 B
13. Maps and Internals/5. Prove Yourself Maps.html
155 B
13. Maps and Internals/6. ★ MAP EXERCISES ★.html
1.1 kB
14. Project Create a Log Parser/1. Scan for Input using bufio.Scanner.html
713 B
14. Project Create a Log Parser/1.1 Scanning for Input.pdf
718 kB
14. Project Create a Log Parser/2. Scan user input using bufio.Scanner.mp4
54 MB
14. Project Create a Log Parser/2. Scan user input using bufio.Scanner.srt
10 kB
14. Project Create a Log Parser/2.1 proverbs.txt
84 B
14. Project Create a Log Parser/2.2 Pipes and Redirection.html
104 B
14. Project Create a Log Parser/3. Use maps as sets.mp4
50 MB
14. Project Create a Log Parser/3. Use maps as sets.srt
13 kB
14. Project Create a Log Parser/3.1 shakespeare.txt
476 B
14. Project Create a Log Parser/4. Create a Log Parser using maps and bufio.Scanner.mp4
41 MB
14. Project Create a Log Parser/4. Create a Log Parser using maps and bufio.Scanner.srt
11 kB
14. Project Create a Log Parser/4.1 logs.zip
860 B
14. Project Create a Log Parser/5. Prove Yourself Input Scanning.html
155 B
14. Project Create a Log Parser/6. ★ SCANNER EXERCISES ★.html
2.4 kB
15. Structs Encode and Decode JSON/1. Structs Organize Data.html
1.4 kB
15. Structs Encode and Decode JSON/1.1 Structs.pdf
7.3 MB
15. Structs Encode and Decode JSON/2. What is a struct.mp4
83 MB
15. Structs Encode and Decode JSON/2. What is a struct.srt
5.9 kB
15. Structs Encode and Decode JSON/3. Let's create a struct!.mp4
50 MB
15. Structs Encode and Decode JSON/3. Let's create a struct!.srt
11 kB
15. Structs Encode and Decode JSON/4. When can you compare struct values.mp4
65 MB
15. Structs Encode and Decode JSON/4. When can you compare struct values.srt
10 kB
15. Structs Encode and Decode JSON/5. Go OOP Struct Embedding.mp4
68 MB
15. Structs Encode and Decode JSON/5. Go OOP Struct Embedding.srt
8.8 kB
15. Structs Encode and Decode JSON/5.1 Illustration Composition vs Inheritance.html
116 B
15. Structs Encode and Decode JSON/6. Rewrite Log Parser to Structs.mp4
42 MB
15. Structs Encode and Decode JSON/6. Rewrite Log Parser to Structs.srt
9.0 kB
15. Structs Encode and Decode JSON/6.1 logs.zip
860 B
15. Structs Encode and Decode JSON/7. Encode values to JSON.mp4
96 MB
15. Structs Encode and Decode JSON/7. Encode values to JSON.srt
12 kB
15. Structs Encode and Decode JSON/7.1 What is JSON and why would I use it.html
139 B
15. Structs Encode and Decode JSON/7.2 Additional info on struct field tags.html
104 B
15. Structs Encode and Decode JSON/7.3 Intro to JSON.html
107 B
15. Structs Encode and Decode JSON/8. Decode values from JSON.mp4
52 MB
15. Structs Encode and Decode JSON/8. Decode values from JSON.srt
9.1 kB
15. Structs Encode and Decode JSON/9. Prove Yourself Structs.html
155 B
15. Structs Encode and Decode JSON/10. ★ STRUCT EXERCISES ★.html
1.4 kB
16. Functions, Pointers and Addressability/1. Functions The Building Blocks.html
1.2 kB
16. Functions, Pointers and Addressability/1.1 Functions.pdf
5.7 MB
16. Functions, Pointers and Addressability/2. Learn the function basics.mp4
120 MB
16. Functions, Pointers and Addressability/2. Learn the function basics.srt
13 kB
16. Functions, Pointers and Addressability/3. Confine variables to a function.mp4
69 MB
16. Functions, Pointers and Addressability/3. Confine variables to a function.srt
14 kB
16. Functions, Pointers and Addressability/4. Rewrite Log Parser using functions.mp4
68 MB
16. Functions, Pointers and Addressability/4. Rewrite Log Parser using functions.srt
12 kB
16. Functions, Pointers and Addressability/5. Learn the Pass By Value Semantics.mp4
93 MB
16. Functions, Pointers and Addressability/5. Learn the Pass By Value Semantics.srt
11 kB
16. Functions, Pointers and Addressability/6. Prove Yourself Functions.html
155 B
16. Functions, Pointers and Addressability/7. ★ FUNC EXERCISES ★.html
1.9 kB
16. Functions, Pointers and Addressability/8. Pointers Indirectly update data.html
1.1 kB
16. Functions, Pointers and Addressability/8.1 Pointers.pdf
7.8 MB
1. Setup your Environment/1. Grab the Roadmap!.html
1.6 kB
16. Functions, Pointers and Addressability/9. What is a pointer.srt
15 kB
16. Functions, Pointers and Addressability/10. Learn the pointer mechanics.mp4
71 MB
16. Functions, Pointers and Addressability/10. Learn the pointer mechanics.srt
14 kB
16. Functions, Pointers and Addressability/11. Learn how to work with pointers to composite types.mp4
54 MB
16. Functions, Pointers and Addressability/11. Learn how to work with pointers to composite types.srt
11 kB
16. Functions, Pointers and Addressability/12. Rewrite the Log Parser using Pointers.mp4
45 MB
16. Functions, Pointers and Addressability/12. Rewrite the Log Parser using Pointers.srt
9.2 kB
16. Functions, Pointers and Addressability/13. Pointers or Values Be Consistent.mp4
52 MB
16. Functions, Pointers and Addressability/13. Pointers or Values Be Consistent.srt
11 kB
16. Functions, Pointers and Addressability/14. Prove Yourself Pointers.html
155 B
16. Functions, Pointers and Addressability/15. ★ POINTER EXERCISES ★.html
1.9 kB
17. Methods OOP with Go/1. Methods Grab the code.html
812 B
17. Methods OOP with Go/2. Methods Enhance types with additional behavior.mp4
95 MB
17. Methods OOP with Go/2. Methods Enhance types with additional behavior.srt
13 kB
17. Methods OOP with Go/3. Pointer Receivers Change the received value.mp4
72 MB
17. Methods OOP with Go/3. Pointer Receivers Change the received value.srt
13 kB
17. Methods OOP with Go/4. Non-Structs Attach methods to almost any type.mp4
52 MB
17. Methods OOP with Go/4. Non-Structs Attach methods to almost any type.srt
9.5 kB
18. Interfaces Implicit OOP Way/1. Interfaces Grab the code!.html
1.5 kB
18. Interfaces Implicit OOP Way/2. Interfaces Be dynamic!.mp4
125 MB
18. Interfaces Implicit OOP Way/2. Interfaces Be dynamic!.srt
14 kB
18. Interfaces Implicit OOP Way/3. Type Assertion Extract the dynamic value!.mp4
102 MB
18. Interfaces Implicit OOP Way/3. Type Assertion Extract the dynamic value!.srt
15 kB
18. Interfaces Implicit OOP Way/4. Empty Interface Represent any type of value.mp4
71 MB
18. Interfaces Implicit OOP Way/4. Empty Interface Represent any type of value.srt
12 kB
18. Interfaces Implicit OOP Way/5. Type Switch Detect and extract multiple values.mp4
53 MB
18. Interfaces Implicit OOP Way/5. Type Switch Detect and extract multiple values.srt
7.5 kB
18. Interfaces Implicit OOP Way/6. Promoted Methods Let's make a little bit of refactoring.mp4
71 MB
18. Interfaces Implicit OOP Way/6. Promoted Methods Let's make a little bit of refactoring.srt
11 kB
19. Interfaces Marshaler, Sorter, and so on/1. Famous Interfaces Grab the code!.html
1.9 kB
19. Interfaces Marshaler, Sorter, and so on/1.1 Famous Interfaces.pdf
10 MB
19. Interfaces Marshaler, Sorter, and so on/2. Don't interface everything!.mp4
88 MB
19. Interfaces Marshaler, Sorter, and so on/2. Don't interface everything!.srt
14 kB
19. Interfaces Marshaler, Sorter, and so on/3. Stringer Grant a type the ability to represent itself as a string.mp4
66 MB
19. Interfaces Marshaler, Sorter, and so on/3. Stringer Grant a type the ability to represent itself as a string.srt
12 kB
19. Interfaces Marshaler, Sorter, and so on/4. Sorter Let a type know how to sort itself.mp4
71 MB
19. Interfaces Marshaler, Sorter, and so on/4. Sorter Let a type know how to sort itself.srt
13 kB
19. Interfaces Marshaler, Sorter, and so on/5. Marshalers Customize JSON encoding and decoding of a type.mp4
56 MB
19. Interfaces Marshaler, Sorter, and so on/5. Marshalers Customize JSON encoding and decoding of a type.srt
10 kB
20. BONUS SECTION THANK YOU!/1. Bonus Lecture.html
875 B