Practical Concurrency in Go - GoRoutines, Mutexes, Channels and more

  Рет қаралды 6,222

sigfault

sigfault

Күн бұрын

Пікірлер: 24
@sigfaults
@sigfaults 5 ай бұрын
Hey guys! The repo with the source code for this video is here: github.com/sigrdrifa/go-concurrency And my NVIM config is here: github.com/sigrdrifa/nvim
@rea_kr
@rea_kr 5 ай бұрын
누나. 예뻐요.
@daveragos
@daveragos 5 ай бұрын
pin it
@paveldroo
@paveldroo 4 ай бұрын
Great content, just wanted to point out not entirely correct information about difference in buffered and unbuffered channels. They are not about unlimited and limited data, but about blocking/unblocking operations. Unbuffered channel sends one piece of data and current goroutine stops execution until another goroutine will read the data from the channel. On the other hand, buffered channel allows execution until channel becomes full (the capacity parameter in make() function). When buffered channel is full it behaves like unbuffered channel until some goroutine will read some data from it. Hope it was interesting for you. I’ve watched all your videos, good job!
@frankjansson7563
@frankjansson7563 5 ай бұрын
I've been wanting to get started with Go these videos are really enjoyable. I enjoy your Non Go videos to. Keep spreading the joy of coding :)
@dejanduh2645
@dejanduh2645 5 ай бұрын
This is the best practical example of concurrency in go I have ever seen. Great job, keep up 👍
@AnandKumar-dc2bf
@AnandKumar-dc2bf 5 ай бұрын
Thanks for ur videos pls make more and more golang videos please.....
@baronbeans5001
@baronbeans5001 5 ай бұрын
This was so helpful. Any chance you can do a video on context in go?
@DaaWood998
@DaaWood998 Ай бұрын
Very useful and insightufl video, thanks MAN 😏😏
@v3ronez
@v3ronez 5 ай бұрын
one of the bests videos about concurrency.
@vb_gh
@vb_gh 4 ай бұрын
Thank you very much for making my requested video 🙏🏽. This is a good and clear real life use case. I would also like to ask for another video about what are the differences using json.Marshal or json.Unmarshal and json. Encoder or json.Decoder in go. I know they both are used to convert go types to json and vice versa. But I don't know why and where to use one over the other. A video with some vivid/concrete examples of why and where to use each or reply to this comment could help me understand. Thank you in advance 🙏🏽.
@ninapryadko9306
@ninapryadko9306 5 ай бұрын
Thank you so much, absolutely excellent
@manishbadgotra
@manishbadgotra 5 ай бұрын
You really are a Good teacher 💯 btw Love from India ❤
@codelinx
@codelinx Ай бұрын
What is this life you are so damn smart 👩‍💻… this is so helpful.
@emersonjjsouza
@emersonjjsouza 4 ай бұрын
Great examples, so helpful 😍
@GushchinAndrei
@GushchinAndrei 3 ай бұрын
Excellent. Please keep doing
@liftingisfun2350
@liftingisfun2350 22 күн бұрын
what are your thoughts on following a pattern like main uses a handler which uses a service which uses a repository? is layered architecture too much for go?
@sigfaults
@sigfaults 21 күн бұрын
Hey, that's not unthinkable but I would be wary of using too many layers and it might become hard to follow. I normally have a more flat architecture where I inject things on the same level if that makes sense
@glepnir522
@glepnir522 5 ай бұрын
😍😍😍😍
@nanonkay5669
@nanonkay5669 4 ай бұрын
Honestly, it was all good until we got to worker pools. Then it was all confusing for me there after
@georgecrisan9499
@georgecrisan9499 5 ай бұрын
the example at 10:30 cannot be correct, the error is caused by the fact that there is no Currency item in the currencies map with key 'usd' at the time the go routine outside of the waiting group is running. If you add a 'usd' currency in the code above the error is gone and it prints the rates when it has the record whenever the thread has a chance to run. Also at 22:40 you say let's close the resultChan but the code below has close(currencyChan). The question is why closing only one? why not both or why any at all?
Build real-time modern web apps with Go, WebSockets and HTMX
35:11
Master Go Programming With These Concurrency Patterns (in 40 minutes)
46:15
Бенчик, пора купаться! 🛁 #бенчик #арти #симбочка
00:34
Симбочка Пимпочка
Рет қаралды 3,9 МЛН
Who’s the Real Dad Doll Squid? Can You Guess in 60 Seconds? | Roblox 3D
00:34
Я сделала самое маленькое в мире мороженое!
00:43
Fake watermelon by Secret Vlog
00:16
Secret Vlog
Рет қаралды 31 МЛН
Всё про конкурентность в Go
23:36
defer panic
Рет қаралды 19 М.
Iterators in Go 1.23
18:39
sigfault
Рет қаралды 1,3 М.
Advanced Golang: Channels, Context and Interfaces Explained
22:17
Code With Ryan
Рет қаралды 123 М.
Why understanding concurrency in Go is so important
6:08
Web Dev Cody
Рет қаралды 11 М.
Golang Channels Or Wait Groups? Let Me Explain.
18:32
Anthony GG
Рет қаралды 24 М.
Introduction to Concurrency (Concurrency in Go #1)
27:54
Steve Hook
Рет қаралды 31 М.
This is why Go Channels are awesome
6:06
Web Dev Cody
Рет қаралды 13 М.
Learn Golang Concurrency For Beginners By Example
1:31:16
Anthony GG
Рет қаралды 24 М.
Бенчик, пора купаться! 🛁 #бенчик #арти #симбочка
00:34
Симбочка Пимпочка
Рет қаралды 3,9 МЛН