Thank you very much. In the part of the video, where you use binary mathematics, my mind exploded. I'm incredulous that a 3 year old video made me understand binary math. You are a god.
@yusupovjasur Жыл бұрын
This playlist is pure gold
@markg1netsg Жыл бұрын
pure gold, as is the backend course, thanks for your time and effort, more please :)
@TECHSCHOOLGURU Жыл бұрын
Thanks, will do!
@oduber.vasquez4 жыл бұрын
Thank you very much friend! I hope you include the databases part!
@TECHSCHOOLGURU4 жыл бұрын
Thanks for the suggestion. I will consider doing that.
@chapnhancuocsong3 жыл бұрын
Thank you very much !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
@TECHSCHOOLGURU3 жыл бұрын
Welcome!
@artemsalimov58064 жыл бұрын
nice one
@TECHSCHOOLGURU4 жыл бұрын
Thanks, Artem!
@vladyslavdemian12094 жыл бұрын
Please, explain, why is copier (deep copy) used here? Why just original laptop cannot be returned?
@TECHSCHOOLGURU4 жыл бұрын
Good question, Vladyslav! In the function found(laptop *pb.Laptop) error, you can see that laptop is a pointer. So if we return the original laptop then it's a pointer to an object inside our data map, which will allow the outside world to be able to change the content of the original laptop in our data store. Also keep in mind that inside the struct pb.Laptop there are also many pointer fields, so we must use deep-copy to copy their content to other objects.
@nossandra4 жыл бұрын
Thank you very much!
@TECHSCHOOLGURU4 жыл бұрын
Welcome!
@kamal-xd7id3 жыл бұрын
I understand client cancel the context and server gets to the context from the stream but how is the context over the wire represented and being transferred?
@TECHSCHOOLGURU3 жыл бұрын
Hi Kamal! The gRPC library takes care of representing & transferring the context data for us internally. So we don't have to care about it. If you're interested, you can try to read the implementation of gRPC to see how it works.
@barathv99104 жыл бұрын
can u please make a video on video streaming using grpc golang
@TECHSCHOOLGURU4 жыл бұрын
Thanks for the suggestion. I will think about it.
@konsuke124 жыл бұрын
how do you type comment so fast?
@TECHSCHOOLGURU4 жыл бұрын
Hey Do. No I don't. I just speed up the video to save time :D