Overview
Master fundamental Go programming concepts in this 48-minute video tutorial covering essential data types, variables, and constants. Explore the differences between static and dynamic typed languages, understand various data types in Go, and learn proper variable declaration syntax. Gain hands-on experience with printing variables, managing variable scope, working with zero values, and handling user input. Practice finding variable types, converting between data types, implementing constants, and utilizing control flow structures including 'for' and 'while' loops, as well as pattern matching with 'match'. Enhance programming skills through practical examples and coding best practices designed for both beginners and intermediate developers looking to strengthen their Go programming foundation.
Syllabus
00:00 – Golang Essentials
00:20 – What is Data Type?
03:36 – Static vs Dynamic Typed Languages
07:34 – Kinds of Data Types
10:40 – Variables, Syntax & Declaration
14:19 – Printing Variables
21:54 – Declaring Variables
25:50 – Variable Scope
29:25 – Zero Values
31:22 – User Input
36:24 – Find Type of Variable
39:17 – Converting Between Data Types
44:14 – Constants
41:57 – Control Flow - "for" and "while" Loops
46:41 – Control Flow - Pattern matching with "match"
Taught by
KodeKloud