Introduction to Fiber - An Express-inspired web framework

  Рет қаралды 17,769

EQuimper

EQuimper

Күн бұрын

Пікірлер: 39
@EightSixx
@EightSixx 4 жыл бұрын
lol; i asked yesterday for more Go coentent and you delivered it real quick! w00t keep it up!
@stevenhansel2601
@stevenhansel2601 4 жыл бұрын
Looking forward to this series!
@nathanielwoodbury2692
@nathanielwoodbury2692 4 жыл бұрын
Love your videos, keep the GO projects going they're so awesome to watch!
@EQuimper
@EQuimper 4 жыл бұрын
Any suggestions of go project you would like to see?
@jatinoham
@jatinoham 3 жыл бұрын
@@EQuimper Web development
@venomvenom4326
@venomvenom4326 3 жыл бұрын
@@EQuimper explain gorilla/websocket topic
@stefanbogdanovic590
@stefanbogdanovic590 4 жыл бұрын
Fiber is awesome! Can't wait for moree! Awesome series
@EQuimper
@EQuimper 4 жыл бұрын
Thanks for the words. Do you have anything you would like to see with fiber ?
@stefanbogdanovic590
@stefanbogdanovic590 4 жыл бұрын
@@EQuimper Combine Fiber with React, OAuth2 Github login that will be good 😊
@debanjanbarman7212
@debanjanbarman7212 4 жыл бұрын
@@EQuimper Ya bro Fiber with React, OAuth2
@budi0580
@budi0580 2 жыл бұрын
Hi, Thanks for a nice video. Does the fiber by default handling the request concurrently ?
@ramana1729
@ramana1729 3 жыл бұрын
Good tutorial
@MrAwanish
@MrAwanish 3 жыл бұрын
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
@blank001
@blank001 4 жыл бұрын
Nice tutorial, would love to see some more tutorials from you.
@EQuimper
@EQuimper 4 жыл бұрын
Any suggestions? :)
@blank001
@blank001 4 жыл бұрын
@@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.
@joan12312
@joan12312 3 жыл бұрын
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.
@EQuimper
@EQuimper 3 жыл бұрын
Yes goland add this. I like this features a lot :)
@faturfadh
@faturfadh 4 жыл бұрын
nice video, please make live project too. example simple site with membership system (login and register)
@codelucky
@codelucky 3 жыл бұрын
How do you compare it with GRPC which is also faster?
@EQuimper
@EQuimper 3 жыл бұрын
Didnt use grpc yet
@beofonemind
@beofonemind 4 жыл бұрын
thanks for this video.
@rosendacabreza4724
@rosendacabreza4724 4 жыл бұрын
Panong mag aply
@MartinAlix
@MartinAlix 3 жыл бұрын
Merci!!
@codelucky
@codelucky 3 жыл бұрын
Can you please make a Go Fiber tutorial series for complete beginners, from installation to making a project?
@EQuimper
@EQuimper 3 жыл бұрын
Yes this is in my todo list :)
@picatchumm64
@picatchumm64 4 жыл бұрын
GoFiber is best framework, tuto in french another day (they are very more ressource in english) ?
@pranaydas7382
@pranaydas7382 4 жыл бұрын
Its a very good framework i have been using since 3 months for my office work
@Manu-mr4mn
@Manu-mr4mn 4 жыл бұрын
English is better, many more people can watch it. And English is really a simple language
@janmsavage
@janmsavage 3 жыл бұрын
Lolz mate.
@rosendacabreza4724
@rosendacabreza4724 4 жыл бұрын
Pano mag aplay
@myhendry
@myhendry 4 жыл бұрын
Can integrate with GraphQL? That will be amazing!!!!
@EQuimper
@EQuimper 4 жыл бұрын
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.
@bitp
@bitp 4 жыл бұрын
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
@jasonshen
@jasonshen 4 жыл бұрын
u check the performance then you know there is a huge difference, between fiber and all others
@bitp
@bitp 4 жыл бұрын
@@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)
@danko95bgd
@danko95bgd 4 жыл бұрын
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
@EQuimper
@EQuimper 4 жыл бұрын
Build in schema validation is something I would like too.
@gg-gn3re
@gg-gn3re 4 жыл бұрын
@@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"
How to use the Go Fiber JWT middleware
22:21
EQuimper
Рет қаралды 15 М.
Is Fiber the best Go web framework? Better than Gin?
21:07
Coding with Robby
Рет қаралды 40 М.
2 MAGIC SECRETS @denismagicshow @roman_magic
00:32
MasomkaMagic
Рет қаралды 34 МЛН
Real Man relocate to Remote Controlled Car 👨🏻➡️🚙🕹️ #builderc
00:24
THIS is the BEST Way to Write HTTP Services in Golang
13:53
Introduction to Go Fiber (and why you should NOT use it)
17:40
Golang Dojo
Рет қаралды 44 М.
Golang Fiber Web Framework / Full Course / CRUD JSON API
1:21:03
CoderVlogger
Рет қаралды 10 М.
"The Life & Death of htmx" by Alexander Petros at Big Sky Dev Con 2024
23:01
Montana Programmers
Рет қаралды 68 М.
Introduction to SQLC and how to use it with Fiber
55:03
EQuimper
Рет қаралды 8 М.
REST API with Go / Gin + Some Simple Tests
38:53
David Alsh
Рет қаралды 79 М.
Golang in under an hour (2021)
53:34
Eli Goldberg
Рет қаралды 29 М.
Concurrency in Go
18:40
Jake Wright
Рет қаралды 620 М.
Build a REST API in Go using Fiber + GORM
1:28:30
rithmic
Рет қаралды 41 М.