Building Microservices with Go: 6 JSON Validation

preview_player
Показать описание
Weekly live stream which teaches how to build Microservices using the Go programming language.

In this episode we will look at the Go Validator package and how it can be used to validate JSON.

Contents:

Source:

Series Content:
Over the weeks we will look at the following topics, teaching you everything you need to know regarding building microservices with the go programming language:
- Introduction to microservices
- RESTFul microservices
- gRPC microservices
- Packaging applications with Docker
- Testing microservice
- Continuous Delivery
- Observability
- Using Kubernetes
- Debugging
- Security
- Asynchronous microservices
- Caching
- Microservice reliability using a Service Mesh
Рекомендации по теме
Комментарии
Автор

Refreshing my GoLang knowledge and this series is truly a gift!

Nic, you're truly amazing for this and much more! Thank you!

InfamousBlackGuy
Автор

Nic, every time I watched an episode (of the series), I learnt something and it really made my day! Always awesome. Keep it up and thank you!

hawaijarjs
Автор

You make me fall in love with GO!!!❤
Thank you Nic

noibiolamilekan
Автор

Thanks for this video also! Watching and learning from every video in this series.

dakshrajsharma
Автор

Nic this series has been a tremendous education for me, you've definitely garnered a fan!

joshuaseals
Автор

Thank you Nic, I am learning daily from your posted tutorials . This is the best tutorial. God bless !!

mohammedbadusha
Автор

Thank you for a great session. I fully enjoyed your teaching!

lllwwwwwhhh
Автор

Thank you very much Mr. Nic. Really appreciate it 🤝

ftb_official
Автор

Most valuable Go course. Thank you Nic!

jknair
Автор

very nice nic, is super easy, reminds me to the old jquery libraries to do inline validation, pure magic

cristianortiznavia
Автор

great video as always, Nic. Thanks for your time.

ultiumlabs
Автор

This was really useful and amazing explanation.

RunRunn-pe
Автор

Thanks again for the fantastic tutorial. It will be nice to have a tutorial about how to handle database showing how to connect, create tables, insert, update, and etc. And maybe your take on using Database ORM.

KoreanMacho
Автор

Sweet!
good, concise. Thanks Nic.

"Let's just check our <types wrong endpoint> - - - Lets check our API"

IvanZupancic
Автор

Amazing series <3 congratulations Nic

webertlopescancado
Автор

Good video of knowledge sharing and very details

李伟鸣
Автор

thnx so much for this tutorial you help me so much from mexico :)

luispulido
Автор

Thank you for this, great content as usual

stevekamga
Автор

how to use the json as error name (index/object?) on the validation error? like "name" instead of the Product.Name?

kevs
Автор

Some people seem to suggest avoid using Context.Value and instead only use it for request cancellations. Thoughts?

MikeMike-msns