Тёмный

Should you learn Go in 2023? 

Dreams of Code
Подписаться 139 тыс.
Просмотров 176 тыс.
50% 1

Go is a modern language with a focus on simplicity. With many languages out there, is Go a programming language worth learning in 2023? In this video, we explore some of the reasons that I think it is, and why you may want to consider learning it.
Become a better developer in 4 minutes: bit.ly/45C7a29 👈
#golang #coding #programming
My socials:
Twitter: / dreamsofcode_io
Discord Server: / discord
My Equipment:
Voice over: kit.co/dreamso...
Coding: kit.co/dreamso...
Please consider supporting me as well!
Patreon: / dreamsofcode

Опубликовано:

 

26 сен 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 188   
@hpn1427
@hpn1427 Год назад
More content on go please, you have so much people wanting to see it 😍😍
@dreamsofcode
@dreamsofcode Год назад
Absolutely! I will put out some new content soon.
@M.V.CHOWDARI
@M.V.CHOWDARI 5 месяцев назад
@@dreamsofcode please make a Playlist for learning
@debasishraychawdhuri
@debasishraychawdhuri Год назад
They hated C++, so the created that has the simplicity of C and is also more safe. Like Java, but without classes.
@dreamsofcode
@dreamsofcode Год назад
Such an interesting story! I'm going to have to do a video about it
@vovasava3498
@vovasava3498 Год назад
you're saying like it's something bad)
@andyhall7032
@andyhall7032 11 месяцев назад
It's like C for the 21st Century. It's like scripting in a low level language.
@jasonyao3753
@jasonyao3753 11 месяцев назад
Sounds like communism
@YaTingSuperFan
@YaTingSuperFan 10 месяцев назад
Except there exists an even simpler language with even faster speed than Go, named Mojo...
@ForeverZer0
@ForeverZer0 Год назад
Go is astoundingly easy to learn. Anyone with basic programming experience can learn it enough to be competent and writing complete applications within a day or two, and that is conservative estimate; it will be much less for many.
@decas2624
@decas2624 11 месяцев назад
Thanks for the simple breakdown of the language, helps a lot with the report im currently writing on GO 😁
@whitefluffycloud
@whitefluffycloud 5 месяцев назад
More Go please! Would love to see Go in relation to DevOps as well. Tools, infra as code, CI/CD, all that jazz!
@dreamsofcode
@dreamsofcode 5 месяцев назад
Absolutely! I've got a lot of Go content planned for this year 😁
@creativecompilations2662
@creativecompilations2662 Год назад
Thank you it really helped. Please do more on concurrency in GO.
@dreamsofcode
@dreamsofcode Год назад
I will do!
@yogeshdharya3857
@yogeshdharya3857 Год назад
I wanted to design my infrastructure with Go lang itself and since I just came to know that IaaC tool Terraform itself is written in GO ! It's pretty much decided that I'll create my career out of this language itself 😃
@dreamsofcode
@dreamsofcode Год назад
It's a great choice! I have some more golang content coming soon as well which uses both!
@anuragbisht1200
@anuragbisht1200 Год назад
that is nice , however do not base your career on a particular language but on skills, best wishes !
@yogeshdharya3857
@yogeshdharya3857 Год назад
@@anuragbisht1200 humbled brother 😄😇
@EightSixx
@EightSixx Год назад
Yes more Go please.
@dreamsofcode
@dreamsofcode Год назад
I've got a few Go videos lined up!
@sinxayush
@sinxayush Год назад
Yess, please do post more such videos!
@Dev-Siri
@Dev-Siri Год назад
I like go because it helps me go home early.
@dreamsofcode
@dreamsofcode Год назад
Haha! That's a good reason
@kamalshkeir
@kamalshkeir Год назад
More content on Go ❤
@dreamsofcode
@dreamsofcode Год назад
Yes sir!
@cr7forever7877
@cr7forever7877 4 месяца назад
the best video I have watched this week! Thanks for the well clarified video
@themarksmith
@themarksmith Год назад
Excellent video would love to see some Go deep dives!
@dreamsofcode
@dreamsofcode Год назад
I shall have to do one on concurrency!
@themarksmith
@themarksmith Год назад
@@dreamsofcode That would be great!
@binitrupakheti4246
@binitrupakheti4246 Год назад
After using rust I really miss some kind of option type in go. The some/none pattern along with the match statement has made me fall in love with rust. Go is fun but I don't think I'm gonna use it.
@dreamsofcode
@dreamsofcode Год назад
I 100% agree. This is probably my biggest criticism of rust.
@seenucrazy
@seenucrazy Год назад
​binitrupakheti: Go is fun but I don't think I'm gonna use it dreamsofcode: I 100% agree. This is probably my biggest criticism of rust me: what.... lol
@linleo816
@linleo816 Год назад
I like your video. Please keep updating.
@John83118
@John83118 8 месяцев назад
I'm in total disbelief. I recently read a book with a similar topic, and it was astonishing. "The Art of Meaningful Relationships in the 21st Century" by Leo Flint
@kazwalker764
@kazwalker764 7 месяцев назад
Hope you will make that channels video one day! Also, maybe a video that shows how you use all those great animations and motion effects in your videos. Your content is beautiful, cheers.
@arturfil
@arturfil Год назад
I know Rust and Go are very different languages but if you had to choose one to develop apis, which one would you choose?.
@dreamsofcode
@dreamsofcode Год назад
It's a great question. Personally I'd probably build in Rust. But if my team wasnt as familiar, then Go is much easier to pick up. It also depends if there's a need to build on top of any other framework and how well that is supported in Rust vs Go.
@nictibbetts
@nictibbetts Год назад
Go is always superior when it comes to building anything that has to do with web apps, networking, and cloud architecture.
@arturfil
@arturfil Год назад
@@nictibbetts it what sense? Because Rust is faster and has less compiled errors but I know that golang is easier to write and do concurrency. Cloud probably is easier to write in go but better?
@nictibbetts
@nictibbetts Год назад
@@arturfil sure that may be true about Rust but Go is a powerhouse when it comes to many thing related to networking or infrastructure. On top this Go is just easier to use comparatively. Furthermore, this ease of use makes its scalability and maintainability superior to that of Rust. With that said Rust out performs Go in many other areas but again Go’s simplicity makes it an attractive alternative.
@maleldil1
@maleldil1 Год назад
​@OffroadG ; Rust is safer at compile time by being strict about what you can and cannot do. Go, however, has little compile time safety: everything is mutable, so you're always at risk of data races, the type system is weak, and there are many edge cases that can surprise you. Rust seems harder becomes it makes you handle all of the necessary complexity. Once you do that, your program is more reliable. On the other hand, Go tries to hide that from you, but it will eventually bite you. You see all this as "punishment", but it's better viewed as "additional safety".
@PankajYadav-px1je
@PankajYadav-px1je 8 месяцев назад
I am interested in Go. Make more videos
@frittex
@frittex Год назад
Nice video, short and very descriptive. But, are there any reasons to use Go over Rust? Not talking about things like demand or simplicity. I wanna know if Go has any advantages in terms of code. Speed, safety, time spent coding, etc. Also, is it worth learning it over Rust for personal projects?
@dreamsofcode
@dreamsofcode Год назад
I'd say the major reason is cognitive complexity when compared to Rust. Go is much more aligned with imperative languages, which most devs learn to code with. Therefore productivity is easier on teams which some cost for speed or safety. That being said, I do love Rust and would personally prefer to use it more, but I can see the business use case for Go. For personal projects: it depends. Do you want to get something built fast or for fun, if for fun, then use whatever language will give you the most joy! For rapid prototyping, Go is probably going to be better, especially as it has a larger community and thus more mature packages to use.
@frittex
@frittex Год назад
​@@dreamsofcode I get where you come from. Rust would be a more mature solution, but Go is definitely easier for startups and getting a job. Thanks!
@Choroalp
@Choroalp Год назад
@@frittex Getting the job done extremly fast is one of the main focuses of Go. I prefer Rust over Go Tho
@baxiry.
@baxiry. 10 месяцев назад
go is saver than rust
@Benexdrake
@Benexdrake 11 месяцев назад
Learning it at the moment, coming from C# and TS and it looks like it, without curly bracets, that makes it easier to learn.
@Bob-1802
@Bob-1802 10 месяцев назад
No semi-colon too. No parenthesis for structure commands like "for", "if". But still few curly braces for blocks.
@savire.ergheiz
@savire.ergheiz Год назад
Hi Goblin 😁 Go has less libraries so if you are into arcane projects it wont help you much on productivity since you'll be stuck somewhere and must solved it your self. If money is the aim then use ones that has the most benefit of them all.
@sastashroud7646
@sastashroud7646 Год назад
which one like
@flexdash
@flexdash Год назад
Just want to say how awesome your videos are. If you keep making awesome content like this you'll see massive growth during this year!!!! There's no doubt you'll be right there with fireship soon. You already got your unique style which is great because many people try to copy and it doesn't work out well.
@dreamsofcode
@dreamsofcode Год назад
Aww thank you so much. I really appreciate that. Fireship is awesome and there's certainly been some inspiration there, but I agree there has to be some personal style added. Definitely figuring it out still and learning, however! Looking forward to finding my groove.
@Redyf
@Redyf Год назад
@@dreamsofcode Honestly you're doing great, your videos are amazing. Keep up the good work
@dreamsofcode
@dreamsofcode Год назад
@@Redyf Thank you! I really appreciate that.
@thomasrichards8055
@thomasrichards8055 Год назад
I concur with the above. If it weren’t for your videos popping up, I wouldn’t have known the magic of ✨NeoVim with LSPs✨
@tonhom260
@tonhom260 11 месяцев назад
I think so❤❤
@jeheskielsunloy3881
@jeheskielsunloy3881 Год назад
hey mate, great video as usual! I've been learning to go for a while and I love it, but I'm getting interested in rust simply because it's all over the place on the internet. i was wondering if you could make a video about rust vs go.
@dreamsofcode
@dreamsofcode Год назад
I absolutely can do!
@maroben225
@maroben225 8 месяцев назад
WE WANT more good content we love go
@fathiyul
@fathiyul 4 месяца назад
at timestamp 3:18 it should be Reason #5
@gonootropics2.065
@gonootropics2.065 Год назад
No, just keep watching videos and dont do anything
@abubalo
@abubalo Год назад
Go for Go if you want to Go far
@michaelai8274
@michaelai8274 Год назад
If you Go for Go, you're Going for Gold :)
@ftamas88
@ftamas88 Год назад
I think it would be worth while doing a bit more complicated stuff in Go, as there arent really any good quality resources. fun topic is the web assembly , or framework like Wails2, Fyne
@dreamsofcode
@dreamsofcode Год назад
Great ideas! I've added to my backlog for them
@pauloricardomaltaleal3558
@pauloricardomaltaleal3558 10 месяцев назад
Awesome video!!
@AlansariMB
@AlansariMB 2 месяца назад
though i entered a @FireShip vid for a sec :), informative vid anyway!
@zd2600
@zd2600 Год назад
With Python background, would it be easier to switch to Go ? I see a lot of potential with Go, and still looking for any jumpstart for a python developer like me.
@dreamsofcode
@dreamsofcode Год назад
I believe so, Go is somewhat inspired by python. However, there's some key differences (especially around concurrency). I think Go is a decent next step, more so than any other languages.
@mishrarohit99
@mishrarohit99 7 месяцев назад
I'm a backend developer with experience in Node.js. I'm looking to learn something new within the backend space. I've used Python, Java and .Net and don't like either. I'm considering learning one of Go, Ruby and PHP. What would you recommend, strictly for backend web development?
@respise
@respise 24 дня назад
I've learned that. there aren't that many advantages (compared to other languages)
@scotth8828
@scotth8828 Год назад
I'm glad I found your site! I thought Rust was the replacement for C++, do you think Go has more momentum than Rust?
@dreamsofcode
@dreamsofcode Год назад
I think they both have different use cases and can compliment each other. Go is much easier to use and allows for rapid prototyping, whereas Rust is great for tightening up resources and performance.
@manpt123
@manpt123 Год назад
rust is low level programming language and better for kurnel level things, where as go is a replacement of java, c++ basically backend/devops/gRPC/microservices these are the area where you will be using go
@jairajsahgal7101
@jairajsahgal7101 11 месяцев назад
Thank you
@MilunAlijevac
@MilunAlijevac 11 месяцев назад
Go is awesome, just learn it it'll be worth your time.
@walidsi71
@walidsi71 9 месяцев назад
How did you customize nvim to look like in the video with the tabs and go syntax highlighting?
@quarteratom
@quarteratom 11 месяцев назад
Go disallowed Allman braces in all code, just because they don't like Allman braces.
@nyahhbinghi
@nyahhbinghi 8 месяцев назад
that's because Allman is objectively trash
@mattias3668
@mattias3668 Год назад
The only languages that seem to be in demand is C++, Java, and Python (and JavaScript and Bash). These are the only language you'll see on job ads, with the exception of the very occasional C or PHP. Of course, once people have a job, they will choose whatever language they like, so you will encounter Go, Scala, and C.
@dreamsofcode
@dreamsofcode Год назад
Go is pretty high in demand from what I see, but then I also spend a lot of time hiring for Go devs as well. I see a lot of Elixir, Scala and Clojure as well.
@mattias3668
@mattias3668 Год назад
@@dreamsofcode At the moment I see 4 job ads for C developers (out of just above 3000 job ads for developers), and 4 job ads where Go is used but it is not a requirement for any of them. But I did forget about C# being in demand (I ignore them because they are probably for Windows development).
@mattias3668
@mattias3668 Год назад
Elixir: 2 ads (not even irrelevant stuff show up) Clojure: 2 ads (not even irrelevant stuff show up) Scala: a few ads show up, but a lot of them seem to be irrelevant, and I cannot find any there it is actually a requirement.
@ongayijohnian8787
@ongayijohnian8787 5 месяцев назад
Mahn, please do the dadbod plugins for NvChad
@AcidiFy574
@AcidiFy574 Год назад
I was hoping if you would make a similar video but with Rust & Kotlin
@dreamsofcode
@dreamsofcode Год назад
I can add this to my list of videos to create!
@dovh49
@dovh49 Год назад
V is a better Go. I wonder if Go will update to include much of its functionality. Also I wonder why V compiles faster than Go since they both rely on C. I don't know if V will ever make it to prime time but so far I've been liking it. I like the simplicity of `!` compared to having to handle all the errors. That way you can create "messages" (errors) and then just pass it up to the top and handle them at the very top to figure out what you want to send back to the user.
@dreamsofcode
@dreamsofcode Год назад
I'm going to have to do a video on V I think. It's really interesting.
@seanknowles9985
@seanknowles9985 Год назад
Autofree memory
@baxiry.
@baxiry. 10 месяцев назад
Go compiler is faster.
@fuzzy-02
@fuzzy-02 6 месяцев назад
My brain stuttering every time I see `n int` instead of `int n` lmao.
@kozas0
@kozas0 9 месяцев назад
"They all hated C++"... hate alone is never a good drive, or guide, to build new things
@s1v7
@s1v7 Год назад
i don't see why do we need another one language that based on a garbage collection when we have java, c#, js and many others. it's not faster, it's not better, it does not have many features that c# has for example, it introduces nothing new. sure, google wants to be intendent from others and has own language and this is the only reason why it exists.
@MarcosVMSoares
@MarcosVMSoares Год назад
Erlang not Elixir? Doesn't right this. Could be Erlang/Elixir.
@kriptonian0
@kriptonian0 Год назад
YES
@YerbolAssylhanov
@YerbolAssylhanov 7 месяцев назад
cool video)
@hikaritsumi2123
@hikaritsumi2123 Год назад
My personal experience with GO is quite bad, I'm currently learning it coming from Python and I didn't know that there's a lot of standard library, just from this video I have never heard any of these before. I can find a lot of answer for JS, Java, Python, PHP by searching it, but for GO I rarely had an accurate search result.
@YaTingSuperFan
@YaTingSuperFan 10 месяцев назад
Please do a video about the comparison between Golang and the newly released Mojo !!!
@sloan00
@sloan00 4 месяца назад
The biggest downside is probably that it's a (de facto) Google product :/
@changthunderwang7543
@changthunderwang7543 4 месяца назад
It’s a cool language but some of the syntax can just fuck offff
@amardeepgill3213
@amardeepgill3213 Год назад
what neovim colorscheme do you use?
@dreamsofcode
@dreamsofcode Год назад
I use Catppuccin theme, for both Neovim and Alacritty
@Eric-gx8hk
@Eric-gx8hk Год назад
does go has a framework that is similar to nextjs for nodejs?
@shadowpwls3
@shadowpwls3 9 месяцев назад
Yes there are.
@Alexey-f7d
@Alexey-f7d Год назад
Hello, is it true that it´s nearly impossible to find a job as junior go developer(first language), because go is hard language for solving difficult optimisations and companies want to hire a junior developers that switched from other languages?
@dreamsofcode
@dreamsofcode Год назад
I don't believe that's the case at all. There's a lot of companies looking for Junior Go developers still out there.
@Alexey-f7d
@Alexey-f7d Год назад
@@dreamsofcode thanks for the answer, you really helped me!
@ZettaiKatsu2013
@ZettaiKatsu2013 8 месяцев назад
it depends where on Earth.
@Zeioth
@Zeioth Год назад
All I can say is: Run
@BosonCollider
@BosonCollider Год назад
The new generics are still ridiculously weak and you still can't implement common iterator patterns in Go, because you can't have generic methods
@dreamsofcode
@dreamsofcode Год назад
I agree. I don't think Go needed generics and the implementation has been pretty poor, especially for tooling. I hope they improve it soon. That being said, I do think Go is useful without generics.
@BosonCollider
@BosonCollider 11 месяцев назад
@@dreamsofcode I kind of wish that Go had a system more like Zig's, where it added comptime evaluation and basically just made generics a special case of that where the generic parameter is a compile time argument to the function. It would have generally felt consistent with other places where this is done in go, where you often already do switches on the type of a value It's really powerful while also keeping Go's strength where the entire set of language features can be learned in a day
@Toskyval
@Toskyval 8 месяцев назад
They aborted the decision of adding the non-bypassable telemetry in the toolchain?
@adibhanna
@adibhanna Год назад
rust
@dreamsofcode
@dreamsofcode Год назад
Haha you know I love Rust! Go does have it's place though still.
@ChristianSteen-bw7pd
@ChristianSteen-bw7pd Год назад
Because I am silly I prefer Goose 🦆 over goblin/gopher ;)
@filiecs3
@filiecs3 Год назад
Go is certainly interesting, but I absolutely *despise* the fact that it deliberately lacks things like method overloading or default values. The fact you have to avoid dependency loops is also annoying. I can see *why* the creators made the decisions they did, but I disagree with some of them.
@bob_factory
@bob_factory Год назад
whats your vscode theme ?
@dreamsofcode
@dreamsofcode Год назад
My man. I am a Neovim guy! I use catppuccin
@seanknowles9985
@seanknowles9985 Год назад
But then why dont they have null safety?!
@dreamsofcode
@dreamsofcode Год назад
I know. I wish they did.
@kvelez
@kvelez 9 месяцев назад
❤❤
@Guy_Sandler
@Guy_Sandler 11 месяцев назад
Go like like python++
@yrtepgold
@yrtepgold Год назад
Go wasn't created bc they hated C++. It was created bc the C++ standards committee still hasn't standardized a library for network encrypted communication. In this day, it's a necessity. Instead of waiting for the standards committee to get around to it, they created their own language specifically for network encrypted communication.
@FrenchPirate83
@FrenchPirate83 Год назад
Citation needed
@janmsavage
@janmsavage 11 месяцев назад
no citation needed-- do a goog search. @@FrenchPirate83
@nyahhbinghi
@nyahhbinghi 8 месяцев назад
something like this sounds legit - b/c Go is a fairly uninspired language otherwise
@ericandresen680
@ericandresen680 8 месяцев назад
Gopher
@meaningfulname9437
@meaningfulname9437 Год назад
masm is the best👍🏻
@vlad7269
@vlad7269 Год назад
How long Go will last bruh as hot in job market
@dreamsofcode
@dreamsofcode Год назад
I believe for a long while!
@vlad7269
@vlad7269 Год назад
@@dreamsofcode I think about Go as it gives lots of possibilities to build desktop apps not hard like in Rust Tauri but in Go Wails I was being told the same that Python have many jobs but nobody actually hiring
@LetrixAR
@LetrixAR Год назад
I learn languages by doing small projects. Java/Kotlin for Android, JS/TS for React, Vue, Svelte, etc..., Python for data processing, C# for Unity, Rust for Tauri... What type of project aside from an API would be good to start with?
@dreamsofcode
@dreamsofcode Год назад
I'd say anything hyper concurrent would be perfect for Golang. i.e. building a single process data pipeline with channels to read data off a push prot/stream and process it in parallel would be really cool.
@amrikmalhans
@amrikmalhans Год назад
The answer is yes, save yourself the 4 minutes
@dreamsofcode
@dreamsofcode Год назад
Ahh you know people want more than that, right?
@Jccke
@Jccke Год назад
Video about channels!!!!
@dreamsofcode
@dreamsofcode Год назад
You got it boss!
@Jccke
@Jccke Год назад
@@dreamsofcode much appreciated. Love your videos!
@leojohn6702
@leojohn6702 8 месяцев назад
It depends. 😂😂
@Jamo008
@Jamo008 Год назад
GOPATH *
@IffyEdem
@IffyEdem Год назад
Too many languages to learn man
@techlifejournal
@techlifejournal Год назад
Better to use zig, rust and v in future
@dreamsofcode
@dreamsofcode Год назад
I think Rust is fantastic but the cognitive overload is quite high and can cause teams to slow down somewhat. Zig and V are very interesting though
@xpynim
@xpynim 4 месяца назад
no, you shouldn't.. learn rust or zig instead
@Stopinvadingmyhardware
@Stopinvadingmyhardware Год назад
Why? Erlang is better
@dreamsofcode
@dreamsofcode Год назад
I do like Erlang a lot. But the memory usage is so high 😭
@Stopinvadingmyhardware
@Stopinvadingmyhardware Год назад
@@dreamsofcode That’s why it’s so stable. No swap space writes. It runs all in an emulation zone. When a process crashes it rebuilds the environment automatically, which means no data loss. GO has none of these aspects
@nyahhbinghi
@nyahhbinghi 8 месяцев назад
No. Golang is not well designed for any specific domain. Pointers and concurrency issues make it more suitable for gaming not web dev. But there are surely better choices for game engines. So Go is in no-mans-land.
@zuowang5185
@zuowang5185 Год назад
I wish trading firms can pick up Go so that gophers can unlock higher pay jobs without switching back to C++
@dreamsofcode
@dreamsofcode Год назад
I'd be nicer for developement, but I think the garbage collector is the main reason this won't happen. It can cause periods where the code is frozen due to the "freeze the world" behavior in mark and sweep. Trading software tends to want very deterministic performance for execution of trades.
@zuowang5185
@zuowang5185 Год назад
@@dreamsofcode are you saying Golang software would freeze up randomly during it's garbage collection?
@dreamsofcode
@dreamsofcode Год назад
@@zuowang5185 Go uses Mark and sweep garbage collection which means it halts operation to run the garbage collector. This is very negligible in most operations, but for trading software it's usually deemed unacceptable.
@VaibhavShewale
@VaibhavShewale 3 месяца назад
im trying to learn this but i always give up afterr few hrs
@ElizabethMartin-v3y
@ElizabethMartin-v3y 6 месяцев назад
cool video)
@devopstoolbox
@devopstoolbox Год назад
Mate I love your slick art and images. Do you create them yourself? Can I be cheeky and ask how? Love your channel!
@dreamsofcode
@dreamsofcode Год назад
Yo, thanks dude. I do create some of them. Mostly using Figma. Others I source online from places such as canva or freepik.
@wilbertdune
@wilbertdune 7 месяцев назад
is there a good course to learn go lang?
@manpt123
@manpt123 Год назад
Lets GO 🔥
@dreamsofcode
@dreamsofcode Год назад
🔥
@benmerk4086
@benmerk4086 Год назад
More please.
@YannMetalhead
@YannMetalhead Год назад
Good video.
@dreamsofcode
@dreamsofcode Год назад
Thank you!
@yuhanlian991
@yuhanlian991 Год назад
1:20 a typo
Далее
2 Years Of Learning C | Prime Reacts
22:24
Просмотров 288 тыс.
The One BIG Reason to Learn Google's Go Language
17:55
Просмотров 159 тыс.
Ozoda & Dilime - Lada
00:36
Просмотров 1,4 млн
I'm Coming Around To Go...
21:33
Просмотров 115 тыс.
Beginners Should Think Differently When Writing Golang
11:35
Learn Go in 12 Minutes
13:34
Просмотров 947 тыс.
Why I’m Switching To Go in 2024
8:10
Просмотров 63 тыс.
Five of my favorite project ideas to learn Go.
11:31
Просмотров 60 тыс.
Why I Use Golang In 2024
9:21
Просмотров 316 тыс.
Projects Every Programmer Should Try
16:58
Просмотров 462 тыс.
Real Programmers Write Machine Code
26:25
Просмотров 112 тыс.