-
Урок 1.
00:12:59
Course Introduction (Detailed)
-
Урок 2.
00:12:12
Sample Course Lectures (Only For Prospective Students)
-
Урок 3.
00:11:10
A Short History of Go - Why Go?
-
Урок 4.
00:11:14
Installation (Compiler and IDE) & Course Resources
-
Урок 5.
00:00:53
Language Fundamentals - Section Overview
-
Урок 6.
00:09:27
Your First Program - Hello World
-
Урок 7.
00:20:18
Main Concepts / Data Types (Part 1)
-
Урок 8.
00:24:32
Main Concepts / Data Types (Part 2)
-
Урок 9.
00:08:09
Types - Variables
-
Урок 10.
00:02:58
Verbs
-
Урок 11.
00:03:54
Variables, Constants, and Literals
-
Урок 12.
00:02:38
Working with Numeral Systems (Binary, Octal, Decimal, and Hexa Decimal)
-
Урок 13.
00:04:14
More Verbs
-
Урок 14.
00:01:44
Variable Declaration
-
Урок 15.
00:03:37
Working with Strings
-
Урок 16.
00:01:51
Working with Binary Values
-
Урок 17.
00:01:32
Logical Operators
-
Урок 18.
00:02:05
Character Escapes
-
Урок 19.
00:01:47
Equality Symbol
-
Урок 20.
00:05:56
Bitwise Operators
-
Урок 21.
00:01:08
Working with Base 8 (Octal) and Base 16 (Hexa)
-
Урок 22.
00:02:40
Minimum and Maximum Values of Basic Types
-
Урок 23.
00:01:56
NaN (Not a Number) and Infinity
-
Урок 24.
00:03:28
Unicode - Part 1
-
Урок 25.
00:01:21
Unicode - Part 2
-
Урок 26.
00:04:13
utf8 (Unicode Transformation Format) Part 1
-
Урок 27.
00:03:58
utf8 Part 2
-
Урок 28.
00:04:22
utf8 Part 3
-
Урок 29.
00:01:29
utf8 Part 4
-
Урок 30.
00:02:26
utf8 Part 5
-
Урок 31.
00:02:04
utf8 Part 6
-
Урок 32.
00:09:33
Scope of Variables
-
Урок 33.
00:02:04
Exercise #1-3
-
Урок 34.
00:01:31
Exercise #4,5
-
Урок 35.
00:04:30
Exercise #6,7
-
Урок 36.
00:02:40
Exercise #8-11
-
Урок 37.
00:02:11
Exercise #12,13
-
Урок 38.
00:03:01
Exercise #14
-
Урок 39.
00:00:32
Control Structures - Section Overview
-
Урок 40.
00:05:35
If Statements - Theory & Example #1-3
-
Урок 41.
00:13:29
For Loop Statements - Theory & Example #1-6
-
Урок 42.
00:08:37
Switch Statements - Part 1 - Theory & Example #1-3
-
Урок 43.
00:11:35
Switch Statements - Part 2 - Theory & Example #4-7
-
Урок 44.
00:03:04
Exercise #1
-
Урок 45.
00:01:25
Exercise #2
-
Урок 46.
00:05:08
Exercise #3
-
Урок 47.
00:00:50
Arrays & Slices - Section Overview
-
Урок 48.
00:06:33
Arrays - Theory
-
Урок 49.
00:09:11
Arrays - Part 1
-
Урок 50.
00:11:19
Arrays - Part 2
-
Урок 51.
00:09:10
Slices - Theory
-
Урок 52.
00:10:14
Slices - Part 1
-
Урок 53.
00:09:40
Slices - Part 2
-
Урок 54.
00:08:14
Slices - Part 3
-
Урок 55.
00:09:36
Slices - Part 4
-
Урок 56.
00:00:37
Maps - Section Overview
-
Урок 57.
00:06:24
Maps - Theory
-
Урок 58.
00:07:55
Hashtables - Part 1
-
Урок 59.
00:05:32
Hashtables - Part 2
-
Урок 60.
00:05:21
Maps - make() function
-
Урок 61.
00:06:06
Maps - Assignment
-
Урок 62.
00:07:01
Sorting Maps
-
Урок 63.
00:06:09
Maps - Assignment
-
Урок 64.
00:06:04
Maps & Unicode
-
Урок 65.
00:00:28
Functions, Part 1 - Section Overview
-
Урок 66.
00:06:09
Functions - Theory
-
Урок 67.
00:08:36
Function Parameters
-
Урок 68.
00:08:07
Functions & Stacks
-
Урок 69.
00:08:04
Variadic Functions
-
Урок 70.
00:05:16
Functions - Assignment
-
Урок 71.
00:03:53
Stacks - Assignment
-
Урок 72.
00:05:07
Functions & Map of maps
-
Урок 73.
00:10:14
Functions & Map of maps - Assignment
-
Урок 74.
00:00:31
Pointers - Section Overview
-
Урок 75.
00:15:07
Pointers - Theory
-
Урок 76.
00:09:07
Pointers - Basics
-
Урок 77.
00:12:06
Pointers & Slices
-
Урок 78.
00:08:21
Pointers & Slice of slice
-
Урок 79.
00:07:26
Pointers & Functions
-
Урок 80.
00:04:48
Pointers & Ref-Non ref Types
-
Урок 81.
00:08:35
Pointers & Ref-Non ref Types - Assignment
-
Урок 82.
00:00:31
Functions, Part 2 - Section Overview
-
Урок 83.
00:04:44
Function Literals
-
Урок 84.
00:09:22
Function Literals - Functions as Return Types
-
Урок 85.
00:07:39
Closure
-
Урок 86.
00:06:19
Callbacks
-
Урок 87.
00:05:37
Callbacks - Variadic - Assignment
-
Урок 88.
00:06:45
Recursion, Factorial
-
Урок 89.
00:05:32
Recursion, Fibonacci
-
Урок 90.
00:08:32
Function, defer
-
Урок 91.
00:04:14
Function, defer - Assignment
-
Урок 92.
00:06:02
Function, panic
-
Урок 93.
00:05:52
Function, recover
-
Урок 94.
00:00:38
Structs - Section Overview
-
Урок 95.
00:08:27
Structs - Theory
-
Урок 96.
00:08:54
Structs - Example
-
Урок 97.
00:07:07
Anonymous Struct - Pointers
-
Урок 98.
00:18:19
Comparing Structs
-
Урок 99.
00:02:57
Structs & Pointers
-
Урок 100.
00:03:15
Structs - Anonymous Fields
-
Урок 101.
00:07:39
Embedded Structs
-
Урок 102.
00:02:19
Embedded Structs, Anonymous
-
Урок 103.
00:07:34
Multiple Embedded Structs - Assignment
-
Урок 104.
00:10:42
Structs - Receivers
-
Урок 105.
00:15:20
Exporteing Structs
-
Урок 106.
00:17:04
Structs - Method Overloading
-
Урок 107.
00:08:32
Struct, Rreceivers, and Pointers
-
Урок 108.
00:00:41
Interfaces - Section Overview
-
Урок 109.
00:16:54
Interfaces - Theory
-
Урок 110.
00:10:33
Interfaces - Example
-
Урок 111.
00:12:31
The 'empty' Interface
-
Урок 112.
00:09:38
Interfaces - Conversion
-
Урок 113.
00:07:45
Interfaces Assertion
-
Урок 114.
00:03:43
Interfaces - Package 'sort' - Part 1
-
Урок 115.
00:14:09
Interfaces - Package 'sort' - Part 2
-
Урок 116.
00:03:59
The 'interface' Interfaces - Part 1
-
Урок 117.
00:07:00
The 'interface' Interfaces - Part 2 - More Examples
-
Урок 118.
00:00:42
Concurrency - Section Overview
-
Урок 119.
00:17:09
Concurrency - Goroutines
-
Урок 120.
00:06:11
Concurrency - Waitgroup
-
Урок 121.
00:11:15
Concurrency & Parallelism
-
Урок 122.
00:04:58
Concurrency - Race Condition
-
Урок 123.
00:04:53
Concurrency - Mutex
-
Урок 124.
00:04:35
Concurrency - Atomic
-
Урок 125.
00:00:37
Channels - Section Overview
-
Урок 126.
00:16:17
Channels - Theory
-
Урок 127.
00:04:46
nil Channels - Deadlock
-
Урок 128.
00:17:11
Unbuffered Channels
-
Урок 129.
00:15:00
Channel Range
-
Урок 130.
00:12:29
Channels - Semaphore
-
Урок 131.
00:06:33
Channels - Multipe Receivers
-
Урок 132.
00:07:03
Channels - Assignment
-
Урок 133.
00:11:54
Channel Direction
-
Урок 134.
00:14:26
Channels - Multiplexing
-
Урок 135.
00:15:51
Buffered Channels
-
Урок 136.
00:03:15
Buffered Channels - Capacity
-
Урок 137.
00:06:14
Channels - Assignment
-
Урок 138.
00:07:08
Channels - Assignment
-
Урок 139.
00:03:36
Channels - Pipeline
-
Урок 140.
00:03:34
Channels - Pipeline - Assignment
-
Урок 141.
00:00:17
Packages & Documentation - Section Overview
-
Урок 142.
00:14:58
Packages
-
Урок 143.
00:11:40
Documentation
-
Урок 144.
00:00:28
Error Handling & Unit Testing - Section Overview
-
Урок 145.
00:11:37
Error Handling - Part 1
-
Урок 146.
00:08:10
Error Handling - Part 2
-
Урок 147.
00:06:16
Error Handling - Part 3
-
Урок 148.
00:19:39
Unit Testing
-
Урок 149.
00:00:42
Miscellaneous Topics - Section Overview
-
Урок 150.
00:13:06
Reference / Non Reference Types
-
Урок 151.
00:12:57
JSON
-
Урок 152.
00:09:39
Working with Files - Part 1
-
Урок 153.
00:08:52
Working with Files - Part 2
-
Урок 154.
00:15:44
String Manipulation Functions
-
Урок 155.
00:05:00
Reflections - Part 1
-
Урок 156.
00:22:56
Reflections - Part 2
-
Урок 157.
00:09:26
Reflections - Part 3
-
Урок 158.
00:01:01
MySQL & Final Assignment- Section Overview
-
Урок 159.
00:02:26
PostgreSQL Installation
-
Урок 160.
00:08:06
MySQL Installation
-
Урок 161.
00:12:16
Working with MySQL - MySQL Workbench
-
Урок 162.
00:20:20
A Tour of SQL (MySQL & PostgreSQL) - Part 1
-
Урок 163.
00:23:59
A Tour of SQL (MySQL & PostgreSQL) - Part 2
-
Урок 164.
00:17:29
Connecting to MySQL from Go
-
Урок 165.
00:18:51
MySQL Operations in Go
-
Урок 166.
00:10:41
Connecting Go to PostgreSQL
-
Урок 167.
00:15:05
Final Assignment - Requirements
-
Урок 168.
00:31:47
Final Assignment - Solution - Part 1
-
Урок 169.
00:40:07
Final Assignment - Solution - Part 2
-
Урок 170.
00:08:43
Final Assignment - Solution - Part 3
-
Урок 171.
00:20:52
Final Assignment - Solution - Part 4
-
Урок 172.
00:14:30
Final Assignment - Conclusion
-
Урок 173.
00:00:57
Thank You and Please Leave a Rating for the Course