Why I Use Golang In 2024

  Рет қаралды 259,893

ThePrimeTime

ThePrimeTime

4 ай бұрын

Recorded live on twitch, GET IN
/ theprimeagen
Become a backend engineer. Its my favorite site
boot.dev/?promo=PRIMEYT
This is also the best way to support me is to support yourself becoming a better backend engineer.
MY MAIN YT CHANNEL: Has well edited engineering videos
/ theprimeagen
Discord
/ discord
Have something for me to read or react to?: / theprimeagenreact
Kinesis Advantage 360: bit.ly/Prime-Kinesis
Hey I am sponsored by Turso, an edge database. I think they are pretty neet. Give them a try for free and if you want you can get a decent amount off (the free tier is the best (better than planetscale or any other))
turso.tech/deeznuts

Пікірлер: 627
@coralsikes4718
@coralsikes4718 4 ай бұрын
the blue hair was the Go foreshadowing
@AJewFR0
@AJewFR0 4 ай бұрын
no, blue hair = rust developer. He had to switch to Go otherwise he would be trans by 2025
@sutirk
@sutirk 4 ай бұрын
Dyed hair blue to become a real rust developer, ended up identifying with the gopher so much that golang is his main language now
@justanothercomment416
@justanothercomment416 4 ай бұрын
@@AJewFR0 The Foundation is clearly suffering from it.
@susiebaka3388
@susiebaka3388 4 ай бұрын
Blue hair is rust bro 😅
@justanothercomment416
@justanothercomment416 4 ай бұрын
@@susiebaka3388 Yep. So is the agenda.
@taylorallred6208
@taylorallred6208 4 ай бұрын
I’ve really come around to Go. I used to despise it but now I’m in love with the simplicity. In Go, I find myself asking “what is the most straightforward way to do this?” And more often than not that is clearly the best approach.
@ThePrimeTimeagen
@ThePrimeTimeagen 4 ай бұрын
There's something very beautiful about this. When there's often only one path available, you just don't have to think too hard about the minutia
@RossDmoch
@RossDmoch 4 ай бұрын
​@@ThePrimeTimeagen ewww, that sounds like python. Gross
@susiebaka3388
@susiebaka3388 4 ай бұрын
​@@RossDmochpython is a lot different from golang 😅
@joshduffney7954
@joshduffney7954 4 ай бұрын
@@susiebaka3388 WAYYYYY different
@jibbscat5146
@jibbscat5146 4 ай бұрын
Is python known for doing everything one idiomatic way?
@thaddaeusmarkle1665
@thaddaeusmarkle1665 4 ай бұрын
"complexivityness"... Learned a new word today
@creativecraving
@creativecraving 4 ай бұрын
😂 That's a generous way to say it!
@gokulakrishnanr8414
@gokulakrishnanr8414 3 ай бұрын
Nice find! 'Complexivity' is a great word indeed 🤓
@Julzaa
@Julzaa 4 ай бұрын
Looking forward to it! I've been gobbling up your Go content
@SVVV97
@SVVV97 4 ай бұрын
Gobblin up the GoC
@markhaus
@markhaus 4 ай бұрын
I think this is a pretty great way of going about learning about the mysteries of how humans and teams of humans think about programming. Most languages have unintended consequences as a result of certain design decisions that eventually become crystalized and hard to avoid as it matures. I don't think a lot of people really know if the amazing expressivity and less than amazing complexity of rust affects the human behaviors of programmers working with it without trying something completely different like Go. I'll be following along and will be very curious what some of the unintended consequences of the decisions made during Go & Rust's development get uncovered.
@quasi_verum
@quasi_verum 4 ай бұрын
I am with you.
@gokulakrishnanr8414
@gokulakrishnanr8414 3 ай бұрын
Interesting perspective! Rust's expressivity vs complexity impact on human behaviors is a fascinating topic. Looking forward to your insights on Go's unintended consequences.
@re_detach
@re_detach 4 ай бұрын
Go is my goto language because it goes
@patrick_jane
@patrick_jane 4 ай бұрын
Where does Go go?
@user-qr4jf4tv2x
@user-qr4jf4tv2x 4 ай бұрын
@@patrick_jane its going no where for prime
@AdamFiregate
@AdamFiregate 4 ай бұрын
TypeScript, Go, Rust. Polyglot programming.
@re_detach
@re_detach 4 ай бұрын
@@patrick_jane the places Go goes continues to grow as time goes on
@OnFireByte
@OnFireByte 4 ай бұрын
Rob Pike knows Go is the go to language for a lot of people to the point that he has to put goto keyword in it
@thesaintseiya
@thesaintseiya 4 ай бұрын
Love your take here, as a relatively new dev I'm currently learning Go and loving it, but I'm super excited about learning Rust next year. I love this idea of dedicating time, like a full year or two, to explore and get good at different paradigms and that's what I'm doing
@scofield117
@scofield117 4 ай бұрын
“Your app having complexity that is unmanageable is a skill issue” amen brother
@no_name4796
@no_name4796 4 ай бұрын
Living is a skill issue
@binpax5483
@binpax5483 4 ай бұрын
Thought he said a scale issue
@gokulakrishnanr8414
@gokulakrishnanr8414 3 ай бұрын
Agreed! Modal design can be tricky. Here's a simple fix: .modal { width: 400px; display: none; position: fixed; bottom: 20px; right: 20px; padding: 20px; background: #f9f9f9; }
@joelazaro461
@joelazaro461 4 ай бұрын
Reminds me of the crazy types I would see in TS when I would mouse over a variable in a React app. I watched some of Matt Pocock's TS videos a long while back because I wanted to get better at types, but I kept wondering "Is this level of complexity really necessary?" I've been building a project in Go and the simplicity feels so worth it. I still catch myself overengineering things and have to dial it back when I refactor.
@einargs
@einargs 4 ай бұрын
A lot of the crazy typescript types are necessary to type the things people are used to doing in JavaScript. You can do basic classes and data types and only do that if you want, it's just that people are used to certain (more convenient) patterns from JavaScript.
@user-ir3yw8bs4i
@user-ir3yw8bs4i 4 ай бұрын
Matt Pocock is trying to polish a turd , and guess what? It’s still a turd!
@gokulakrishnanr8414
@gokulakrishnanr8414 3 ай бұрын
Ah, fellow over-engineer! 😅 Go is great for simplicity, but we all struggle with it. 😅
@logannance10
@logannance10 4 ай бұрын
I switched to Go last week and it's nice to see you're doing the same
@unl0ck998
@unl0ck998 4 ай бұрын
Type masturbation is hilariously accurate
@Dolanor
@Dolanor 4 ай бұрын
Yep, felt real
@gokulakrishnanr8414
@gokulakrishnanr8414 3 ай бұрын
Nice! Here's a suggestion for the background color: #f9f9f9.
@bohdanivanchenko5262
@bohdanivanchenko5262 3 ай бұрын
It’s not
@AScribblingTurtle
@AScribblingTurtle 4 ай бұрын
Go is pretty fun. Cool, that you give it a serious chance. I love it for prototyping and testing new Ideas. You don't have to worry to much about types, to get things working, but once you want to tie things down, you can type things as strict as you want. The only hard thing to wrap my head around was slices. Once I realized that a Slice that is extended over its original capacity becomes a list of clones instead of references, everything was OK though. Until you extend a slice over its original capacity, all elements in it are references to the original entries, allowing for some pretty fun stuff, when building multiple slices from the same base Array.
@Rakstawr
@Rakstawr 4 ай бұрын
I think that depends how you are extending the slice. It's just a pointer to an array plus a size...
@AScribblingTurtle
@AScribblingTurtle 4 ай бұрын
@@Rakstawr there is an append function, it returns a new slice. Append to a slice, whos capacity has not been reached, and you get the original slice back, just with the new element appended. However, if you append to a slice whos length is equal to its capacity already, then Go creates a new slice, that contains copys of the original slices contents + the appended element and a new capacity. instead.
@YannSchmidt
@YannSchmidt 4 ай бұрын
I understood slices much more as I used them in Python and there is a lot of .
@sohn7767
@sohn7767 4 ай бұрын
⁠@@AScribblingTurtlethe capacity isn’t referring to the slices, but the underlying array. Slice is really just what the other user described
@ronny584
@ronny584 4 ай бұрын
​@@AScribblingTurtleI mean it's pretty obvious. Slice is just a reference to an array. And an array is a continuous block of memory, so if you append and it exceed the memory, you can't just put it in, it will override some memory blindly. So you have to create a new one.
@ThePandaGuitar
@ThePandaGuitar 3 ай бұрын
The older programmers get, the more they realize. Golang is the best language ever invented since C. Simplicity is the ultimate sophistication.
@matteo.veraldi
@matteo.veraldi 4 ай бұрын
What do you use to parse .templ files in NeoVim? I use coc-go for .go files but I didn't find anything for templ
@potatoes_fall
@potatoes_fall 4 ай бұрын
I remember discovering your channel and being appalled that you were bashing Go. You've come so far ❤
@gokulakrishnanr8414
@gokulakrishnanr8414 3 ай бұрын
Wow, you've come a long way since your early Go-bashing days! 😊
@k0rnburn
@k0rnburn 4 ай бұрын
I like D because it has both sides of the coin somewhere in-between of Go and Rust: you can start writing in a simple way very clean and fast with GC and simple structs.. And if you need to make some tricky magic - welcome to metaprogramming world with traits, mixins and templates. If you need even more speed - you can even disable GC and write your hot part with asm and great auto-vec support from GCC/LLVM world.
@vladyslav1
@vladyslav1 2 ай бұрын
A pity that Go has a lot more drive behind it from employers
@scillyguy
@scillyguy 4 ай бұрын
"This chisel is a rubbish hammer"
@gokulakrishnanr8414
@gokulakrishnanr8414 3 ай бұрын
Sorry to hear that! 😞 Can you tell me more about why you think it's a rubbish hammer?
@Ataraxia_Atom
@Ataraxia_Atom 4 ай бұрын
Looking forward to learning go with boot dev
@DeanRTaylor
@DeanRTaylor 4 ай бұрын
Glad to hear this, it will be interesting to hear reflections after six months.
@keyboard_g
@keyboard_g 4 ай бұрын
Prime C# dev 2025. Lets go.
@akshay-kumar-007
@akshay-kumar-007 4 ай бұрын
C# .NET ftw
@Kdefthogbg
@Kdefthogbg 4 ай бұрын
Context always matters, I think he's not challenged enough. Also C# NET ftw :')
@kattankarl
@kattankarl 4 ай бұрын
This the arc we're all waiting for Visual Studio Enterprise C#
@aj-jc4cv
@aj-jc4cv 4 ай бұрын
C# is like a duvet
@xelesarc1680
@xelesarc1680 4 ай бұрын
C# is hot u know today
@akshay-kumar-007
@akshay-kumar-007 4 ай бұрын
Tom loves Go for a reason
@yugioh8810
@yugioh8810 4 ай бұрын
I feel like lots of Go programmers are ex-java programmers who have never did professional programming outside Java (like yours truly) and once they did the shift to go they were impressed by the simplicity of the language, bear in mind half of java is spring boot with all it's features and complexity so it adds more to the complexity and abstraction you have to deal with.
@gokulakrishnanr8414
@gokulakrishnanr8414 3 ай бұрын
Ah, I see! Many Java devs find Go's simplicity refreshing after dealing with Spring Boot's complexity. 😊
@egorsozonov7425
@egorsozonov7425 2 ай бұрын
That’s my case. I’m a Java dev and I feel alright about Java itself, but this obsession with that awful Spring thing is just sick. Spring is a monster gobbling up your development time, totally broken and undebuggable, and Golang is a refreshingly beautiful ecosystem in comparison. One of the best things about Go is that there’s nothing like Spring there
@aakarshan4644
@aakarshan4644 4 ай бұрын
Go got that dawg in him
@Resolt2243
@Resolt2243 4 ай бұрын
Really looking forward to lots of quality Go content
@user-kq1yv8tc7v
@user-kq1yv8tc7v 4 ай бұрын
I have been writing php code for years. I starting to use go whenever I can because of how simple it can be to learn and all of the powerful choices it has made for a language go is really good and I want to find a way to write more Go code.
@ryanslab302
@ryanslab302 4 ай бұрын
Go for me this year, too. I’m taking your Go and HTMX lessons and other Go lessons on Frontend Masters.
@_MrKekovich
@_MrKekovich 4 ай бұрын
I really like how there's a word "brain" in his transparent head on 5:40
@gokulakrishnanr8414
@gokulakrishnanr8414 3 ай бұрын
Nice catch! 🤯 That's a clever design choice.
@davidcoulton9021
@davidcoulton9021 16 күн бұрын
Too good timing.
@envitab
@envitab 3 ай бұрын
Great insights shared, thank you.
@pldcanfly
@pldcanfly 4 ай бұрын
I came from learning CS (with C, Java, C# and all the things) to do mostly PHP, some Ruby and ELM in between and a lot of JavaScript until I started to like TypeScript. Now Go is my main-language whenever I can. My first projects where pure chaos, since I was still stuck with JS-brain and trying to solve stuff that way. The more I looked at how go-devs solve stuff the go-way the more I embraced that, and now stuff feels so extremely elegant in it's simplicity. Combined with HTMX it's just beautiful.
@enzocam07
@enzocam07 4 ай бұрын
What kind of projects do you do in Go, I am starting learning but I don't have idea what to build because my mind is so immersive in Frontend but I need a change
@pldcanfly
@pldcanfly 4 ай бұрын
@@enzocam07 I started with some simple webservers. Replicated a few things I did in JS. Then I focused on a smart alarm. A replacement for an alexa echo dot with a raspberry pi underneath. What I also want to are some GTK-Desktop apps. Mainly to fill in blanks in my workflow I haven't found tools for that I like, and to learn a bit more about desktop-programming. Even tho go might not be the best for that, it still is better then electron.
@mauricioramirez2855
@mauricioramirez2855 4 ай бұрын
Impressive your journey. What’s the the main or top 3 ups of go compared to the other languages you handled?
@pldcanfly
@pldcanfly 4 ай бұрын
@@mauricioramirez2855 I just like the language which helps. But if I had to pick... Errors as values, the standard-library, and simplicity. honorable mention to god-tier concurrency, BLAZINGLY(tm) fast compiles and the elegance with which you can solve a lot of things.
@hakooplayplay3212
@hakooplayplay3212 4 ай бұрын
Prime, you actually one of the reasons iv switched from being node.js developer to Golang dev. Im happy and want to thank you!
@porfiriodev
@porfiriodev 4 ай бұрын
I'm kinda of migrating from PHP and Laravel to node because of a job and I'm really enjoying it. But I'm thinking about giving Go a try to see if I like it. The thing is, there are some details that scares me like pointers, bc I did not had a great time learning that on college lol. I wanna see if Go is all that great like everyone talk about
@hakooplayplay3212
@hakooplayplay3212 4 ай бұрын
@@porfiriodev pointers in go is simple, you don't need to think of them too much, because of garbage collector. Just understand what it is and when to use it and that's it
@gokulakrishnanr8414
@gokulakrishnanr8414 3 ай бұрын
Wow, thanks for the kind words! 😊 Glad to hear that my content has inspired you to switch to GoLang. Good luck with your new journey! 🚀
@toxicitysocks
@toxicitysocks 4 ай бұрын
I’ve been using go as my primary language for almost 6 years now and still love it. Need to dive into something new this year. Not sure if it will be rust or elixir.
@ctrlmario
@ctrlmario 4 ай бұрын
It's awesome to see a big time creator going into one of my all time favorite languages. This has been the one piece of technology that I will 100% argue and defend until I retire.
@ehfoss
@ehfoss 4 ай бұрын
I think Go will help your Rust since it will help you surface simple designs. I think this is how Tower came about. Before Tower, Rust web libraries were proc macro all the things, over complicated messes. They're powerful but if you get compiler errors, you need to use your galaxy brain to figure out what the heck happened. Well I'm sure someone saw how Go's handlers work and this completely inspired Tower and it's very simple and straight forward and composable.
@michelfeinstein
@michelfeinstein 4 ай бұрын
After I transitioned to Flutter I found weird how simple Dart is, now I love it.
@susiebaka3388
@susiebaka3388 4 ай бұрын
goroutines and channels are just incredible. i find if i am using mutexes then i'm not thinking about my design right. i try to use wait groups as little as possible also
@kuhluhOG
@kuhluhOG 4 ай бұрын
Imo one should try all combinations of high-level vs low-level and simplistic vs complex with at least one programming each (so yes, at least for PL). Obviously they shouldn't try all at once and from the get-go (and in general a starter PL shouldn't be a complex one, beginners already have enough other stuff to deal with (you would be surprised at how many people struggle with understanding the concept of recursion in the beginning)), but over time one should do this. And after having a decent amount of experience in each category, then go and start judging them against each other, but don't be surprised if not everybody agrees with your conclusion.
@Akkadius
@Akkadius 4 ай бұрын
Guy finally is seeing the way
@mdlsh
@mdlsh 4 ай бұрын
mocking in go (For unit tests) is often said to be a pain, is there a way to get around this? Am I testing in a inadvisable way if I need mocks?
@Dolanor
@Dolanor 4 ай бұрын
No, mocks in test in Go are GREAT! You can mock as little as what you need for what you want thanks to duck typing. Maybe you're using it wrong based on your previous experience on other language (I know I did for a while). If you can share more, I'd be happy to help.
@sfulibarri
@sfulibarri 4 ай бұрын
Imo, most people who like rust actually just like having native Option types and exhaustive pattern matching; just those two things solve something like 97% of bugs in most projects in mainstream languages just by getting rid of exceptions as control flow and forcing you to handle all cases. Beyond that, most of its features exist to address a specific kind of complexity that just isn't present in most software engineering contexts.
@cariyaputta
@cariyaputta 4 ай бұрын
Smart choice.
@ForeverZer0
@ForeverZer0 4 ай бұрын
I tried Go ~4 years ago, thought the syntax was strange, and I didn't really give it an honest chance, just dismissed it as "yet another language". About a year ago I gave it another chance, and ended up really liking it once embracing it as its own thing. It is currently my "go-to" language where it makes sense, so I am happy that I gave it another shot.
@bot1511
@bot1511 4 ай бұрын
I got the same thoughts about syntax and readability. Can you recommend some approaches to start from and clear old-used-language brain?
@ForeverZer0
@ForeverZer0 4 ай бұрын
@@bot1511 It would largely depend on your background, but nothing really specific beyond just "use it". Once you start creating more complex applications beyond tutorial-esque examples (might have to just slog through it at first), the design choices, which seemed odd begin to make moe sense and feel natural. Other things like the order of types/variables just need to overcome the muscle memory of doing it the C-style way. Embracing the "functions are first-class values" and "composition of inheritance" paradigms and using them effectively also helps break the old habits.
@huge_letters
@huge_letters 4 ай бұрын
hey, what's the number one type system you've seen then?
@shellderp
@shellderp 4 ай бұрын
this week I found out go doesn't even have immutability
@Khari99
@Khari99 4 ай бұрын
I've been debating between switching from TS/JS to Rust, Go or Elixir and I decided to go with Elixir and I'm over the moon with it. I didn't think i'd like it as much as I have. Functional programming and the actor concurrency model has completely changed how I go about solving problems. It may not be as performant as Go or Rust but I write better structural code with it. Its understated how much of a quality of life improvement that has had that I was not expecting at all. There are also packages like Rustler that allows you to use Rust directly in Elixir if you need performance critical operations. I don't see myself leaving the language for quite some time.
@MuradShahsuvarov
@MuradShahsuvarov 4 ай бұрын
Go is the king🏆 Hope it keeps get updated and get better and better💫
@gljames24
@gljames24 4 ай бұрын
I felt the same about snake case. I thought it was weird at first coming from Java, but it's so much more readable! Not as convinced about the parenthesis tho.
@ramyakmehra312
@ramyakmehra312 4 ай бұрын
What do u use if not Arc Mutex Hashmap
@landonyarrington7979
@landonyarrington7979 4 ай бұрын
There was no blue hair dye, Prime became a gopher naturally
@dickheadrecs
@dickheadrecs 4 ай бұрын
“Now i’m screwed because I’m unhappy in every language!” true enlightenment seen from walking the middle path 🌞 😂
@Mr.Crow7
@Mr.Crow7 4 ай бұрын
Hey dude, I'm sure this will get lost in the comments, but I wanted to know your opinion on languages for cybersecurity. I was thinking Go or python. What are your thoughts. Thanks bud.
@brumd21
@brumd21 4 ай бұрын
The thing I miss the MOST about Rust when moving to any other language is Rust's enums combined with match. Legendary features.
@razvangrigore322
@razvangrigore322 4 ай бұрын
Even PHP has that now.
@ursochurrasqueira
@ursochurrasqueira 4 ай бұрын
dart has it too
@stoffni
@stoffni 4 ай бұрын
@@razvangrigore322 PHP.. no joke, is actually quite nice now.
@gokulakrishnanr8414
@gokulakrishnanr8414 3 ай бұрын
Agreed! Rust's enums and match features are top-notch. 👍
@thedoctor5478
@thedoctor5478 4 ай бұрын
I'm gonna join you on the journey bro. Go is a solid language.
@charlesdarwin4351
@charlesdarwin4351 4 ай бұрын
I have been using Go at work for few years and I am trying to become proficient with Rust. I like to learn new things and Rust ticks that box perfectly. Which one I like best? I love them both.
@HumanoidTyphoon91
@HumanoidTyphoon91 4 ай бұрын
Commenter: Just use whichever language makes you happy Prime: TRIGGERED
@gokulakrishnanr8414
@gokulakrishnanr8414 3 ай бұрын
Haha, I see what you did there! 😂 Thanks for the feedback!
@alexvass
@alexvass 4 ай бұрын
Thanks
@GreywulfFoo
@GreywulfFoo 4 ай бұрын
A union type can be great for a closed set. For open (extensible) sets you need interfaces.
@nguyentanphat7754
@nguyentanphat7754 4 ай бұрын
For functional paradigm, Elixir is undoubtedly the choice, looking forward to your Elixir series xd
@AJewFR0
@AJewFR0 4 ай бұрын
Elixir is cool. I spent all of december and january using it 10-20hrs / week. i’m sold it’s the solution for small teams. Phoenix is Rails but better.
@creativecraving
@creativecraving 4 ай бұрын
Undoubtedly the best? Have you compared it to Lisp, Clojure, Haskell, Ocaml and Rust? I haven't tried Elixir yet, so I can't make a comparison myself.
@harrybarden5438
@harrybarden5438 4 ай бұрын
Elixir doesn’t have types, which are a must have for most people
@creativecraving
@creativecraving 4 ай бұрын
@@harrybarden5438 So everything's a string? No arrays, no numbers, no hash tables?
@tapasdatta6222
@tapasdatta6222 4 ай бұрын
Yeah Elixir is the best lang.
@aveydotdev
@aveydotdev 4 ай бұрын
C and Go are my "Go" to for most of my projects
@godowskygodowsky1155
@godowskygodowsky1155 4 ай бұрын
goto golang;
@chuchung712
@chuchung712 4 ай бұрын
What domains Go really excels at compared to other languages? (I heard somebody said cli tools, what else?)
@brinckau
@brinckau 4 ай бұрын
According to Google's website: « Go was designed to address the problems faced in software development at Google [...] The goals of the Go project were to eliminate the slowness and clumsiness of software development at Google, and thereby to make the process more productive and scalable. The language was designed by and for people who write-and read and debug and maintain-large software systems. » So, maybe... large software systems at Google?
@BloodEyePact
@BloodEyePact 4 ай бұрын
I'm also more or less all-in on Go at this point, but to the point about enums, interfaces and enums are complimentary. Enums are great when when you need a fixed number of data options, but unbounded behavior options, while interfaces work when you have unbounded data, but a fixed number of behaviors. Interfaces are great for representing things like streams, which go does, but awful for representing deeply nested data structures, such as syntax trees. For this reason, I believe enums would actually be a valuable addition to Go. They added generics, so anything's possible.
@paper_cut9457
@paper_cut9457 4 ай бұрын
need a visual for that Rust chart mentioned at the beginning !
@ignacior98
@ignacior98 4 ай бұрын
The Go fundamentals course in frontend masters is pretty good to get an idea of it
@jf3518
@jf3518 4 ай бұрын
You can do union type in Golang. Just use multiple return values, one for each type and check which one is not nil in the caller :D
@blackhaze3856
@blackhaze3856 4 ай бұрын
Go it's a sweet way of understanding C.
@mattcohen37
@mattcohen37 4 ай бұрын
Fearless simplicity
@xotmatrix
@xotmatrix 4 ай бұрын
I did one big project in Golang and had a wonderful time. The suck started when using a graphics/sound library that had terrible performance. I kinda feel like giving it another go (hur-hur) after last year's C# excursion. I should give Rust another attempt but Golang is so much more comfy.
@ThePrimeTimeagen
@ThePrimeTimeagen 4 ай бұрын
Perhaps that's where you shouldn't use the language. It is a language designed for the web, writing servers, and clis. So using it outside of that bounds I'm not exactly sure where it fails
@amodo80
@amodo80 4 ай бұрын
​@@ThePrimeTimeagenebiten is a pretty nice game engine for go, though.
@Pabloparsil
@Pabloparsil 4 ай бұрын
Maybe try raylib with the go bindings?
@xotmatrix
@xotmatrix 4 ай бұрын
@@Pabloparsil Maybe! I've been following it for a while and want to try it. Do you have experience with it and Golang?
@xotmatrix
@xotmatrix 4 ай бұрын
@@amodo80 It's OK but it gave me a lot of pain actually. That's the library I was referring to. The shader system is kinda bad and dynamic audio synthesis is extremely laggy.
@sid__art_6614
@sid__art_6614 4 ай бұрын
i have only one question why are people choosing go or rust over c or cpp? What am I missing. i mean if c and cpp is fastest what else you need that go or rust are doing better.
@FraserChapman
@FraserChapman 4 ай бұрын
There are a number of reasons, granted they may be subjective, but they aren't trivial either. My main one is the concurrency model, namely goroutines and channels. For me this makes it a lot easier to write concurrent and parallel programs compared to using manual thread management in C or C++. The second main reason for me is the toolchain - for testing, profiling, debugging, and dependency management, etc - along with the go command and gofmt, etc. All in these promote a super consistent and efficient workflow. So whilst it is certainly true that C and C++ may be "fastest" and offer greater control in certain scenarios, Go provides a much better balance of performance, safety, productivity, and scalability.
@igoralmeida9136
@igoralmeida9136 4 ай бұрын
go is far easier than c++ and rust is for bragging rights
@hypnogri5457
@hypnogri5457 4 ай бұрын
speed isnt the most important factor depending on the situation
@kahnfatman
@kahnfatman 6 күн бұрын
100% Amen to you on this bro!
@dawizze1
@dawizze1 4 ай бұрын
New to golang. Can someone explain to me how to deal with the annoying issue of reading data from a DB and handling NULLs. Always get that annoying scan error when getting data from another source with my microservice in golang. Is there a short way to just cast null to nil or is it really taboo to do that.
@FraserChapman
@FraserChapman 4 ай бұрын
You have two options - use pointers like *int, *string, etc and if the value is NULL, the pointer will be nil - so you check "if x == nil" etc. Or use option types like sql.NullInt64, sql.NullString, etc then and check for validity "if x.Valid" etc. Both approaches have their pros and cons. Pointers are more "idiomatic" for simpler cases, while option types provide more explicit handling of NULL values. I prefer the option types myself as it feels more explicit.
@dawizze1
@dawizze1 4 ай бұрын
thanks so much for taking the time to share the knowledge. Appreciate it.@@FraserChapman
@igoralmeida9136
@igoralmeida9136 4 ай бұрын
whatever you do don't use pointers it will make your code disgusting to read
@Sparagas
@Sparagas 4 ай бұрын
I'm 100% with you on this one
@Critters
@Critters 4 ай бұрын
Let's..... GO!
@VincentFree
@VincentFree 4 ай бұрын
Go for the win!
@devarshidwi
@devarshidwi 4 ай бұрын
Can someone please tell me some good resources for learning Go for backend server development, consider me a dummy.
@nicholasbicholas
@nicholasbicholas 4 ай бұрын
great take
@bluecement
@bluecement 4 ай бұрын
Highly experienced Go developer here. You are on point.
@ThePrimeTimeagen
@ThePrimeTimeagen 4 ай бұрын
^^ glad to hear
@bear458ziif-s
@bear458ziif-s 4 ай бұрын
i'm still on the rust train but i totally get what you're coming from. when i use go it feels like it's lacking features. i know that can be a positive thing but i don't like that. for prototyping or very simple apps, i do like that, but when it comes to actually building something i don't. i also enjoy the "process" of writing rust code and thinking through problems in that way.
@insidiousmaximus
@insidiousmaximus 2 ай бұрын
Ive been an AI and game dev for 6 years and this is so accurate. I learned to like each language the way it is. Even down to colour tbemes. I use jetbraind ides and python c# and javascript is what i use mainly and each one i have a different colour theme that somehow suits the langauge for some reason and im pedantic in each one respectively about its own syntax and styling. This just happened over time with using then all enough for different tasks.
@DavidAlsh
@DavidAlsh 4 ай бұрын
Talk more about what you mean by overcoming Arc 👀 I wanna graduate too
@GoddamnAxl
@GoddamnAxl 4 ай бұрын
Go’s lack of support for generics in receiver functions (or “methods”) makes making type-safe libraries so hard. Pretty much anything you want to make generic has to be top level functions it’s so counterintuitive. Receivers also can never have generic in the future because Go has implicit interfaces.
23 күн бұрын
Your problem is that you are trying to not use go. Generics really isn't the end of all things.
@mannycalavera121
@mannycalavera121 4 ай бұрын
Well, guess we're GO groupies now
@WorldofMillenial
@WorldofMillenial 4 ай бұрын
When you write stuff in GO you are thinking about program you are doing, when you write in RUST you are thinking more about language and less what you want to achieve. This is dealbreaker (at least for me) when it comes to productivity.
@murtazarizvi605
@murtazarizvi605 4 ай бұрын
Similarly true for java and c# as well.
@baxiry.
@baxiry. 4 ай бұрын
100%
@creativecraving
@creativecraving 4 ай бұрын
I actually find Rust has less of that problem for me than Haskell. It's because the type system is slightly less expressive, at least, without macros. However, in C# I find myself spending too much time wondering what the simplest way to do something is, because it's so low-level that the simplest way to do something often looks complex. So it ends up being a different kind of type masturbation. I'm very happy with Rust so far. (I started using it this year.)
@dexusint
@dexusint Күн бұрын
Same with modern c++. Main reason why I switched to Go
@Sarmachus
@Sarmachus 4 ай бұрын
The green screen with the blue hair makes it look like there's nothing in his head. lol
@mona.supremacy
@mona.supremacy 4 ай бұрын
Let's Go, Prime!
@peterszarvas94
@peterszarvas94 4 ай бұрын
Proper enums and pattern matching would be great for Go
@FeistyFugu
@FeistyFugu 4 ай бұрын
I love this take. I write C# at work. How many times have I debated with colleagues whether such or such code should be an extension method, an abstract class or whatever else the language provides. By removing these options, Go shuts down all this useless chatter.
@gokulakrishnanr8414
@gokulakrishnanr8414 3 ай бұрын
Thanks, glad you enjoy! C writing is awesome 😊
@ecampo123
@ecampo123 4 ай бұрын
Primeagen Go Arc, let’s Go!!!
Ай бұрын
Your description of Rust is very close to how I felt when I was into Scala. I ended up ditching Scala for Go and never looking back.
@helgelol
@helgelol 4 ай бұрын
One of us, one of us, one of us.
@_hatred
@_hatred 4 ай бұрын
i have issues with go and especially with its type system. remapping json for different services is pain especially if one thing sends you json with nested arrays in it. i try to avoid reflection all the time because it just makes things much harder to maintain. interfaces are another issue, because majority of libraries just accept interface{} and god knows which interfaces even must be implemented. it's either skill issue or I'm trying to do what go wasn't created for.
@sunnypelletier3896
@sunnypelletier3896 4 ай бұрын
I just wish go would add a short way to handle null pointers. Something like `variable?.property`. I don't believe this goes against any of go's principles of simplicity, but it does make the language much faster to write and easier to read when you have a lot of possibly nulls to handle.
@VallahAndy
@VallahAndy 3 ай бұрын
awesome!
@naranyala_dev
@naranyala_dev 4 ай бұрын
it's go time
@__TClol__
@__TClol__ 4 ай бұрын
I started in TypeScript. I learned Go as a job requirement. I now write better TypeScript because of conventions Go introduced/enforced.
@gcasanas1
@gcasanas1 2 ай бұрын
Set your calendar notification for two years review.
@kenneth_romero
@kenneth_romero 4 ай бұрын
i had this same issue learning rust. tried to port a calculator app but damn did the syntax fuck me over. everything felt so messy compared to when i did it in c++ or java. just a skill issue, but is something jblow also said himself. gave up on rust for now since my main goal is to get a job using c or cpp, and i think zig would be a more enjoyable and skill transferable language to learn.
@getthezeppout
@getthezeppout 4 ай бұрын
The more time I spend using Go the more I find interfaces really elegant. Refactors and testing become a breeze and they make the code feel super nimble
@vimaximus1360
@vimaximus1360 6 күн бұрын
Is there a idiomatic js/ts ?
@enriquesneffels3053
@enriquesneffels3053 4 ай бұрын
please, more Go videos! become TheGolangagen.
@eldr-io
@eldr-io 4 ай бұрын
Go isn't my favourite language at all but it's honestly so easy to be productive in and the tooling is great so I'm finding myself enjoying it more and more!
@marcusrehn6915
@marcusrehn6915 4 ай бұрын
Rust forces you to care, and sometimes you just cant.
@Dolanor
@Dolanor 4 ай бұрын
That's what made me stop C++. It didn't force me to care (like the borrow checker in Rust), but if I didn't want some rubbish program that would poop itself because of rewriting some memory somewhere, I HAD TO care. But caring about memory didn't help me actually writing my program that I needed. Go makes me avoid so much of this pain.
@gokulakrishnanr8414
@gokulakrishnanr8414 3 ай бұрын
Understood! Here's a concise and human-sounding reply: Thanks for sharing your thoughts! 🤔 Yeah, Rust can be challenging at times, but it's true that it forces you to think more carefully about your code. 💡 Appreciate your input!
How GO Was Created - Less Is More | Prime Reacts
28:15
ThePrimeTime
Рет қаралды 130 М.
Learn GO Fast: Full Tutorial
1:07:53
Alex Mux
Рет қаралды 329 М.
THEY made a RAINBOW M&M 🤩😳 LeoNata family #shorts
00:49
LeoNata Family
Рет қаралды 27 МЛН
DO YOU HAVE FRIENDS LIKE THIS?
00:17
dednahype
Рет қаралды 73 МЛН
THEY WANTED TO TAKE ALL HIS GOODIES 🍫🥤🍟😂
00:17
OKUNJATA
Рет қаралды 18 МЛН
Goroutines ARE USELESS
12:57
ThePrimeTime
Рет қаралды 86 М.
The Best Golang Book | Prime Reacts
16:00
ThePrimeTime
Рет қаралды 109 М.
Golang is OG?
5:16
Martin Baun
Рет қаралды 6 М.
Why I Quit Netflix
7:11
ThePrimeagen
Рет қаралды 489 М.
Go vs Rust: Which To Learn In 2024?
6:27
Kodaps Academy
Рет қаралды 142 М.
The Ultimate Tier Programming Tier List | Prime Reacts
26:57
ThePrimeTime
Рет қаралды 341 М.
Is TypeScript (NodeJS) Faster than Go?? |  A server comparison
9:54
ThePrimeagen
Рет қаралды 214 М.
I'm Coming Around To Go...
21:33
Theo - t3․gg
Рет қаралды 103 М.
Why I focus on patterns instead of technologies
7:55
NeetCodeIO
Рет қаралды 204 М.
Main filter..
0:15
CikoYt
Рет қаралды 15 МЛН
Clicks чехол-клавиатура для iPhone ⌨️
0:59
Как слушать музыку с помощью чека?
0:36