Building A JSON API In Golang Part 5 - Signing In Users

preview_player
Показать описание

In this series, I will teach you how to build a complete industry-ready JSON API project in Golang with JWT authentication, Postgresql, and Docker. We are going to build a bank API and build everything from scratch with only the mandatory packages we actually need. We are also going to write tests for each of our HTTP handlers. If you want to learn Golang or Rust consider subscribing to my channel so you can become a high-value engineer.

This golang tutorial is something for you if you are willing to learn about Golang testing, Golang project structure, and how to use Docker with Golang.

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

i hope you come back to this, i didn't know it wasn't finished

mjeedalrasheed
Автор

Yo Anthony, it's been 10 months, bless us with part 6

iliassglitch
Автор

This JWT API series is so good, can't stop watching. Like a crime documentaries.

wMwPlay
Автор

For people concerned about gorilla/mux being no longer maintained, I'd recommend Chi as an alternative that can be used in its place with almost identical syntax

nodidog
Автор

It's another great episode and exercise in pair programming. For anyone following along, if you don't want to delete the Docker instance or volume for Postgress, you can use PG Admin to delete the table or wrap the query. Exec in a delete table handler and execute a Data table account SQL statement.

wiqarc
Автор

i was actually following this video playlist but turns out its not fully completed.. it would be great if you can continue the work in this playlist too because not everyone is talking about docker in normal video tutorials... consider resuming this playlist ... loved the content btw

tripstergaming
Автор

Hey Anthony, your video taught me a lot, it would be great to have the next one wrapping everything up. Keep up the great work!
Met vriendelijke groeten van Nederland!

ottoneres
Автор

learned a ton in this series. looking forward to the next video. I'll probably work on the transfers on my own in the mean time. thanks for the vid!

mrcruz
Автор

OMG, I learned a lot with this series, thanks so much! Anthony, please, do the next video! 🙏

ricardomaricato
Автор

great video, waiting patiently for the next one, if you can please include how you would break down and organize this project into separate files

crade
Автор

Cant wait for the next one.. love your content, just signed up for your patreon as well. Keep up the great work!

jk-dsok
Автор

will there be a new episode? If so, when? btw I learned so much in this video series. Priceless!

dezo
Автор

I learnt alot with this series, thanks 😀. I wish you kept going

voychoi
Автор

Hi, great series of videos! please do the next episode

sviatoslavkr
Автор

About that one problem with the varying char too long or whatever and where the solution he suggested was to delete the docker thing and restart it or something.

Instead of doing that, do the following:
docker exec -it <name_of_container> bash
psql -U postgres
\c <name_of_db>
DROP TABLE <name_of_table>

This way, you don't have to mess with the docker thing and your table gets deleted instead.

nar
Автор

18:20 Hi Anthony, did you made the video about how to fix this huge Storage interface?

iuseerr
Автор

Hi Anthony GG
I love your content, when will be next episode?

ShokoMakinohara
Автор

Now that gorilla is not maintained anymore, which is the best replacement?

eduardabramovich
Автор

Thanx man you are the mentor that I need (as soon as I got some money to spend on your content XD) Amazing video series

falanges
Автор

Did you put the finished project on GitHub ?

fahrican