ขนาดวิดีโอ: 1280 X 720853 X 480640 X 360
แสดงแผงควบคุมโปรแกรมเล่น
เล่นอัตโนมัติ
เล่นใหม่
📝Get your *FREE Golang Cheat Sheet* -golangdojo.com/cheatsheet
I want more Go videos from you. And a Cheetsheet. Please come back.
Perfect stuff. I'm taking a break to prepare in C# for a job in a few months but I'm still keeping up with golang on the side with your videos
Good luck with C#! And yes, don't slack on becoming a Golang Ninja ;)
So you are cheating C# with Go too. Ben de.
I have watched all the videos. Keep up the good work :)
Glad you like them! Will do!
When I was learning Rust, I apologized to the god of strings for thinking it too simple
Thank you! Can I ask you what IDE you are using?
It's Goland by JetBrains
Great videos. Thanks
Glad you like them!
nice videos!! keep going!
Thank you! More on the way!
Sensei, I am really curious about error handling [-_-]~
That's coming up :)
By the way why Golang is not growing. Is it worth to learn in 2022???
I realised something, you look like an asian Elon Musk which is a too overpowered combination lol.
Hahaha, thanks for the compliment!
:3 aight.
:)
Oh sensei, teach me 🐱👤
Here we go :)
Why should you use a string builder instead of just doing something like `var s string` and adding to it with +=
I guess that would build a new string object every time and drop the old one. Expensive.
Doing it 1000 times will call the allocator 1000 times (Bad). Doing the builder it will allocate once in the end (Good).
Why does everyone using the zoom feature which it taking focus out from what is being done. Does your monitor also zooming in an out when you are coding? Please stop zooming in and out when recording coding videos.
Check out my later videos!
📝Get your *FREE Golang Cheat Sheet* -
golangdojo.com/cheatsheet
I want more Go videos from you. And a Cheetsheet. Please come back.
Perfect stuff. I'm taking a break to prepare in C# for a job in a few months but I'm still keeping up with golang on the side with your videos
Good luck with C#! And yes, don't slack on becoming a Golang Ninja ;)
So you are cheating C# with Go too. Ben de.
I have watched all the videos. Keep up the good work :)
Glad you like them! Will do!
When I was learning Rust, I apologized to the god of strings for thinking it too simple
Thank you! Can I ask you what IDE you are using?
It's Goland by JetBrains
Great videos. Thanks
Glad you like them!
nice videos!! keep going!
Thank you! More on the way!
Sensei, I am really curious about error handling [-_-]~
That's coming up :)
By the way why Golang is not growing. Is it worth to learn in 2022???
I realised something, you look like an asian Elon Musk which is a too overpowered combination lol.
Hahaha, thanks for the compliment!
:3 aight.
:)
Oh sensei, teach me 🐱👤
Here we go :)
Why should you use a string builder instead of just doing something like `var s string` and adding to it with +=
I guess that would build a new string object every time and drop the old one. Expensive.
Doing it 1000 times will call the allocator 1000 times (Bad). Doing the builder it will allocate once in the end (Good).
Why does everyone using the zoom feature which it taking focus out from what is being done. Does your monitor also zooming in an out when you are coding? Please stop zooming in and out when recording coding videos.
Check out my later videos!