Curriculum
15 Sections
107 Lessons
Lifetime
Expand all sections
Collapse all sections
Section 1: 1 Establishing your Go Language system
3
1.1
1. Watch this first!
3 Minutes
1.2
2. Setting up Golang
7 Minutes
1.3
3. Downloading and Installing Go compiler
6 Minutes
Section 2: 2 Golang fundamentals
4
2.1
4. Understanding basic structure of the GO language
5 Minutes
2.2
5. Understanding basic syntax to be used in GO language
15 Minutes
2.3
6. Learn data types available in Go language
7 Minutes
2.4
7. Working with integer type in GO language
8 Minutes
Section 3: 3 Golang variables and operators
7
3.1
8. Understanding variable and their uses in Go language
14 Minutes
3.2
9. Understanding how to modify variables in GO language
15 Minutes
3.3
10. Learn arithmetic operators and their uses in Go language
10 Minutes
3.4
11. Learn assignment operators and their uses in Go language
9 Minutes
3.5
12. Understanding the If statement for comparison operators
2 Minutes
3.6
13. Learn relational operators and their uses in Go language
16 Minutes
3.7
14. Learn logical operators and their uses in Go language
17 Minutes
Section 4: 4 Golang If statements
5
4.1
15. Working with If statement in detail
5 Minutes
4.2
16. Learn how to use If and Else both in GO language
5 Minutes
4.3
17. Learn If, Else and Else If in detail in GO language
10 Minutes
4.4
18. Understand nested If and Else and their uses in Go language
9 Minutes
4.5
19. Nested If, Else and Else If in detail with example
11 Minutes
Section 5: 5 Golang Switch statements and For loops
3
5.1
20. Understand Switch statement and its work flow and uses in Go language
13 Minutes
5.2
21. Switch statement detailed
9 Minutes
5.3
22. Understanding for loop in GO language
10 Minutes
Section 6: 6 Golang functions
10
6.1
23. Creating very basic function in Golang
7 Minutes
6.2
24. Using functions in Go language with parameter
8 Minutes
6.3
25. Using multiple parameters in a function in Golang
9 Minutes
6.4
26. Converting integer to string in Golang
6 Minutes
6.5
27. Return single or multiple functions values in Golang
10 Minutes
6.6
28. Global and local variable scope rule in Golang and other programming language
10 Minutes
6.7
29. Built-in string functions in Golang -part 1 (detailed)
11 Minutes
6.8
30. Built-in string functions in Golang – part 2 (detailed)
17 Minutes
6.9
31. Built-in Math functions – part 1 (detailed)
10 Minutes
6.10
32. Built-in Math functions – part 2 (detailed)
4 Minutes
Section 7: 7 Golang arrays and pointers
4
7.1
33. Basics of array in Golang, creating array, and calling it
8 Minutes
7.2
34. Creating arrays with different styles
10 Minutes
7.3
35. Understanding multidimensional array, accessing arrays data and editing in Golang
8 Minutes
7.4
36. How to use pointers in Golang
11 Minutes
Section 8: 8 Golang structures, slices, and ranges
6
8.1
37. Understanding structures in Golang and how to use them
6 Minutes
8.2
38. Working with structure in function in Golang
8 Minutes
8.3
39. Understanding slices in Golang
12 Minutes
8.4
40. Understanding range in Golang with arrays in detail
10 Minutes
8.5
41. Using range to iterate map in Golang
6 Minutes
8.6
42. Making recursive function in Golang
6 Minutes
Section 9: 9 S2 Series: Golang web development: HTML basics
12
9.1
1. Learn HTML basics for GO language
9 Minutes
9.2
2. Understanding basic text logic of HTMLization
9 Minutes
9.3
3. Understanding attributes and its uses in HTMLization
4 Minutes
9.4
4. Understanding fix attributes
3 Minutes
9.5
5. Documenting and commenting
3 Minutes
9.6
6. Understanding linking methods in HTML
9 Minutes
9.7
7. Understanding how to apply images in HTML
8 Minutes
9.8
8. Tabulating in HTML
4 Minutes
9.9
9. Understanding iframe logic and uses
6 Minutes
9.10
10. Learn head area and its deep parts
9 Minutes
9.11
11. Understanding User Inputs (Audio Fix)
9 Minutes
9.12
12. Div and other semantic tags
6 Minutes
Section 10: 10 Golang web development: CSS basics
5
10.1
13. IDs, classes ad their uses in CSS
13 Minutes
10.2
14. Background properties and its uses
9 Minutes
10.3
15. Understanding element box model
7 Minutes
10.4
16. Floating and clearing the elements
11 Minutes
10.5
17. Understanding positioning
7 Minutes
Section 11: 11 Golang web development: Basic website structure
5
11.1
18. Designing header and understanding basics of page designing
7 Minutes
11.2
19. Designing navbar
6 Minutes
11.3
20. Main area and footer designing
7 Minutes
11.4
21. lists ordered and unordered
4 Minutes
11.5
22. nested ordered and unordered lists
5 Minutes
Section 12: 12 Golang web development: Bootstrap framework
9
12.1
23. How and why to use bootstrap for front end development
5 Minutes
12.2
24. Bootstrap typography
8 Minutes
12.3
25. Bootstrap colors
6 Minutes
12.4
26. Tabulating
5 Minutes
12.5
27. Understanding navigations using bootstrap
5 Minutes
12.6
28. Understanding complete navigation bar
6 Minutes
12.7
29. Understanding Bootstrap container type and their uses
9 Minutes
12.8
30. Understanding rows and columns logic
9 Minutes
12.9
31. Adding responsiveness to the page
9 Minutes
Section 13: 13 Golang web development: Creating a website template
28
13.1
32. Designing web page using Bootstrap template method
7 Minutes
13.2
33. Some little tweaks about the grid system of the Bootstrap columns
8 Minutes
13.3
34. Understanding list group and list group items while making sidebar
5 Minutes
13.4
35. Making of main area and footer
5 Minutes
13.5
36. Understanding text template new, parse and execute keyword in Golang
16 Minutes
13.6
37. Understanding basic usage of text templating in Golang
3 Minutes
13.7
38. Basics of OS package in Golang
2 Minutes
13.8
39. Using range keyword to apply slice in templating
15 Minutes
13.9
40. Using variable in the template Golang
7 Minutes
13.10
41. Separating template file from go programming file in Golang
10 Minutes
13.11
42. Passing data to template file in Golang
5 Minutes
13.12
43. Using variables in template file Golang
3 Minutes
13.13
44. Using slice in template Golang
8 Minutes
13.14
45. Applying HTML tags to the template Golang
4 Minutes
13.15
46. Using maps in template Golang
5 Minutes
13.16
47. Using structure in the template Golang
10 Minutes
13.17
48. Understanding FuncMap and Funcs in Golang, applying builtin string functions
11 Minutes
13.18
49. Using custom functions in the templates Golang
7 Minutes
13.19
50. Using If in templates Golang
10 Minutes
13.20
51. Using and or in template with if Golang
9 Minutes
13.21
52. Using If, Else If and Else in template Golang
7 Minutes
13.22
53. Using greater than gt, less than lt, and equal to eq statement in template Golang
8 Minutes
13.23
54. Nested templating in Golang
12 Minutes
13.24
55. Using method in template
5 Minutes
13.25
56. Converting go html file into html file Golang
4 Minutes
13.26
57. Using net http package with listen and serve functions
11 Minutes
13.27
58. Detailed talk about request and response in Golang
14 Minutes
13.28
59. Dynamic live code reloading of web app by Fresh plugin Golang
16 Minutes
Section 14: 14 HTTP status codes
5
14.1
60. HTTP status code understanding
4 Minutes
14.2
61. Understanding HTTP status codes – part 1
11 Minutes
14.3
62. Understanding HTTP status codes – part 2
9 Minutes
14.4
63. Understanding HTTP status codes – part 3
17 Minutes
14.5
64. Understanding HTTP Status Codes – part 4
6 Minutes
Section 15: 15 Additional Content: Grand Finale
1
15.1
Bonus Lectures. Enjoy the Benefits
Master Google Go (GoLang) Programming
Search
This content is protected, please
login
and enroll in the course to view this content!
Modal title
Main Content