ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

168,508 results

dotconferences
dotGo 2019 - Daniel Martí - Optimizing Go code without a blindfold

Filmed at https://2019.dotgo.eu on March 25th in Paris. More talks on https://dotconferences.com/talks Making code faster is ...

13:57
dotGo 2019 - Daniel Martí - Optimizing Go code without a blindfold

5,062 views

7 years ago

The Coding Gopher
Go Reflection in 3 minutes

What is the purpose of the reflect package? The reflect package allows you to: - Inspect types and values at runtime (e.g., struct ...

3:35
Go Reflection in 3 minutes

2,186 views

1 year ago

Tom Delalande
Comparing 10 programming languages. I built the same app in all of them.

Many modern programming languages have some great features like null safety, exhaustive switch statements, error handling, ...

21:33
Comparing 10 programming languages. I built the same app in all of them.

256,331 views

2 years ago

James Yap Codes
Go Tutorial: Basic TUI app served over SSH

We will build a basic TUI app using Go (charmbracelet/bubbletea), and serve it over SSH. Inspired by terminal.shop. Source code: ...

36:30
Go Tutorial: Basic TUI app served over SSH

20,250 views

1 year ago

Jantcu
VSCodium  = Your new Go IDE

Shows how to install VSCodium on Ubuntu 18.04 laptop for Go development. We add the Go extension to get all sorts of ...

5:18
VSCodium = Your new Go IDE

5,913 views

6 years ago

The Coding Gopher
Why Go's Garbage Collection is a Game Changer

Join us as we explore Go's powerful garbage collection system! From understanding how Go manages short-lived and long-lived ...

4:51
Why Go's Garbage Collection is a Game Changer

13,452 views

1 year ago

package main
Developing a Terminal App in Go with Bubble Tea

Developing CLIs and TUIs in Go is fun, and there are really good packages out there to make it so. And when it comes to terminal ...

49:39
Developing a Terminal App in Go with Bubble Tea

38,302 views

1 year ago

Coding with Verrol
Learn Go: The Language That Will Change How You Code (Teaser)

Curious about the Go programming language? This short, compelling teaser is your first step into a world of efficient, powerful ...

9:17
Learn Go: The Language That Will Change How You Code (Teaser)

5,074 views

10 years ago

DFIRScience
GO Programming 004: Loops in Go

Get started programming in Go! Go (also known as Golang) is an open-source project developed by a team at Google and many ...

15:03
GO Programming 004: Loops in Go

433 views

6 years ago

package main
Writing testable Go code

Some good practices for writing testable Go code. Code for this video: ...

18:22
Writing testable Go code

5,196 views

6 years ago

dotconferences
dotGo 2019 - Ignat Korchagin - Go as a scripting language in Linux

Filmed at https://2019.dotgo.eu on March 25th in Paris. More talks on https://dotconferences.com/talks Why use Go as a scripting ...

14:44
dotGo 2019 - Ignat Korchagin - Go as a scripting language in Linux

5,581 views

7 years ago

DFIRScience
GO Programming 005: Conditional Statements

Get started programming in Go! Go (also known as Golang) is an open-source project developed by a team at Google and many ...

12:58
GO Programming 005: Conditional Statements

355 views

6 years ago

package main
My thoughts on the future of Go

LINKS: - https://cline.gg/alex - https://go.dev/doc/go1compat - https://packagemain.tech - https://discord.gg/fJQa3xr3fe.

10:54
My thoughts on the future of Go

35,637 views

2 months ago

package main
SOLID Principles in Golang

Let's dive into the SOLID principles, explore its meaning, and discover how to leverage it effectively within Go. Code: ...

24:25
SOLID Principles in Golang

17,220 views

1 year ago

dotconferences
dotGo 2016 - Kelsey Hightower - Self Deploying Go Applications

Filmed at http://2016.dotgo.eu on October 10th in Paris. More talks on http://thedotpost.com Kelsey demonstrates how ...

16:59
dotGo 2016 - Kelsey Hightower - Self Deploying Go Applications

13,960 views

9 years ago

DFIRScience
GO Programming 001: Installing Golang

Get started programming in Go! Go (also known as Golang) is an open source project developed by a team at Google and many ...

9:12
GO Programming 001: Installing Golang

2,620 views

6 years ago

DFIRScience
GO Programming 002: First program in Golang - Hello World!

Get started programming in Go! Go (also known as Golang) is an open source project developed by a team at Google and many ...

7:53
GO Programming 002: First program in Golang - Hello World!

2,146 views

6 years ago

CNCF [Cloud Native Computing Foundation]
From OOP to GO

Hi I'm Erica meikenfeld and today we're going to talk about how our mindset needs to change when coding and go versus in oop ...

32:59
From OOP to GO

7,581 views

3 years ago

EuroPython Conference
Stefan Baerisch - Go(lang) to Python

Content of the Talk The talk shows how to use CGO to make Go code available as a C library and then to use Cython to make this ...

44:58
Stefan Baerisch - Go(lang) to Python

1,256 views

6 years ago

FOSDEM
golang, practical Go Programming

by Andrew Gerrand Go is a new open-source programming language with an emphasis on simplicity, comprehensibility, and ...

59:20
golang, practical Go Programming

40,668 views

15 years ago