lol; i asked yesterday for more Go coentent and you delivered it real quick! w00t keep it up!
@stevenhansel26014 жыл бұрын
Looking forward to this series!
@nathanielwoodbury26924 жыл бұрын
Love your videos, keep the GO projects going they're so awesome to watch!
@EQuimper4 жыл бұрын
Any suggestions of go project you would like to see?
@jatinoham3 жыл бұрын
@@EQuimper Web development
@venomvenom43263 жыл бұрын
@@EQuimper explain gorilla/websocket topic
@stefanbogdanovic5904 жыл бұрын
Fiber is awesome! Can't wait for moree! Awesome series
@EQuimper4 жыл бұрын
Thanks for the words. Do you have anything you would like to see with fiber ?
@stefanbogdanovic5904 жыл бұрын
@@EQuimper Combine Fiber with React, OAuth2 Github login that will be good 😊
@debanjanbarman72124 жыл бұрын
@@EQuimper Ya bro Fiber with React, OAuth2
@budi05802 жыл бұрын
Hi, Thanks for a nice video. Does the fiber by default handling the request concurrently ?
@ramana17293 жыл бұрын
Good tutorial
@MrAwanish3 жыл бұрын
Can you help me out for a web application directory structure or with a sample tutorial project? I wanted to convert my existing web application (developed in Yii2 framework) to gofiber framework. Thanks
@blank0014 жыл бұрын
Nice tutorial, would love to see some more tutorials from you.
@EQuimper4 жыл бұрын
Any suggestions? :)
@blank0014 жыл бұрын
@@EQuimper You have pretty much everything covered in your channel, if possible can you do a migration type tutorial where you convert existing php/node to Go equivalent.
@joan123123 жыл бұрын
I see in your code you use a kind of "named parameters", like app.Listen(address:3000), but Go doesn't have "named parameters". Is this a special feature of GoLand? Thanks a lot.
@EQuimper3 жыл бұрын
Yes goland add this. I like this features a lot :)
@faturfadh4 жыл бұрын
nice video, please make live project too. example simple site with membership system (login and register)
@codelucky3 жыл бұрын
How do you compare it with GRPC which is also faster?
@EQuimper3 жыл бұрын
Didnt use grpc yet
@beofonemind4 жыл бұрын
thanks for this video.
@rosendacabreza47244 жыл бұрын
Panong mag aply
@MartinAlix3 жыл бұрын
Merci!!
@codelucky3 жыл бұрын
Can you please make a Go Fiber tutorial series for complete beginners, from installation to making a project?
@EQuimper3 жыл бұрын
Yes this is in my todo list :)
@picatchumm644 жыл бұрын
GoFiber is best framework, tuto in french another day (they are very more ressource in english) ?
@pranaydas73824 жыл бұрын
Its a very good framework i have been using since 3 months for my office work
@Manu-mr4mn4 жыл бұрын
English is better, many more people can watch it. And English is really a simple language
@janmsavage3 жыл бұрын
Lolz mate.
@rosendacabreza47244 жыл бұрын
Pano mag aplay
@myhendry4 жыл бұрын
Can integrate with GraphQL? That will be amazing!!!!
@EQuimper4 жыл бұрын
I think you can yes, but you need to use fasthttp for that. Cause I dont think gqlgen work without the net/http request handler.
@bitp4 жыл бұрын
And another go router ... and there is literally nothing different compared to e.g. labstack/echo (except the nodejs branding). It's spreading like a disease XD
@jasonshen4 жыл бұрын
u check the performance then you know there is a huge difference, between fiber and all others
@bitp4 жыл бұрын
@@jasonshen First of all, the performance of your router really doesn't matter at all. 1 or 2 microseconds really don't make a difference since you are dealings with web requests here. The slow part is the handler (or the request itself), not the router. 2nd: If you want to get the best performance just use the native stuff (but keep point 1 in mind)
@danko95bgd4 жыл бұрын
Somebody should tell people that express is trash xD. Yet everyone is using only express and now even copying lmao. Why not make fastify clone to give me hooks atleast or something worthy of a framework, like built in schema validation or something. I dont need framework for c.send lol
@EQuimper4 жыл бұрын
Build in schema validation is something I would like too.
@gg-gn3re4 жыл бұрын
@@bitp Performance always matters. In all of life efficiency matters, everywhere. Look at the world? It's ran by people who think the exact way of your statement, and what do we have? Well... the earth certainly isn't getting "better"