Golang Deep Dive P1 - Introduction Golang Core

preview_player
Показать описание
This is the first Golang Playground in this Golang Deep Dive Series.
This Playground covers all fundamental things about Golang Programming Language,
so you can understand nature of this language.

In following videos you will see marks: P and L.
For example:
Golang Deep Dive P1 - L2 - Basic Primitive Data Types

This will help you, so you can easily follow next lectures.
P stands for Playground and L stands for Lecture.

#GolangDeepDive #Go #GolangSeries #Golang #GoProgrammingLanguage #GoSeries #GoProgrammingLanguage #NatureOfGolang #CoreConcepts #GolangTutorial #GoKnowledge #GoWorld

Check out the playlist for more useful content:
L1 - Linux System & Linux Terminal & GIT Tool
L2 - Basic Primitive Data Types
L3 - Definition of Variables & Constants & Structures
L4 - File Structure & Core Commands
L5 - Create Variables & Structures & Constants
L6 - Operators & Match Types
L7 - Basic FMT
L8 - Advanced FMT
L9 - IF Statement
L10 - SWITCH Statement
L11 - Date & Time
L12 - Formats & Measures
L13 - Nature of Pointers
L14 - Implementation of Pointers
L15 - Implementation of Structures
L16 - Inheritance
L17 - Arrays
L18 - Slices
L19 - Multidimensional Arrays and Slices
L20 - Maps
L21 - Forms of FOR loop
L22 - Multi Form of FOR loop
L23 - Advanced Usage of FOR loop
L24 - Advanced Structures
L25 - Nature of Function
L26 - Implementation of Functions
L27 - Functions Connected to Structures
L28 - Set and Get Functions
L29 - Inputs and Outputs with Pointers
L30 - Variadic, Recursive and Embedded Functions
L31 - Functions as Input and Output
L32 - Additional Usage of Functions
L33 - Nature of Interface
L34 - Write Interface with Methods
L35 - Interface as Input Variable
L36 - Multiple Interfaces
L37 - Empty Interface
L38 - Slice of Interface
L39 - Interface Inheritance and Interface Inside of Structure
L40 - Slice of Interfaces Inside of Structure
L41 - Advanced Structures 2
L42 - Operations with Strings
L43 - Module as Third Party and Module from Another Package
L44 - Modules - Import Structure with Hidden Fields and Functions
L45 - Modules - Inheritance and Internal Interface
L46 - Modules - External Interface
L47 - Types of Errors
L48 - Create, Rename and Delete Directories and Files
L49 - Write Data Into File
L50 - Read Data From File
L51 - Write and Read CSV File
L52 - Write and Read JSON
L53 - Write and Read YAML Format
Рекомендации по теме
Комментарии
Автор

Thank you for creating these. Please create a playlist for us!

jaabel
Автор

Can you show us how one can use 3rd party libraries and how to understand the documentation of any library so we can start writing our code using these 3rd party libraries/APi's?

master