Class Central is learner-supported. When you buy through links on our site, we may earn an affiliate commission.

YouTube

Protocol Buffers Crash Course

Hussein Nasser via YouTube

Overview

Dive into a comprehensive crash course on Protocol Buffers (Protobuf), a powerful method for serializing structured data. Learn how to build an application using both JSON and Protobuf, comparing their performance and characteristics. Explore the process of writing .proto files, using the protoc compiler, and implementing Protobuf structures in your code. Gain insights into the benefits of Protobuf, including its schema-based approach, compact binary size, and language neutrality. Examine the potential drawbacks, such as the learning curve for small applications and compatibility challenges with JSON-based systems. By the end of this tutorial, you'll have a solid understanding of when and how to leverage Protocol Buffers in your projects, along with practical coding experience.

Syllabus

Intro
Write an App with JSON
ReWrite the App with Protobuf
Writing .proto file
protoc
Using protobuf structures
Pros & Cons of Protocol Buffers

Taught by

Hussein Nasser

Reviews

Start your review of Protocol Buffers Crash Course

Never Stop Learning.

Get personalized course recommendations, track subjects and courses with reminders, and more.

Someone learning on their laptop while sitting on the floor.