ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

128,556 results

Related queries

golang microservices

golang web development

golang interface

golang channels

golang interview questions

golang projects

golang api

golang tutorial

golang concurrency

golang شرح

golang tutorial in tamil

golang in hindi

Mastery Learning
Ken Thompson: Why did we create Golang?

Ken Thompson answers a question about the reason behind the creation of Golang at Google I/O 2012.

0:31
Ken Thompson: Why did we create Golang?

193,989 views

1 year ago

Kantan Coding
Improve Go Concurrency Performance With This Pattern

Become a Golang Expert With This Hands-On Golang Course https://kantancoding.io/p/gomicro More advanced concurrency ...

34:16
Improve Go Concurrency Performance With This Pattern

23,337 views

2 years ago

CodeLucky
Golang Maps: Advanced Techniques for Efficient Data Handling 🚀

Dive deep into Golang maps with this advanced tutorial! Learn how to efficiently manage data structures using keys, values, and ...

4:33
Golang Maps: Advanced Techniques for Efficient Data Handling 🚀

41 views

2 months ago

Code With Ryan
Advanced Golang: Channels, Context and Interfaces Explained

Today, I'll provide a simple breakdown of channels, context and interfaces in Golang. I'll show examples of why they are useful ...

22:17
Advanced Golang: Channels, Context and Interfaces Explained

150,491 views

4 years ago

Tiago
Advanced Golang: Goroutines & Channels

https://www.selfmadeengineer.com/ In this video I explain how Goroutines, Channels and Wait Groups work in Golang by going ...

17:31
Advanced Golang: Goroutines & Channels

22,608 views

1 year ago

People also watched

ThePrimeTime
How Much Memory for 1,000,000 Threads in 7 Languages | Go, Rust, C#, Elixir, Java, Node, Python

Recorded live on twitch, GET IN https://twitch.tv/ThePrimeagen ty piotr! https://pkolaczk.github.io/memory-consumption-of-async/ ...

26:21
How Much Memory for 1,000,000 Threads in 7 Languages | Go, Rust, C#, Elixir, Java, Node, Python

1,019,741 views

2 years ago

CodeSource
The Untold Story of Golang

Thank you to Abacus.ai for supporting the production of this documentary. Try it now: https://chatllm.abacus.ai/codesource Skip ...

12:24
The Untold Story of Golang

372,055 views

5 months ago

ThePrimeTime
HARD truths before switching to Go

Twitch https://twitch.tv/ThePrimeagen Discord https://discord.gg/ThePrimeagen Become Backend Dev: https://boot.dev/prime (plus ...

24:22
HARD truths before switching to Go

407,731 views

6 months ago

Coding with Patrik
Complete REST API in Go – Build an Event App (GIn, JWT, SQL, Swagger)

Build a complete REST API for an event management app in Go using Gin and SQL! This tutorial walks you through setting up the ...

2:02:41
Complete REST API in Go – Build an Event App (GIn, JWT, SQL, Swagger)

37,394 views

8 months ago

samvcodes
Handling errors LIKE a 10x ENGINEER in Golang - Golang Service Pattern

Host your Go web apps with Railway: https://railway.com?referralCode=WTZdZ1 In this video, I discuss handling errors when ...

7:43
Handling errors LIKE a 10x ENGINEER in Golang - Golang Service Pattern

50,028 views

2 years ago

TheVimeagen
Learning Golang Context!! Never Looked At It!

LIVE ON TWITCH: https://twitch.tv/ThePrimeagen Become a backend engineer. Its my favorite site ...

25:03
Learning Golang Context!! Never Looked At It!

55,239 views

1 year ago

Kantan Coding
The 3 Laws of Writing Readable Code

Is your code readable? Or is it difficult to understand? Following these three laws will help you to become the guy that every ...

5:28
The 3 Laws of Writing Readable Code

1,395,668 views

1 year ago

Anthony GG
Mastering Dependency Injection In Golang

Join my Discord community for free education https://discord.com/invite/bDy8t4b3Rz ▻ Pre order (get 30% off) my exclusive ...

14:29
Mastering Dependency Injection In Golang

66,230 views

2 years ago

Dreams of Code
Five of my favorite project ideas to learn Go.

Click this link https://sponsr.is/bootdev_dreamsofcode and use my code DREAMSOFCODE to get 25% off your first payment for ...

11:31
Five of my favorite project ideas to learn Go.

190,159 views

1 year ago

Melkey
This Is The BEST Way To Structure Your GO Projects

World of Go programming language! Whether you're a complete beginner or an experienced developer looking to explore Go, ...

11:08
This Is The BEST Way To Structure Your GO Projects

115,957 views

2 years ago

Code With Ryan
Advanced Golang: Generics Explained

Generics help you to do more with less code, by using generic types instead of concrete types. While Generics have been part of ...

13:37
Advanced Golang: Generics Explained

87,099 views

3 years ago

Code With Ryan
Advanced Golang: Limiting Goroutines

Goroutines are powerful and make your program run faster. But with great power comes great... potential for an OOM (Out Of ...

7:31
Advanced Golang: Limiting Goroutines

34,905 views

2 years ago

Melkey
Everything I did to become an expert in Golang (you can do this too)

In this video I explain how I went from a complete beginner in Go to an expert in four years. Best way to learn programming ...

8:12
Everything I did to become an expert in Golang (you can do this too)

90,835 views

5 months ago

Flo Woelki
Golang Concurrency - All the Basics you have to know!

Get going with Golang's Concurrency features with just one video! If you need a quick Golang 15-minute refresher, feel free to ...

45:14
Golang Concurrency - All the Basics you have to know!

40,446 views

11 months ago

Kantan Coding
Master Go Programming With These Concurrency Patterns (in 40 minutes)

Golang Microservices Course https://kantancoding.io/p/gomicro If you want to support me and content like this, consider joining ...

46:15
Master Go Programming With These Concurrency Patterns (in 40 minutes)

286,015 views

3 years ago

Tiago
Building a Production API in Golang from Scratch (Ecommerce project)

Join to level up as a software engineer: https://selfmadeengineer.com In this mini-course we'll build a production-ready API in Go ...

2:02:17
Building a Production API in Golang from Scratch (Ecommerce project)

27,388 views

1 month ago

Flo Woelki
Go 1.25 is not flashy.. it's just faster and smarter!

Go 1.25 rc1 has been released, and it comes with many improvements under the hood. In this video, we'll explore the changes in ...

15:53
Go 1.25 is not flashy.. it's just faster and smarter!

26,416 views

5 months ago

Flo Woelki
Golang: The Last Interface Explanation You'll Ever Need

Interfaces are common, easy and important to use in Golang. Next to interfaces, structs are also really important. I've also made a ...

17:58
Golang: The Last Interface Explanation You'll Ever Need

78,835 views

1 year ago

Anthony GG
The Most Efficient Struct Configuration Pattern For Golang

Join my Discord community for free education https://discord.com/invite/bDy8t4b3Rz ▻ Pre order (get 30% off) my exclusive ...

11:10
The Most Efficient Struct Configuration Pattern For Golang

102,480 views

2 years ago