Security in Go
1:31
6 ай бұрын
LLMs can Go
1:34
6 ай бұрын
How to achieve concurrency
1:58
6 ай бұрын
Go with Firebase
1:20
7 ай бұрын
Go’s Ecosystem
1:40
8 ай бұрын
Arrays and Slices
1:20
8 ай бұрын
Overview of Go
1:56
9 ай бұрын
Choosing Go to process your data
1:57
Go development for your startup
4:01
Enjoy Kubernetes with Go
4:11
Жыл бұрын
How to write a fuzz test | Demo
6:29
Introduction to Fuzzing
3:18
2 жыл бұрын
Go 1.18 is here!
3:01
2 жыл бұрын
Пікірлер
@KLACb
@KLACb Ай бұрын
Need more videos on this.
@KLACb
@KLACb Ай бұрын
Thanks for the information. Im learning it now 🙂
@soberhippie
@soberhippie Ай бұрын
"Give descriptive names" is in stark contradiction to giving the receivers with one letter names
@srosamazaid
@srosamazaid Ай бұрын
Don't communicate by sharing memory, share memory by communicating. Concurrency is not parallelism. Channels orchestrate; mutexes serialize. The bigger the interface, the weaker the abstraction. Make the zero value useful. interface{} says nothing. Gofmt's style is no one's favorite, yet gofmt is everyone's favorite. A little copying is better than a little dependency. Syscall must always be guarded with build tags. Cgo must always be guarded with build tags. Cgo is not Go. With the unsafe package there are no guarantees. Clear is better than clever. Reflection is never clear. Errors are values. Don't just check errors, handle them gracefully. Design the architecture, name the components, document the details. Documentation is for users. Don't panic.
@55BLOCKS
@55BLOCKS 2 ай бұрын
This is sane 👏
@zawadhyaa
@zawadhyaa 3 ай бұрын
It's really a pleasure to watch great artists perform their art
@CARLOSMartins-er7ov
@CARLOSMartins-er7ov 5 ай бұрын
19:14 19:15
@zeroidentidad
@zeroidentidad 6 ай бұрын
😎👌
@gkatenin
@gkatenin 6 ай бұрын
Gophers are known to feed on a wide variety of plants, including alfalfa, clover, carrots, potatoes, and onions 🤣
@garasipemula
@garasipemula 6 ай бұрын
I like it ❤
@coffeeintocode
@coffeeintocode 6 ай бұрын
Love these videos coming out. Keep up the great work, thanks
@zachend2750
@zachend2750 6 ай бұрын
always love these videos. thank you
@pascualsu
@pascualsu 6 ай бұрын
Where can I get that shirt
@jafeta.7553
@jafeta.7553 2 ай бұрын
I have the same question, did you find out?
@pascualsu
@pascualsu 2 ай бұрын
@@jafeta.7553 sadly, i didn't
@go_lang_thang
@go_lang_thang 6 ай бұрын
keep it up bro ơi !!!
@pss_crs
@pss_crs 6 ай бұрын
after xz exploit
@mikhailkalashnik0v
@mikhailkalashnik0v 6 ай бұрын
More in depth videos would be preferred to these quick recaps. Experienced devs already know this info. A "project based" track for intermediate/advanced devs would be great❤❤
@arifpratama5662
@arifpratama5662 6 ай бұрын
Simply not targeting experienced devs
@eduardospek
@eduardospek 6 ай бұрын
Thank you
@gofudgeyourselves9024
@gofudgeyourselves9024 6 ай бұрын
IPL is the best
@yogenp
@yogenp 6 ай бұрын
My Go to tool for checking vulnerabilities.
@JohnBrewerly
@JohnBrewerly 6 ай бұрын
Thank you
@abanoubha
@abanoubha 6 ай бұрын
the way to Go ❤
@manasomali
@manasomali 6 ай бұрын
Roots, bulbs, corms, stems, leaves, fruits, nuts, seeds, and insects --- What? 😅
@alfredlotsu950
@alfredlotsu950 6 ай бұрын
OMG that shirt is so cute!
@ThomasGodart
@ThomasGodart 6 ай бұрын
Hey I'm very glad to see that Gemini AI is accessible in 180 countries from Algeria to Zimbabwe, but what about France and Europe?
@zeroidentidad
@zeroidentidad 6 ай бұрын
what are the zeldas bellow?
@ukaase
@ukaase 6 ай бұрын
👏👏
@MyCodingDiary
@MyCodingDiary 6 ай бұрын
Your energy and enthusiasm are contagious. Love it!
@PlebChris
@PlebChris 6 ай бұрын
where can I get that shirt?
@mikhailkalashnik0v
@mikhailkalashnik0v 6 ай бұрын
Why are these videos so short? Amazing topics but Please do a deep dive.❤
@kaihendry
@kaihendry 6 ай бұрын
Love the short length
@golang
@golang 6 ай бұрын
🤔💭 What food do gophers like eating? Let us know below!
@Earentir
@Earentir 6 ай бұрын
Gophers relish channelery for its concurrency as well as interfaceberg for its crispiness :P .
@golang
@golang 7 ай бұрын
🙋 Do you have any concurrency questions? Let us know below!
@bikramsarkar8544
@bikramsarkar8544 7 ай бұрын
Would love to know on race conditions and how to avoid it.
@krumbergify
@krumbergify 7 ай бұрын
@@bikramsarkar8544Don’t communicate by sharing - share by communicating (avoid raw mutexes and use channels instead). When sending to a channel - don’t keep a reference to the data on the senders side.
@sunstixy
@sunstixy 7 ай бұрын
package main import ( "fmt" ) func main ( ) { fmt.Println ( "Hello, Go !!!" ) }
@Andres-jc6hr
@Andres-jc6hr 7 ай бұрын
so inspiring!
@alfredlotsu950
@alfredlotsu950 7 ай бұрын
This is such a welcome addition! The Go team is really listening. Thank you!
@TheBuilder
@TheBuilder 7 ай бұрын
what's more sustainable Go or Python?
@golang
@golang 7 ай бұрын
Subscribe to The Go Channel → goo.gle/go-subscribe
@mich_thedev
@mich_thedev 7 ай бұрын
I am a client side coder and I want to go fullstack 😯
@JohnBrewerly
@JohnBrewerly 7 ай бұрын
Thank you for making these
@rw_panic0_0
@rw_panic0_0 8 ай бұрын
cool little tip video but please consider using monospace for code listings😩
@cariyaputta
@cariyaputta 8 ай бұрын
Thanks I'm learning Go to make some money.
@monadstack
@monadstack 8 ай бұрын
Have u made some money yet?
@cariyaputta
@cariyaputta 8 ай бұрын
@@monadstack No, I'm broke right now.
@teoman1068
@teoman1068 8 ай бұрын
​@@cariyaputta Still no luck?
@cariyaputta
@cariyaputta 8 ай бұрын
@@teoman1068 yep it's over.
@zeroidentidad
@zeroidentidad 8 ай бұрын
more content please 💌
@privettoli
@privettoli 8 ай бұрын
Why show an example for yaml instead of json or xml? Its like showing an example of parsing toml with Rust.
@auslegungssache
@auslegungssache 8 ай бұрын
what
@monadstack
@monadstack 8 ай бұрын
I don't see the problem.
@gofudgeyourselves9024
@gofudgeyourselves9024 8 ай бұрын
ok
@aamonaze
@aamonaze 8 ай бұрын
A very intersting help thanks
@kamilziemian995
@kamilziemian995 8 ай бұрын
I like Go.
@balakrishnaprasad4729
@balakrishnaprasad4729 8 ай бұрын
Typo at 00:36
@KimberlyWilliamsch
@KimberlyWilliamsch 8 ай бұрын
go go go.. maha go go go.. go with ugly rodent mutant logos
@sebas11tian
@sebas11tian 8 ай бұрын
This has the feel like it was meant to be edited as vertical short form... Would be a great way to reach new audiences
@muhammedarifp
@muhammedarifp 9 ай бұрын
Wow, nice 💯❤
@kvelez
@kvelez 9 ай бұрын
Excellent.