Go Gin REST API Tutorial

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

● SUBSCRIBE to see more of my Videos & hit that LIKE button to support the channel!

‎--------------

🎥 Recording Setup

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

Thank you so much! This helped me immensely

ludwigvanbeethoven
Автор

Спасибо за подробный и простой в понимании урок. Удачи тебе в твоих начинаниях!

Kotoffey
Автор

if you get up to the stage of implementing OAuth 2.0 specifically sessions, I will be a very happy man :-)

RodLewis
Автор

how to view the API call in the terminal once we run the go application in the background?

cityhunter
Автор

Thank you for an awesome and clear explanation

devjeff
Автор

Why have a context rather than attach a context to a middleware like in mux?

LewisCowles
Автор

Everytime I try to access the local host 8080 it says that the page is unavailable. Why does this happen?

jorgemaldonado
Автор

In the "QueryStrings" example... which process puts the returned values in alphabetical order? Is that the Browser or the c.JSON function?

I.e. I send them as such:
c.JSON(200, gin.H{
"name": name,
"age": age,
"golang": golang})
and they are displayed in POSTMAN as such:
{
"age": "24",
"golang: "yes",
"name": "elliot"
}

Just curious.

carlfranz
Автор

I tried with a slice in stead of gin.H{} but that resulted me a empty output. Any suggestions on how to display the slice data?

RajeshSamson
Автор

Please followup with adding JWT authentication to gin routes. That's what's what I'm missing and could not find it in any tutorial.

kl
Автор

Informative w concise and clear examples, thx!

timothyn
Автор

what was name of theme on your vs code?

azamataliqulov
Автор

Subscribed :) more golang content please

akashkasurde
Автор

Nice video.

What is gin.Context and gin.H?
It feels a bit weird to deviate from the normal way of doing things in Go. Is there any advantage to this?

Maybe this video isn't meant for newbies like me, but it would be nice if you explained a bit more about *why* you are writing specific code, and *how* it works. Instead of just saying *what* you are doing. Because we can all see *what* you are doing. :)

WorstDeveloper
Автор

how to get go gin rest api in visual studio code? I mean not the import but like in the left side you have

rrluckyrocky
Автор

Great content.
Just one suggestion, use Postman in black theme.

blank
welcome to shbcf.ru