![]() |
Complete Guide to Protocol Buffers 3 [Java, Golang, Python] - Printable Version +- Softwarez.Info - Software's World! (https://softwarez.info) +-- Forum: Library Zone (https://softwarez.info/Forum-Library-Zone) +--- Forum: Video Tutorials (https://softwarez.info/Forum-Video-Tutorials) +--- Thread: Complete Guide to Protocol Buffers 3 [Java, Golang, Python] (/Thread-Complete-Guide-to-Protocol-Buffers-3-Java-Golang-Python--605643) |
Complete Guide to Protocol Buffers 3 [Java, Golang, Python] - AD-TEAM - 10-05-2024 ![]() Complete Guide to Protocol Buffers 3 [Java, Golang, Python] Last updated 11/2023 Duration: 3h59m | .MP4 1920x1080, 30 fps® | AAC, 44100 Hz, 2ch | 767 MB Genre: eLearning | Language: English Google Protobuf with examples and exercises. Code in Java Go Python. Say Goodbye to JSON & XML. Pre-req to gRPC
What you'll learn Write simple and complex .proto files Practice Exercises to Confirm the Learnings Leverage Imports and Packages appropriately Generate Code using `protoc` in any language Code in Java with Protocol Buffers Understand how Data Evolution works for Protobuf Learn about advanced Protocol Buffers concepts Requirements Some programming background (Java, Python or Go for example) Previous experience with other formats such as XML or JSON is preferred Description Protocol Buffers (protobuf) is a fundamental data serialization format that every Data Engineer should know about. It is leveraged by many top tech companies such as Google and enables micro-services to transfer data in a format that is safe and efficient. In this course, we are going to explore in depth, with hands-on lectures, all the aspects of Protocol Buffers 3. In just a few hours, you will know everything you need to know to create simple and complex .proto files, and write code in your Favourite Programming language such as Java, Python and Go. Protocol Buffers generates all the boilerplate code for you! Stop using XML and JSON and start using a Data Format that will allow you to create the most efficient APIs. Complete Guide to Protocol Buffers 3 is the best way to get a great overview of all the possibilities offered by Protocol Buffers > Write simple and complex .proto files > Practice Exercises to Confirm the learnings > Leverage Imports and Packages appropriately > Generate Code using `protoc` > Code in Java, Go and Python with Protocol Buffers > Learn about advanced Protocol Buffers concepts Note: This course assumes you have some knowledge about Programming and JSON / XML Section outline: Protocol Buffers Course Introduction: Get an understand of the course objectives, how the course is structured, download the course code and get ready! Protocol Buffers Basics I: Learn how to create your first messages using Scalar Types. Practice with 5 exercises Protocol Buffers Basics II: Learn how to create complex messages, and organise your code in different files and packages. Practice with 4 exercises Setting up Protoc Compiler: Setup the protoc compiler and learn how to generate code in any language Java Programming with Protocol Buffers: Write your Protocol Buffers Data in Java Golang Programming with Protocol Buffers: Write your Protocol Buffers Data in Golang Python Programming with Protocol Buffers: Write your Protocol Buffers Data in Python Data Evolution with Protobuf: Evolve your protocol buffers file in a safe way in order to add or remove fields without breaking previous code Protocol Buffers Advanced: Advanced Types in Protocol Buffers as well as Options, Integer Types, and an introduction to RPC Services with gRPC [To see links please register or login] ![]() |