Prefer a text version? Find the whole post on my blog here: www.bradcypert.com/grpc-fundamentals-with-go/
@frostbiters85093 ай бұрын
Very informative; the angelic voice guiding my every thought is a major plus. Keep it up, pookie.
@CodeWithCypert3 ай бұрын
I’m not sure about the angelic part, but thank you! I appreciate it!
@jakest.germain24753 ай бұрын
Great and INFORMATIVE tutorial. I can tell that you genuinely want to share and teach information to help your fellow devs. Keep up the great work!
@CodeWithCypert3 ай бұрын
Thank you! Teaching is one of my favorite things to do, so I’m glad that’s showing through!
@Jakeplusplus13 ай бұрын
I like the concept of the proto file. Having those definitions agnostic of the language would be so beneficial to multi-language applications. Cool stuff!
@CodeWithCypert3 ай бұрын
I agree! I probably should have built the client in a different language to drive that home, but here we are with it all in Go lol
@Jakeplusplus13 ай бұрын
@@CodeWithCypert that might make for an interesting follow up Short that you could add to the description.
@serhiiherasymov48093 ай бұрын
Very informative video. Thank you ❤
@CodeWithCypert3 ай бұрын
I’m glad you found it helpful!
@djpremier333Ай бұрын
Great tutorial, thanks a lot
@CodeWithCypertАй бұрын
Glad it was helpful!
@MrEastgreen8 күн бұрын
thank you for showing me what i did wrong
@CodeWithCypert7 күн бұрын
I’m glad it was helpful! What are you building?
@inifitecosmos4 ай бұрын
great content
@CodeWithCypert4 ай бұрын
Glad you found it helpful! Would you mind sharing it with someone else who would find it helpful, too? :)
@kevinkelche84783 ай бұрын
Great stuff. BTW what vim plugin are you using for the proto files?
@CodeWithCypert3 ай бұрын
I believe I installed it via Mason. Lemme try to find out.
@CodeWithCypert3 ай бұрын
Yup, have it installed via Mason but this is it: github.com/bufbuild/buf
@asdasfdfgewqgrgyjhАй бұрын
28:53 "Im finding out about half this file is error handling" Thats how I feel every time I write in go Please add Options and Results go gods 🙏
@CodeWithCypertАй бұрын
I have a Scala background so I’d love those types, but I’m just happy that error handling is front of mind