How I'm doing authentication on my simple Go app (with Fiber)

preview_player
Показать описание
Become a YT Members to get extra perks!

My Products

Useful Links
Рекомендации по теме
Комментарии
Автор

my man has been doing authentication 69 different ways in the last year

Yusuf-okrk
Автор

Love ya!!! Woke up with a raging headache so I missed the alert 😬 but you’re doing great babe!

SeibertSwirl
Автор

5:35 in Go, accessing a map at a key that doesn't exist returns the map value type's zero value. It's a general pattern in Go, e.g. a declared but uninitialized variable also has the variable type's zero value. This means `var a int; a == 0` is `true`.

Thanks for sharing your Golang journey!

embiem_
Автор

Thanks for doing these myriads of permutations as it really helps expand possible ways of achieving a solution. I have started exploring go offlate simply because of the costly hosting options for nextjs projects in the long run. Technology is just like any tool as long as something get the job done in the most effective and cost efficient manner its worth exploring that path.

sanketss
Автор

`val, ok := map1["key1"]`
You want to test for existence before using the value -- if not found, it will use the zero value

jly_dev
Автор

interesting video!
a bit off topic for this video, but regarding templ while I find it quite nice to use, it's quite annoying to have the `templates `folder (or whatever name) being filled up quickly with both `*templ.txt` and `*templ.go` files, any idea on how to organise around this?
I think I saw in your last video that you seem to have a setting on your vscode to "wrap" your related files into a fake folder (not sure if I'm clear on this)

MrChickenpoulet
Автор

Which is the most popular Go framework right now among the companies? Or are they often using Go without a framework?

CookerSingh
Автор

Mind if I ask, what does this internal tool do? 😅, Is it just a like a UI for accessing a list of emails? If so, where do the emails come from?

shahzaibshahzaibkhan
Автор

Welcome back to another Web Dev Junkie video!

seiuwatches
Автор

Robinson Maria Harris Joseph Young Scott

AliEkerci-pb
Автор

is any serious company or startup using HTMX for production?

also majority apps we build are just CURD and as far as i know node really shine for I/O work then why we need GO, RUST for these type of project?

reeteshvirous