Complete Rewrite In Go!

  Рет қаралды 198,838

ThePrimeTime

ThePrimeTime

11 ай бұрын

Recorded live on twitch, GET IN
/ theprimeagen
MY MAIN YT CHANNEL: Has well edited engineering videos
/ theprimeagen
Discord
/ discord
Have something for me to read or react to?: / theprimeagenreact

Пікірлер: 376
@kafran
@kafran 11 ай бұрын
“Go is like eating vegetables”🥕 Not tasty but good for your health. Love it. 😂
@_bradleystrider
@_bradleystrider 11 ай бұрын
anyone who complains about veggies not being tasty just doesn't know how to season food
@danielvladco
@danielvladco 11 ай бұрын
I love veggies 😋
@bryanenglish7841
@bryanenglish7841 11 ай бұрын
It's certainly been good to my salary and job opportunities
@blue5659
@blue5659 11 ай бұрын
Stop watching powerpuff girls, greens are tasty. Go is like a bad attempt to replace cpp as a next c. Insluters of cpp should atleast do a better job than cpp. How can people who wrote c and unix do a worse job and make go. I dont know why people like go and java. Its like tom in large scale.
@XDarkGreyX
@XDarkGreyX 11 ай бұрын
​@@_bradleystridertrue true. Seasoning lets me eat veggies I despise to this day.
@BanAaron
@BanAaron 11 ай бұрын
and then I rewote it in Rust
@jacquesfaba55
@jacquesfaba55 11 ай бұрын
And then rewrite that in CrabLang 🦀
@thingsiplay
@thingsiplay 11 ай бұрын
@@jacquesfaba55 And then rewrite that in OCaml.
@whamer100
@whamer100 11 ай бұрын
@@thingsiplay And then rewrite it in zig
@realmimak
@realmimak 11 ай бұрын
it's gonna be rewritten in js anyway so why bother
@livghit
@livghit 11 ай бұрын
And it took us 5 years to finish the project
@AndersGustafsson87
@AndersGustafsson87 11 ай бұрын
Im convinced these blog reviews are just prime practicing his reading skills. I like it though, keep em coming, it somehow works
@ThePrimeTimeagen
@ThePrimeTimeagen 11 ай бұрын
Thank you! I really enjoy doing this because it gives me a bunch of perspectives, I can think about them and argue with myself and with chat. It's a really fun time
@mannycalavera121
@mannycalavera121 11 ай бұрын
​@@ThePrimeTimeagen ​is also quality, enjoyable, but lower effort content. Win win
@TechBuddy_
@TechBuddy_ 11 ай бұрын
I want a compilation of all the "The name is a ...agen"s. It just feels good hearing those 😂
@awikwok212
@awikwok212 10 ай бұрын
Someone make it, damn feel good
@dsysd-dev
@dsysd-dev 9 ай бұрын
kzbin.info/www/bejne/qHW2gKOoaNCojac
@KevinInPhoenix
@KevinInPhoenix 11 ай бұрын
Several years ago I did a Go rewrite of a Perl codebase of a task scheduler program and its utility programs used by an ERP system. The task scheduler is used by the ERP system to run reports and ERP processes at scheduled times, days, and dates. It was becoming increasingly difficult to distribute the Perl code due to its reliance on external dependencies. Go's single binary distribution is what sold me on the project. The ease of the rewrite and the ability to use Go's goroutines to implement per O/S process monitoring instead of the Perl version's status loop monitoring was great.
@dsysd-dev
@dsysd-dev 9 ай бұрын
kzbin.info/www/bejne/qHW2gKOoaNCojac
@ericb7937
@ericb7937 5 ай бұрын
Ok and what was the performance benefit?
@KevinInPhoenix
@KevinInPhoenix 5 ай бұрын
@@ericb7937 The Go program used less CPU time and memory than the Perl program.
@LambdaCalculator
@LambdaCalculator 11 ай бұрын
You should really check out some of James Coplien's talks, he works with shops that successfully rewrite their codebases every 3 years. The problem people have with rewrites, is that they don't do them often enough. The longer you wait to do a rewrite, the more of a pain it's gonna be. Rewrites should be undertaken when the relevant domain knowledge is still fresh, so that the lessons learned from building the last iteration can be transferred to and codified better in the structure of the next one. If no one knows why something is there in the original codebase, then it's already too late to have a smooth rewrite. It's literally the same dynamic as refactoring smaller chunks of code, except that smaller refactorings are forced to keep the overarching structure of the system the same instead of rethinking it as well. Focusing exclusively on small refactors just leads to the silly situation of having fresh clean code for an outdated/clunky system design. Rewrites are just the holistic logical conclusion of refactoring.
@woody5012
@woody5012 11 ай бұрын
It's definitely not perfect, though what language is, but I do love Go. It's brilliantly simple, easy, efficient, and has a lot of excellent tooling built around it.
@nodidog
@nodidog 11 ай бұрын
Nothing is perfect though! Go strikes a great balance for most things
@nalcij
@nalcij 7 ай бұрын
Yea I’ve noticed that too. Strikes a good balance between low and high level programming
@quarteratom
@quarteratom 7 ай бұрын
Do you need a Google account to develop in Go?
@woody5012
@woody5012 7 ай бұрын
@@quarteratom Not to use it, no
@oskrm
@oskrm 11 ай бұрын
One go a day keeps nodejs away
@JohnDoe-mr6mq
@JohnDoe-mr6mq 11 ай бұрын
It took a few to fall in love with Go and not willing to return to node anymore
@RaZziaN1
@RaZziaN1 10 ай бұрын
@@JohnDoe-mr6mq Are u sure? I've heard from colleagues that go is too easy and because its too easy it's unbearable to do hard things.
@JohnDoe-mr6mq
@JohnDoe-mr6mq 10 ай бұрын
@@RaZziaN1 I guess it's their experience. Since I don't know your colleagues, I'd rather believe Google's success with it
@Patrickdaawsome
@Patrickdaawsome 10 ай бұрын
@@RaZziaN1I completely agree with your take.
@dsysd-dev
@dsysd-dev 9 ай бұрын
kzbin.info/www/bejne/qHW2gKOoaNCojac
@BloodEyePact
@BloodEyePact 11 ай бұрын
This outro resonated with me. I had a similar experience with Haskell at the end of my Undergrad, only to find there were no jobs for it that didn't require 10 years experience or a PhD, so I wound up at my current company mostly writing Java and Python, until getting roped into the Docker/Kubernetes ecosystem, which is all in go, so now that's 90% of what I write now. I do like it for its simplicity, but find it somewhat restrictive (less so now that we have generics), but I still find my perspective and problem solving instincts are still colored by my time with Haskell, and I imagine it'll be the same if rust ends up imploding on itself.
@hamm8934
@hamm8934 11 ай бұрын
Go is one of my favorite languages because how simple it is, how robust the standard library is, and how few updates it gets. Learn a Go standard package and that knowledge will be viable for years. Big fan.
@quarteratom
@quarteratom 7 ай бұрын
If it's such a good language, why can't it support the superior style of bracing? Checkmate.
@maximofernandez196
@maximofernandez196 2 ай бұрын
​@@quarteratomjokes aside, I was like "what?" when I tried an else right in the same line of the if. Well, at least that is always consistent
@BoyWithBike
@BoyWithBike 11 ай бұрын
Go is just vegetables until you start delving into channels and goroutines, they are delicious. I feel like a lot of people just look at Go and think, it's just a C with GC and inverted syntax, without realizing how elegant and powerful the goroutines and channels are (CSP)
@davidmcdonnel4831
@davidmcdonnel4831 11 ай бұрын
This. Only gripes were using struct{} in worker pools doubled overhead (deep in the reflect library every handoff was duplicating the object), and the lack of generics until 1.18. All the people complaining about Go error handling either : a) didn't have the foresight to write their own error handling b) worshipped uncle bob martin's minimal line rules and forgot about the other rules (a function should do one thing in one layer of abstraction) c) didn't have a language server installed with an autocomplete feature and were grumpy they had to write the same thing repeatedly d) junior devs used to only writing javascript or python happy path code
@user-zm3ys9ym3q
@user-zm3ys9ym3q 11 ай бұрын
@@davidmcdonnel4831well the current error handling approach is still somewhat controversial. There are quite a few issues about it in go repo with solid arguments on both sides. I'm certainly not going to pass judgment on the current error handling solution - I use it as it is, it doesn't bother me much, but (hopefully) there's always room for improvement. The most unpleasant thing for me personally is when error checking is done several times in one scope in the following form: `if err != nil { return err }`. Really? This looks questionable for two orthogonal reasons: 1. Either it's poor error handling: no additional context is added to the error in the format `return fmt.Errorf("expect file to be writable: %w", err)` (as an example) 2.Either additional context is not important in current scope at all: all possible errors belong to one particular process in general, from which the error context will be clear even on stacks above. And then the repetition of the same constructions `if err != nil { return err }` looks excessive. And how am I supposed to figure out which particular case I'm looking at? Anyway, go has accustomed me to unhappy path and early return approaches and I use it effectively even in other languages.
@davidmcdonnel4831
@davidmcdonnel4831 10 ай бұрын
@@user-zm3ys9ym3q I'm sure everyone wants to handle their errors differently, and there's a lot of flexibility. Golang has always had the ability to return multiple outputs which allows for errors to bubble up without using panic or try/catch. You could also use error channels to early cancel a unit of work from any stack depth. Breaking your app into layers, having error types specific to each layer (api, database, business logic, etc.), having an app wide logging channel for a fmt.Errorf that includes stack traces and other context, and another channel for application halting errors so you know when to gracefully terminate the process would be the most generic overall coverage (look into thread spooling for graceful failure logging). Just bundle it all up into a single object and append it to function arguments. Added benefit of being an entry point for a dummy test harness. You can use a closure like a try/catch/finally it just will be less performant than writing the error check and more hassle for a single error check. In general though, it's good hygiene to add context to errors right where they occur. Most developer time is spent debugging in the long run. Better to pay the toll up front.
@zhamed9587
@zhamed9587 10 ай бұрын
Until you start hitting race conditions, and writing convoluted code because golang doesn't have futures or tasks that allow returning values from them and synchronizing on them, and don't forget to pass context.Context everywhere and make sure you handle it correctly.
@BoyWithBike
@BoyWithBike 10 ай бұрын
​@@zhamed9587 You are obviously way under qualified on this topic, and you're just making a fool of yourself. I would suggest reading "Do not fear first class functions" by Dave Cheney and watching Bryan Boreham's "An Actor Model in Go" presentation from Golang UK Conference 2016.
@hamzanajji8615
@hamzanajji8615 11 ай бұрын
I used to work in company were we had to migrate from spring boot 1.5 to 2 and as a result we had to rewrite our entire microservice stack . it was a nightmare because we ended having two teams where the first team keep adding new features to the old code and another team that keep migrating to the new one , the whole process took us about 3 years to finish and deploy
@jamlie977
@jamlie977 11 ай бұрын
go is probably my favorite language so far, i'm doing some projects in it for fun and i can see myself being productive in it, also the performance is pretty good
@jarnathan-snow
@jarnathan-snow 5 ай бұрын
exactly, productivity and performance, the only two things a company should care about.
@peppybocan
@peppybocan 11 ай бұрын
Look, simple language like Go lets you focus on the product, on deliveries. Compare that to C++. Should you use this feature, or that feature, east pointers, west pointers, consts? auto? constexpr? constexpr if? Move? Or just copy? Pointers or references? And virtual tables? And standard library? And templates? Shared pointers? What about unique pointers? Why not raw pointers? Inheritance? Composition? Abstract classes? Who owns this piece of data?! And modules, And everything under the Sun... and you spend more time with the analysis paralysis and days go by. Go is simple, there is only one way to do it, just do it. Go! DGAF, just Go.
@deniyii
@deniyii 11 ай бұрын
👏🏿👏🏿 beautiful
@isodoubIet
@isodoubIet 11 ай бұрын
C++ is complicated because it solves complicated problems. It's pointless to compare with a language that declared all the hard problems to be outside of its scope; of course that language will be simpler.
@peppybocan
@peppybocan 11 ай бұрын
@@isodoubIet and C doesn''t solve complex problems? What the actual fuck?
@elcugo
@elcugo 11 ай бұрын
Most of your questions have clear answers: use the new features over the old ones that they replace, don't use raw pointers, avoid c-isms, don't use raw pointers, use smart pointers or RAII and for the love of Odin, don't use raw pointers.
@isodoubIet
@isodoubIet 11 ай бұрын
@@elcugo I find raw pointers are often the best option for class members because they usually have the right semantics I want and aren't implicitly const, so they don't ruin the compiler-generated assignment operator and/or force me to use dirty hacks like std::launder. But I agree, _owning_ raw pointers have to die in a fire. In general I find this whole hemming and hawing about how complicated and awful C++ is to be vastly overstated in practice. I work with a lot of people with science backgrounds and little development experience. Juniors, essentially. We often do that thing where prototype code is written in python and later translated to C++. Basically all of them end up telling me how much python frustrates them and how much nicer C++ is to work with. "Oh but everyone will be paralyzed by indecision because the language doesn't force an opinion on how to align the */& with pointer/reference types!". It's ok, I do, and I set up clang-format to handle it and nobody has to think about it anymore. The compiler error messages are bad, that's true, but at least they don't happen 5 hours into a test because of a typo.
@JonathanRose24
@JonathanRose24 11 ай бұрын
A straight rewrite is hard to justify unless the current code is so bad that you’re losing enough revenue to justify the cost (both the direct cost and opportunity cost). But a re-platforming can be more easily justified. If you do a rewrite as part of creating your “next generation” platform, now you can gain support outside of engineering by offering a better feature set that should help to bring in more revenue
@alangamer50
@alangamer50 11 ай бұрын
I love Go, such a simple language, with really clean syntax. It is a dead simple language and anyone can pick it up very quickly, however, I feel like Go sometimes tries too hard to make things simple, and they actually get more complex, like the critical lack of built-in methods. Why can't I have a Contains(array, element) on the standard library, no I fucking have to write it myself. It's not like it takes more than 2 minutes but damn is it annoying. Then there is Rust, it is so similar to go, yet it is almost a complete opposite. Rust is an extremely complex language with possibly hundreds of built-in methods for everything you could imagine, even more so than python, with a complex and expressive syntax, that will make it very clear what you are doing but also sometimes ends up with shit like Vec
@TheMr82k
@TheMr82k 10 ай бұрын
you just described the exact reason why shifting to go from a Node and Js experience is tough. Some common string manipulation you'd expect, casting integers and decimals but like they purposefully not support it to make it more cryptic
@dsysd-dev
@dsysd-dev 9 ай бұрын
kzbin.info/www/bejne/qHW2gKOoaNCojac
@FBTEN2501
@FBTEN2501 5 ай бұрын
go has Contains function in `slices` package: slices.Contains([]uint64{1, 2, 3}, 3) == true
@20dareason09
@20dareason09 11 ай бұрын
Prime is literally the only objective person in the Go versus Rust eternal debate. Everyone else is just stuck in my-tribe-your-tribe mentality. Is everyone egotistical? Evolve!
@ardawanx
@ardawanx 11 ай бұрын
Some people are just too competitive and RUST is a good tool for them to show off they do better than others... Btw he is like 99% of developers who love to shove hundreds of libraries into a project. BUT must be in RUST. 😉
@jamesnewman9547
@jamesnewman9547 11 ай бұрын
ikr! like people say php is bad, but you can make an OS if you try hard!
@gerooq
@gerooq 10 ай бұрын
@@jamesnewman9547ain’t no way
@programaths
@programaths 10 ай бұрын
@@jamesnewman9547 And most people don't even know all the bells and whistles of PHP. A nice one is the automatic initialization of arrays. $a['b']['c']['d']='e'; That statement just works and creates three arrays. Throw an exception in most other languages. So, no need to check if there is an array; just use the append operator: $a['b']['c']['d'][]=1; $a['b']['c']['d'][]=2; The first line would create an array of array of array of the array with 1. The second line would append 2 to the most profound array. I would not use PHP anymore though 😂
@zhamed9587
@zhamed9587 10 ай бұрын
golang and rust are not even in the same category, I don't know why people still compare them.
@likwidsage
@likwidsage 11 ай бұрын
Go is great for getting working done quick. And I enjoy that feeling at the end of the task. If there was a measurement for dev cycle to performance, Go would probably top that list, all other things being equal.
@zhamed9587
@zhamed9587 10 ай бұрын
It just gives the illusion of doing work because of how verbose it is.
@likwidsage
@likwidsage 10 ай бұрын
@@zhamed9587 I disagree. It's only an illusion if you determine work done by LOC, but then you have bigger issues. Go simplified high level programming much like what Rust does for low leveling programming.
@zhamed9587
@zhamed9587 10 ай бұрын
@@likwidsage golang didn't really simplify much. What constructs exactly did it bring to simplify that aren't available in Java or C#?
@likwidsage
@likwidsage 10 ай бұрын
​@@zhamed9587 The most obvious thing that pops into mind is its concurrency/parallelism handling. The way it handles "classes" with interface and structs is also much simpler and more enjoyable DX. Deployment is much simpler as it doesn't require an interpreter (java) while maintaining cross platform compatibility (c#). Sure maybe it's concurrency is the only "real" thing it *bought*, but it also cut out the many ways to similar tasks. ie you iterate using for...range, regardless of whether it's an array, slice or map. Perhaps the most telling is the fact that Go is 25 keywords in total compared to 67 and 79, for java and c#, respectively. It's pretty much accepted that it's simpler; I don't think there's a simpler language that lets you do as much and gives you the same performance. You can even read all the comments below. Now whether simplicity is actually a negative or a positive is a whole different topic.
@Brajgamer
@Brajgamer 10 ай бұрын
​@@zhamed9587Go didn't bring any construct and that's the whole point of go.
@gustavbw
@gustavbw 9 ай бұрын
In Regards to Go: I'm stuck in Java for the forseable future due to my University not having updated our courses in forever - however, after having written a small service, unit & integration tested it and deployed it to prod with no hassle, nothing is going to prevent me from making Java Go - as in, implementing the features, or similar concepts, I really enjoy about Go. Newer versions of Java (after v. 17 afaik) got pretty good implementations of generics and functional features. So, don't mind me as I remove the entire "Exceptions" concept from Java as well as a shit ton of boilerplate through records, generic types, functional and behavioural patterns. Java sucks less when its less Java.
@vladimirburian8439
@vladimirburian8439 11 ай бұрын
It depends on scale and context. Huge rewrites taking months to finish (and to finally get something usable at all) are problematic. But otherwise, I'm more of a pro-rewrite person. I have so far rewritten 1 c++ and 2 python services in go. In case of c++, just better db client has made huge difference (pgx with statement caching and connection pool). And local results caching (very easy to implement in go) has made even bigger difference. I could do the same in c++ theoretically, but I think it was just faster to rewrite it completely. Besides that go has other advantages like tooling, safety and simplicity. And in case of python it was to gain speed and reduce memory footprint. And to join codebases in the other case. In general if there is some problematic component/service (okeyish most of the time, but sometimes not so much) and it's known how to solve it a better and more robust way, then I would be for rewrite instead of fixing and babysitting it repeatedly.
@BradCypert
@BradCypert 11 ай бұрын
Your signoff at the end describes my exact feelings between Go and Rust.
@dsysd-dev
@dsysd-dev 9 ай бұрын
kzbin.info/www/bejne/qHW2gKOoaNCojac
@alexpyattaev
@alexpyattaev 11 ай бұрын
You can compile python into static binaries with nuitka. It will produce somewhat oversized binaries, but much smaller than shipping python in docker. Also startup times get way better.
@arjix8738
@arjix8738 11 ай бұрын
pyinstaller bundles python and it is like 10~15 mb of extra size
@isodoubIet
@isodoubIet 11 ай бұрын
@@arjix8738 I don't know what nuitka does but what pyinstaller does is essentially bundle an interpreter, extract everything to a tmp folder, and run everything there. It's a little silly tbh, and if you care about the startup times, all that unpacking makes it even worse.
@alexpyattaev
@alexpyattaev 10 ай бұрын
@@isodoubIet Nuitka is a very cool python translator it replaces the interpreter loop with hardlinked calls to the functions that would have been called by the bytecode. If you have never tried it and you use python in production - you should try.
@vanclief
@vanclief 10 ай бұрын
Go is my favorite language, because its just super productive. Its indeed not sexy, but when you just care about getting the problem solved, its your best friend.
@i3looi2
@i3looi2 10 ай бұрын
Depends on how old the architecture is. A full rewrite might be a well needed option.
@lambo1707
@lambo1707 11 ай бұрын
hi primeagen, i saw your course on front end masters. can i take the course even i don’t have knowledge in javascript/typescript?
@bluehugh2
@bluehugh2 11 ай бұрын
Love how dude in the chat just got roasted for preferring allman syntax 😂
@ThePrimeTimeagen
@ThePrimeTimeagen 11 ай бұрын
That syntax is just so verbose. I don't need that much white space.
@Satook
@Satook 9 ай бұрын
My biggest lesson during a language transition: Use a newer structure but make your outputs match exactly, even the weird bits and refactor after you’ve moved off the old bit. Also, find a way to do it incrementally. A hard cutover will take 10x longer than replacing 1 endpoint/query/service cal at a time.
@dsysd-dev
@dsysd-dev 9 ай бұрын
kzbin.info/www/bejne/qHW2gKOoaNCojac
@wcpodcast8642
@wcpodcast8642 6 ай бұрын
This is the first time that I saw your content, dude you sound like bill burr kkkkkkkk this is so good!
@aspiesoft
@aspiesoft 10 ай бұрын
After starting to use go, I notice I spend less time debugging over simple problems like a typo, or an unhandled error.
@canadianblitz3468
@canadianblitz3468 10 ай бұрын
Exceptions are the best part of programming! They tell you that you don't know what you're doing.
@Palundrium
@Palundrium 10 ай бұрын
10:26 "Go is like literally the dumbest language possible" And that's what makes it so good
@nyahhbinghi
@nyahhbinghi 3 ай бұрын
yes and no - using interface{} everywhere introduces bugs and the data races and unsafe access to nearly everything is bad
@tkg__
@tkg__ 10 ай бұрын
The struct-align thing is readable IMO, but the real issue with it is that sometimes adding a single new field ends with a lot of lines of diff. Go is not super-sexy but it gets shit done and is a great tool. And it's easy to onboard new people.
@asdfasdf9477
@asdfasdf9477 11 ай бұрын
Go was designed with a bunch of python projects in mind, it’s like Hack and php in Facebook, your python just slides into go like hand into a glove.
@laughingvampire7555
@laughingvampire7555 11 ай бұрын
10 years ago, hipsters used ruby, today they use rust
@ColossalMcBuzz
@ColossalMcBuzz 11 ай бұрын
The single binary reason is a pretty good one. I was looking at static site generators a while back and Jekyll always made various lists for popularity. I went to install it and saw I needed Ruby, RubyGems (and the gems that Jekyll needs), gcc, and make. I then looked at Hugo and saw it was a single binary (written in Go) that didn't require any installation. I kicked Jekyll to the curb and went with Hugo.
@aaronevans6442
@aaronevans6442 10 ай бұрын
A single binary means a hundred binaries. High level languages were invented to solve cross-platform problems.
@Spirrwell
@Spirrwell 11 ай бұрын
For whatever reason, your voice sounds like Fry from Futurama when you're reading. I'm sorry, I don't know why I felt the need to bring that up, but I just keep noticing it. XD
@LEGnewTube
@LEGnewTube 10 ай бұрын
I love golang. I find it fun to write. Also that naming at the end XDXD
@nodidog
@nodidog 11 ай бұрын
I love Go, it's great ❤
@dizphunkt
@dizphunkt 10 ай бұрын
I love go for it's simplicity and the fact that it's cross-platform. Tried Rust but it has a steep learning curve and I have trouble to understand some of that language. Maybe it's because I didn't code in C before.
@GearsDatapacks
@GearsDatapacks 11 ай бұрын
I've been looking at Golang a bit recently, and I'm considering switching to it. - It's got easy, clean syntax - It's not too different a paradigm from what I'm used to (JS/TS) - It's pretty fast
@user-he4st2ro5h
@user-he4st2ro5h 10 ай бұрын
Easy and clean syntax? Ahahahahahahahahahahahaha
@nalcij
@nalcij 7 ай бұрын
@@user-he4st2ro5hCompared to other system programming languages? Most certainly.
@Kaizala1933
@Kaizala1933 10 ай бұрын
Hey @ThePrimeTime, I love your videos, would you care to share links to these articles in the future?
@maxnibler6090
@maxnibler6090 4 ай бұрын
Im teaching myself go now. Most of my experience thus far has been in python and c++. So far i rly like it
@bolow
@bolow 10 ай бұрын
The thing that pushed me to learn Go was the goroutines because I couldn't do parallel calls for a web scrapper I was working on at the time. Since then I felt that it's more Pythonic than Python itself.
@armax00
@armax00 11 ай бұрын
The most hilarious thing is that who generally sponsors a rewrite is not knowledgeable of what has being rewritten. Like "wait, let's not improve what we have because I do not know how it works... let's do it from scratch without any experience whatsoever"... my 2 cents.
@shimadabr
@shimadabr 11 ай бұрын
Usually managers who thinks a rewrite is a magic solution to solve all the application's main problems.
@armax00
@armax00 11 ай бұрын
@@shimadabr I have not experienced that, it has been a lot more like person X that wants to show how great they are and want to show complex work for a promotion.
@13zebras
@13zebras 11 ай бұрын
Go over TS any day of the week. I have to deal wtih TS BS every f'n day at work. Barf.
@bobanmilisavljevic7857
@bobanmilisavljevic7857 11 ай бұрын
Im almost done with my first python book and am excited to either learn go or js. I found a JavaScript book from 2023 in the library so this is exciting to me because im sort of sick of reading off a glowing screen and the book is so new and untouched its like calling for me to use it 🤪. But go seems so exciting to learn for me too. I only want to focus on one language next so i can keep learning more python but have another language to compare and contrast for learning purposes. Im not really trying to speed learn a language either so whatever route i choose, i would like to take my time and really understand how the language works Any suggestions will be seriously considered. Thank you
@marcioandreyoliveira
@marcioandreyoliveira 11 ай бұрын
If you want to learn a language that has several job offers, both JS and Go are fine, but I'd would pick Golang. If you're learning just for pleasure, why not try something really different? In this case I'd pick either Ocaml or Clojure. Good luck.
@bobanmilisavljevic7857
@bobanmilisavljevic7857 11 ай бұрын
@@marcioandreyoliveira thank you
@conorx3
@conorx3 11 ай бұрын
Learn French, and German, and Hindi, and Spanish. And if you want something fun learn Greek. Or just finish your first book… Ultimately, what reason are you learning to program? Do you like anything with charts/data analysis, desktop apps/games, quick projects, algorithms, …, then you’re wasting your time starting a new language. you will have to learn a new vocabulary, sentence structure, and complicated unique weirdness, just to get to the level you’re at now. Chances are, learning how to write tests will make you a better developer rather than restarting and learning how to implement a for loop or declare a variable. Build a project that will impress an employer, or follow a tutorial for an area that you’re interested in. You should get experience with multiple languages long term, but don’t switch after one book… that’s literally when the fun begins in that lang
@bobanmilisavljevic7857
@bobanmilisavljevic7857 11 ай бұрын
@@conorx3 thank you. I need to keep focus
@demolazer
@demolazer 11 ай бұрын
There's a great go book simply called 'the go programming language' co written by one of the guys behind. It's excellent.
@Edwin-nl3qu
@Edwin-nl3qu 7 ай бұрын
"ohhhhh thats why you do that" man the number of times I've done exactly that with my own code.. 🤣
@gabrielnuetzi
@gabrielnuetzi 11 ай бұрын
The language doesn't matter so much if your CI anyway runs containers for jobs/steps etc. All what matters is that you write clean modularized functions, test them and ship them in a container. Of course Go/Rust are nice because they boil down to a single execubtale which you need to download for your system. So if you get the right executable for your platform, you can also just get the container and run that, and everybody will be happy. A container offers even more benefits, because you can deliver at the same time config files and other stuff with the tool you run etc etc. But I agree writting in compiled static-typed languages is better as you are full-speed and can even containerize as well at the end.... Go on the other hand needs more boilerplate for CLI tooling out of the box than python out of the box with its standard library.
@GunZFoX
@GunZFoX 10 ай бұрын
Even if people do not like how Go handle errors. I personally find it really easy to debug, and that's why I love it
@robertochostakovis
@robertochostakovis 6 ай бұрын
That's what I'm doing, goodbye Spring Boot, welcome Go!
@galaxian_hitchhiker
@galaxian_hitchhiker 3 ай бұрын
I wish you also provide the links to the posts or reaction items.
@pif5023
@pif5023 11 ай бұрын
I took a look at Go before getting into Rust and it is true, it is shockingly easy to learn. I really felt that in a couple of month you can code fast with it, perhaps you won’t be a Go expert but coding fast yes. Still, 10 days is a bit sus (I left Go for Rust because I need a low level lang in my toolbox)
@pif5023
@pif5023 11 ай бұрын
The outro is exactly how I am feeling about Rust in this period
@roccociccone597
@roccociccone597 11 ай бұрын
I'm currently in a project where my team is moving from python to Go.
@ficolas2
@ficolas2 10 ай бұрын
ok so, you have terraform, whose main purpose is to have infraestructure as code, then these guys make a wrapper, to use terraform, with a UI? I dont get it.
@samueladole6074
@samueladole6074 10 ай бұрын
Funny enough, I’ll be interested in doing a Golang all project
@cj-ip3zh
@cj-ip3zh 9 ай бұрын
Is there an alternative to gems when using packages in ruby?
@user-lb9ms9zr7r
@user-lb9ms9zr7r 10 ай бұрын
I was listening to this in the background not watching the video. "This blows my mind that you could build a backend in scratch." I thought this was some sort of hobby project where someone was actually rewriting their back in Scratch, not in Go from scratch. Big difference. It took me too long to realise that he wasn't talking about writing backend code in a coding language aimed at primary school students.
@Jarek.
@Jarek. 4 ай бұрын
Go is like a fat and funny lady friend to whom you always come back to 🤣
@workbrand6245
@workbrand6245 11 ай бұрын
Can you put the link of every article you comment on in your videos ? Thanks
@dsysd-dev
@dsysd-dev 9 ай бұрын
kzbin.info/www/bejne/qHW2gKOoaNCojac
@dandogamer
@dandogamer 11 ай бұрын
This is actually a rewrite I can approve of.
@HyperFocusMarshmallow
@HyperFocusMarshmallow 10 ай бұрын
Doing a rewrite can be a great way to learn, but don’t count on it if you need to be finished in reasonable time and depend on getting things right. One of the hardest things for beginners and novices and probably even experts is to look at a piece of software and realize how many people it took how many hours to incrementally build the mess in front of you. If you’re not that many people and do t have that many hours and try to build it in a single piece you’re in for trouble. You could always try to build a piece, and then another and then another and maybe someone else will build a piece and eventually you’ve got something nice. This is advice from someone who has a strong urge to rewrite almost any piece of software I encounter. It’s like an itch I want to scratch. Not that I work with either ”go” or ”scratch” or even web stuff. Do you know what the worst part is. Just writing about it makes me want to sit down and rewrite something…
@dsysd-dev
@dsysd-dev 9 ай бұрын
kzbin.info/www/bejne/qHW2gKOoaNCojac
@max_ishere
@max_ishere 11 ай бұрын
Can I please at some point get the point of go? I've been using it for 2m now and I still discover some crazy "simplicity" that's in my way or I should've known of.
@manemobiili
@manemobiili 10 ай бұрын
Go is pretty much modern C, devs hate it but end users like myself love it. Most of the time everything is a single binary and compilation is fast af.
@davidowens9597
@davidowens9597 10 ай бұрын
Why do you say devs hate it? Go was the #8 Most Loved programming language in the 2022 Stack Overflow survey.
@manemobiili
@manemobiili 10 ай бұрын
@@davidowens9597 2023 survey is out so you might want to check it out.
@UnhingedNW
@UnhingedNW 10 ай бұрын
I want to learn Go really bad because I'm super tired of cooking for a living and want an fast way out lol.
@petlemons
@petlemons 11 ай бұрын
1:25 I have never had someone so succintly describe the difficulties of my work
@snorman1911
@snorman1911 Ай бұрын
Rewrite it, baby! Sometimes you can only polish a turd so much.
@AntranigVartanian
@AntranigVartanian 11 ай бұрын
I just wanted to point out that we wrote our whole product from scratch 3 times in the last 6 years. why? because we learned from our mistakes and wanted something better every time.
@carlwilde635
@carlwilde635 11 ай бұрын
Lorem Ipsum ironically quoted in context . Abbreviated Latin for "Pain Itself" (Delorem Ipsum) - full text by Cicero 60BC
@docmars
@docmars 10 ай бұрын
It seems like Deno needs more time, but for any TypeScript lovers, it ships standalone binaries as well.
@Sapperbounded
@Sapperbounded 11 ай бұрын
Go is the most bored I've ever been writing in a language. It also "just works", so i cant be too mad about it.
@jamlie977
@jamlie977 11 ай бұрын
that's me in C# as well, i find Go to be very nice and i enjoy using it (even though i used to hate it)
@SpikeTaunt
@SpikeTaunt 11 ай бұрын
The Go hate is crazy, why are they hating on my little goober
@user-vj9hb3gy6d
@user-vj9hb3gy6d 10 ай бұрын
coz that goober is a vegetable
@Akhbash
@Akhbash 11 ай бұрын
6:11 For python development i prefer pyenv + poetry, together they are like nvm + npm ;D
@blenderpanzi
@blenderpanzi 11 ай бұрын
Oh, like nvm? I was looking for something that can manage different Python version installations.
@heroe1486
@heroe1486 11 ай бұрын
​@@blenderpanzipyenv let's you do that, you can for exemple just write "pyenv 3.8 shell" and your current shell would be using python 3.8, you just need to download it beforehand.
@fb-gu2er
@fb-gu2er 11 ай бұрын
Using a scripting language for backend is madness
@ea_naseer
@ea_naseer 11 ай бұрын
​@@fb-gu2erit's called scripting for a reason it's supposed to call efficient code but it usually doesn't
@TheHackysack
@TheHackysack 11 ай бұрын
@@blenderpanzi I wrote a shellscript to do that for me. It's essentially a clone of Python Launcher for Windows, but with minimal features. Similar to the comment below yours, I only ever need to do `py -3.8` to interact with that version. However, every time I show it to someone, they ask "why do you have so many Pythons that you need a script to manage them?" It's obviously Linux only, requires that you download the Python version beforehand, and also that you install them all into a single location. As you can imagine, that got tiring to manage myself. So, now I just issue a `py --build` and it does it for me.
@FzsHotDogInDonut
@FzsHotDogInDonut 10 ай бұрын
So if I learn go lang , what kind of position am I aiming for?
@dsysd-dev
@dsysd-dev 9 ай бұрын
kzbin.info/www/bejne/qHW2gKOoaNCojac
@carriagereturned3974
@carriagereturned3974 11 ай бұрын
1:53 in i hit like. LOVE IT. LOVE IT. " Ooooh that's WHY you do THAT." JEEZ LOVE IT. 10:15 "Go is dumbest language possible" HAHAHAHA LOVE It. True. PS I love Go stuff. Do more. just Epic.
@LiveErrors
@LiveErrors 10 ай бұрын
I have almost formulated a drinking game out of your verbal habits
@boopfer387
@boopfer387 10 ай бұрын
Great thanks Prime very very entertaining, so eat veggie's before Rust?
@garagedoorvideos
@garagedoorvideos 10 ай бұрын
2:16 "ohh that's why you do that.. " ahahh
@bipinmaharjan4090
@bipinmaharjan4090 11 ай бұрын
Lets gooo
@Yupppi
@Yupppi 5 ай бұрын
I've seen so many videos about how great go is that now when I hear "nobody hear loves go", I add in my head "we just love using it because it's so great". People never talk about how go failed them and has this stupid thing for why it doesn't work for some use case they'd want. They just say something like "I don't love go, but it's awesome and definitely weapon of choice".
@yanisfourel
@yanisfourel 10 ай бұрын
I'd love to hear about why you don't like allman. I used to only use K&R, then I got forced to use allman for a year at my job, and now actually prefer it. Is that just all preference? Then why do you hate is so much? Just memeing?
@lattakia3812
@lattakia3812 10 ай бұрын
I have switched from C to Golang to Nim & my latest switch is Zig. Hope to port to Rust next
@leonardoferreyra5427
@leonardoferreyra5427 10 ай бұрын
this ending in particular was just...
@vncntjms
@vncntjms 10 ай бұрын
If I follow money, which one to use. Go or Rust?
@Im_Ninooo
@Im_Ninooo 11 ай бұрын
Go 💙
@birdbeakbeardneck3617
@birdbeakbeardneck3617 11 ай бұрын
He knows rust people will be triggred, i mean look at the smirk😅
@flamendless
@flamendless 11 ай бұрын
What do go devs here recommend for go framework? Echo or Fiber?
@boot-strapper
@boot-strapper 11 ай бұрын
No framework needed
@mqix3741
@mqix3741 11 ай бұрын
Chi with net/http package
@heroe1486
@heroe1486 11 ай бұрын
Most recommend nothing, there are like 10 r*ddit threads about that a day
@likwidsage
@likwidsage 11 ай бұрын
no frame work then Gin
@raianmr2843
@raianmr2843 11 ай бұрын
Try Chi first. If you feel like you need a framework, there's Gin. that said if you're making a simple rest api with a moderate amount of endpoints anything go based gets way too boilerplaty, id use something like fastapi instead.
@catcatcatcatcatcatcatcatcatca
@catcatcatcatcatcatcatcatcatca 11 ай бұрын
10 days? I can barely configure a python project in that time.
@LevitskiSRGE
@LevitskiSRGE 10 ай бұрын
go lang, hold my beer...
@isodoubIet
@isodoubIet 11 ай бұрын
Anaconda is like the worst. Just grab the official package and pip install what you need. It'll take all of 5 extra minutes and it'll save countless hours of frustration when your packages installed with pip don't conflict with other packages installed with conda.
@dsysd-dev
@dsysd-dev 9 ай бұрын
kzbin.info/www/bejne/qHW2gKOoaNCojac
@aaronevans6442
@aaronevans6442 10 ай бұрын
Most of the time software need rewritten from scratch. It's usually that bad. But you probably can't do it better.
@ThePrimeTimeagen
@ThePrimeTimeagen 10 ай бұрын
agreed
@gamersma
@gamersma 11 ай бұрын
My favorite language finally getting a shout out here lol
@cbbcbb6803
@cbbcbb6803 10 ай бұрын
What can GO do thst RUST cannot do? And vice-versa? Doesn't the "Legacy" means "it works", as in Cobol, Fortran, C, C++, etc.
@thepianomatro
@thepianomatro 11 ай бұрын
Zig can't go to production fast enough
@Reelix
@Reelix 10 ай бұрын
Person said they wanted { on a new line because they're a C# dev. C# supports both - Simply have a basic code-formatting addon to convert it to the format you prefer, and everyone wins :p
@friction5001
@friction5001 10 ай бұрын
fr writing a solid backend is so much effort
@choleralul
@choleralul 11 ай бұрын
I love Go
@samuelallen1402
@samuelallen1402 2 ай бұрын
What will really get to you is I've seen a total rewrite go from a bad language to a worse language, when it wasn't the language but the data model that was the problem. You wouldn't believe me if I told you where that was.
@pieflies
@pieflies 10 ай бұрын
Vegetables vs hot, buttered crab
@FabulousFadz
@FabulousFadz 10 ай бұрын
I only discovered Go a year ago, and have been loving it since. Been looking for interesting open source Go projects to contribute to since at work I'm required to use C#. After watching this video I went to have a look at digger, read the code, saw an issue and fixed. Had my pull request accepted and merged 6 hours ago.
@TheMr82k
@TheMr82k 10 ай бұрын
Man you must be incredibly divert if your first thought while learning a language is to add a PR
@FabulousFadz
@FabulousFadz 10 ай бұрын
@@TheMr82k Well, I've been programming for a long time (professionally since 2003 but self taught before the world wide web in 1993 when I was a kid) so the only new thing to me was Go. I picked that up pretty quickly by building some none trivial things in my spare time.
How GO Was Created - Less Is More | Prime Reacts
28:15
ThePrimeTime
Рет қаралды 127 М.
Go 1.22 - Fixes For Loops | Prime News
7:41
ThePrimeTime
Рет қаралды 68 М.
Bro be careful where you drop the ball  #learnfromkhaby  #comedy
00:19
Khaby. Lame
Рет қаралды 44 МЛН
WHY DOES SHE HAVE A REWARD? #youtubecreatorawards
00:41
Levsob
Рет қаралды 36 МЛН
Cloudflare: Pay Me 120k Or We Shut You Down
30:00
ThePrimeTime
Рет қаралды 226 М.
Writing Node Libraries in Rust | Prime Reacts
29:57
ThePrimeTime
Рет қаралды 40 М.
The TRUTH About Golang Backend Frameworks
6:31
Melkey
Рет қаралды 97 М.
Scrum IS AWESOME
27:01
ThePrimeTime
Рет қаралды 73 М.
Goroutines ARE USELESS
12:57
ThePrimeTime
Рет қаралды 82 М.
PHP Is Terrible...
15:30
ThePrimeTime
Рет қаралды 160 М.
Apple, как вас уделал Тюменский бренд CaseGuru? Конец удивил #caseguru #кейсгуру #наушники
0:54
CaseGuru / Наушники / Пылесосы / Смарт-часы /
Рет қаралды 4,5 МЛН
Kalem ile Apple Pen Nasıl Yapılır?😱
0:20
Safak Novruz
Рет қаралды 1,2 МЛН
Mi primera placa con dios
0:12
Eyal mewing
Рет қаралды 393 М.
Эффект Карбонаро и бумажный телефон
1:01
История одного вокалиста
Рет қаралды 2,6 МЛН
Pratik Cat6 kablo soyma
0:15
Elektrik-Elektronik
Рет қаралды 8 МЛН