I think that having a great router is making the community evolve to make better frameworks that do not stop to the routing part. Fuego and Chimera for example are great frameworks and I hope we'll see more of them in the future.
@cokoala513710 ай бұрын
first I'm hearing about Fuego and they seem onto it. Thanks for the reco!
@duckwicket89010 ай бұрын
@mr.togrul--938310 ай бұрын
I think this and loop threads thing is my favourite, as someone who hasn't used Go that much but is planning to use in future, this simplifies things. I like this new upgrades
@MelkeyDev10 ай бұрын
Yeah, loops was huge too.
@erikslorenz10 ай бұрын
I have quite a few services which are just a few routes and being able to pull out params is fantastic.
@MelkeyDev10 ай бұрын
Yeah, such a great addition
@AylaCroft10 ай бұрын
I feel like the Go gods heard my late night cries
@smnomad927610 ай бұрын
Even as a joke, that is a blasphemy. There is only one God, Allah. The God of Jesus, Moses, Adam, Mohamed and all the other prophets.
@zzrroott645920 күн бұрын
@@smnomad9276 🫵😂😂😂😂😂😂
@mieszkogulinski16810 ай бұрын
Insanely helpful, thanks!
@ishaanmalhotra300810 ай бұрын
Wonder when they'd get the net/http package updated with Quic/http3 protocol
@flogginga_dead_horse402210 ай бұрын
I was waiting for this vid!!
@GabrielGasp10 ай бұрын
Still waiting for them to fix the test coverage reporting in (hopefully) 1.22.1 before upgrading. Also, I know they had to do this weird http verb in the route string because of backwards compatibility stuff, but I wish they gave us some helper methods for each verb to avoid this weird syntax.
@LeventeKersanszki10 ай бұрын
Are those the Berserk books in the background though? Nice touch!
@MelkeyDev10 ай бұрын
Yes they are haha
@licokr9 ай бұрын
I really wanna try go, I will. I've used third-party libraries a lot as a js dev and it's kind of defacto so dealing everything with standard libraries sound strange, at the same time SO cool
@jazzlover100002 ай бұрын
Well it's nice of course. What do you suggest using for cookie mgmt? I dislike using Apache just to run low-mid bandwidth web servers.
@eriknyk2k10 ай бұрын
still want to use a framework for my rest APIs because they still facilitates the Json conversion in two ways, parsing body and encoding response, and other funcionalities like middleware support, logging, etc
@Lynxiro10 ай бұрын
I just startes learning about web servers. So now it should be easier to do pretty much all of the basic stuff one would want to do just with the standard library? Seems great as you can just learn the always available option instead of getting tied to some external tool.
@Tobsson10 ай бұрын
Well, there already was. Go is a very "server in mind"-type of language. They just made a small change to make it shine a little brighter. Honestly, 3rd party packages are just a nice to have and not something you'll actually need.
@nexovec10 ай бұрын
Day 278 of waiting for tagged unions to be added to the language.
@MelkeyDev10 ай бұрын
Day 279 now
@seand760310 ай бұрын
Lol nice
@nadeemshareef750810 ай бұрын
Day 280 😂
@MarkVergelBanguis10 ай бұрын
285
@AzizurRehmanKhan-q5g10 ай бұрын
I am kinda new to Go and trying to make rest api with go 1.22.0 but this [METHOD ][HOST]/[PATH] doest not working for me. is it just me or other also facting this issue, i tryed searching on stackoverflow but couldnt find anything
@AzizurRehmanKhan-q5g10 ай бұрын
i was searching it all this long, but get it know, i just needed to run "go mod init project name" and it worked for me
@krps76 ай бұрын
What's the suggestion? Can we use gin or other famous 3rd party frameworks over net/http?
@athirsonsilva380810 ай бұрын
For me, net/http just need a better Middleware and grouping support and it would be my go-to choice for personal projects, for now i will stick to Chi.
@xpamamadeus10 ай бұрын
same here middleware and grouping
@MelkeyDev10 ай бұрын
Yeah, this is why CHi is still my go-to but, i wont be surprised if this gets added to net/http core in the future
@vinaykumarkharwar17710 ай бұрын
If middleware becomes a part, I will stop using node and learn GO.
@AlexanderBorshak10 ай бұрын
KInda of Iterators is most excited, as to me (under exp flag yet, though...)
@SimplyCode10 ай бұрын
when and why did you start using vs code?!
@Yusuf-ok5rk10 ай бұрын
vim streamer slots were full
@pylotlight10 ай бұрын
I went the vscodium direction
@zotoavinaandriamanamihaga666110 ай бұрын
how is you go lsp so fast ? mine is slow af
@ThomasWSmith-wm5xn6 ай бұрын
I moved my fiber backend to std http just to move it back again. I still don't think its fully there yet. Middleware and error returns for example, much better on gin or fiber still imo.
@prashlovessamosa10 ай бұрын
A comprehensive tut is needed.
@justintie10 ай бұрын
I'll keep using chi
@MelkeyDev10 ай бұрын
Me too
@eduardosalles921210 ай бұрын
gg
@seanturner740010 ай бұрын
What's your theme?
@MelkeyDev10 ай бұрын
one dark
@SergeBrazuca10 ай бұрын
Personally, I make every effort to work only with the language's standard libraries.
@MelkeyDev10 ай бұрын
hell yeah
@tobyzieglerrr10 ай бұрын
Yeah for what?
@MelkeyDev10 ай бұрын
For what?
@tobyzieglerrr10 ай бұрын
@@MelkeyDevi probably need to sleep a bit more... i honestly dont understand my own comment anymore. Love your content!
@ivailopetrov282710 ай бұрын
all my homies use vlang
@mcatower10 ай бұрын
The movement of the screen from left to right is very annoying. Please don't do that anymore. Show the whole line or make the window narrower to fit the whole line.