ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

8,589 results

CompSciGuy
Protobuf - How Google Changed Data Serialization FOREVER

Protobuf is second to JSON as the most common data serialization format. By volume of data stored, it's probably first - as it's ...

2:56
Protobuf - How Google Changed Data Serialization FOREVER

90,784 views

2 years ago

Hussein Nasser
Protocol Buffers Crash Course

Protocol Buffers (Protobuf) is a method of serializing structured data useful for transmitting data over the wire or storing it. in this ...

36:07
Protocol Buffers Crash Course

288,595 views

5 years ago

Learn with Whiteboard
What are Protocol Buffers & When to Use them | Protobuf vs JSON

What are Protocol buffers? Well, Protocol Buffers is a method of serializing structured data. Curious? Watch the video to learn ...

3:23
What are Protocol Buffers & When to Use them | Protobuf vs JSON

54,100 views

5 years ago

The PrimeTime
Reduce Latency By 60% With ProtoBufs!!! | Prime Reacts

Recorded live on twitch, GET IN https://twitch.tv/ThePrimeagen Article: ...

8:22
Reduce Latency By 60% With ProtoBufs!!! | Prime Reacts

102,582 views

2 years ago

The Coding Gopher
Protocol Buffers vs JSON: The Serialization Showdown

In this video, we dive deep into the differences between Protocol Buffers (Protobuf) and JSON for data serialization. You'll learn ...

7:21
Protocol Buffers vs JSON: The Serialization Showdown

6,310 views

1 year ago

ByteByteGo
What is RPC? gRPC Introduction.

To get better at system design, subscribe to our weekly newsletter: https://bit.ly/3tfAlYD Checkout our bestselling System Design ...

6:09
What is RPC? gRPC Introduction.

693,719 views

3 years ago

Java Techie
gRPC - Protocol Buffers (Protobuf) Explained with Practical Examples | Message & RPC Methods

javatechie #microservicios #springboot #grpc In this video, we'll break down Protocol Buffers (Protobuf) step by step! You'll ...

33:07
gRPC - Protocol Buffers (Protobuf) Explained with Practical Examples | Message & RPC Methods

24,942 views

9 months ago

People also watched

vrfEducationEnglish
gRPC in Node.js Tutorial | Build Fast Microservices with Proto Files

In this tutorial by vrfEducationEnglish, we explore how to implement gRPC in Node.js step by step. If you're looking for a fast, ...

1:14:19
gRPC in Node.js Tutorial | Build Fast Microservices with Proto Files

1,640 views

5 months ago

Hayk Simonyan
API Protocols Explained: When to Use HTTP, WebSockets, gRPC & More

Become a Remote Senior Software Engineer with a Job Guarantee: ...

10:24
API Protocols Explained: When to Use HTTP, WebSockets, gRPC & More

90,017 views

7 months ago

Anton Putra
gRPC vs REST vs GraphQL: Comparison & Performance

Mentorship/On-the-Job Support/Consulting - https://calendly.com/antonputra/youtube or me@antonputra.com ...

5:05
gRPC vs REST vs GraphQL: Comparison & Performance

169,085 views

10 months ago

Gopher Academy
GopherCon 2025: My Protobuf Module is Faster than Yours (Because I Cheated) - Tom Lyons

When handling over 2 trillion messages every day, every ounce of performance matters. This talk outlines the (over) optimizations ...

20:31
GopherCon 2025: My Protobuf Module is Faster than Yours (Because I Cheated) - Tom Lyons

1,402 views

12 days ago

ArjanCodes
Now I Know Why Most People Don’t Use gRPC

Learn how to build robust and scalable software architecture: https://arjan.codes/checklist. In this video, I'm exploring gRPC, ...

19:11
Now I Know Why Most People Don’t Use gRPC

92,133 views

1 year ago

codeHeim
#52 Golang - Learn Protobuf in Go: From Setup to Real-World APIs

In this comprehensive episode, we'll show you everything you need to know to get started with Protobuf (Protocol Buffers) in ...

13:30
#52 Golang - Learn Protobuf in Go: From Setup to Real-World APIs

4,127 views

1 year ago

The Coding Gopher
99% of Developers Don't Get RPCs

Inquiries: thecodinggopher@gmail.com ‍ Learn to build Git, Docker, Redis, HTTP ...

9:20
99% of Developers Don't Get RPCs

91,451 views

8 months ago

CodeOpinion
Where should you use gRPC? And where NOT to use it!

I've recently read a few blogs and watched some videos that compare gRPC with REST as well as GraphQL. It seemed like the ...

10:57
Where should you use gRPC? And where NOT to use it!

102,737 views

3 years ago

Max Mautner
Protocol Buffers with Java & Gradle

A simple demo/tutorial about how to convert a protobuf definition to a Java class using the command line tool & the protobuf ...

12:48
Protocol Buffers with Java & Gradle

23,295 views

5 years ago

Software Developer Diaries
tRPC, gRPC, GraphQL or REST: when to use what?

In this video I'm explaining how tRPC, gRPC, GraphQL and REST APIs work, how to choose the right one and common best ...

10:46
tRPC, gRPC, GraphQL or REST: when to use what?

127,975 views

2 years ago

TutorialEdge
Getting Started with Protocol Buffers in Go - Tutorial

For the price of a ☕ every month, sign up and gain access to a growing list of premium courses on my site ...

10:05
Getting Started with Protocol Buffers in Go - Tutorial

68,567 views

7 years ago

Mario Carrion
Introduction to Protocol Buffers (gRPC Tutorial using buf) with Golang/Ruby Examples

Welcome to this System Design video in Golang, in this video I introduce Protocol Buffers to you, the basics required for starting to ...

14:23
Introduction to Protocol Buffers (gRPC Tutorial using buf) with Golang/Ruby Examples

13,007 views

3 years ago

Stephane Maarek
The Need for Protocol Buffers

Learn about Protocol Buffers, why it is used in applications, and data evolution! Don't forget to subscribe to get more content about ...

5:25
The Need for Protocol Buffers

70,384 views

6 years ago

The Coding Gopher
gRPC and Protocol Buffers in 6 Minutes

In this video, we break down the basics of gRPC - a powerful framework that allows services to communicate across different ...

5:28
gRPC and Protocol Buffers in 6 Minutes

8,428 views

1 year ago

CompSciGuy
This is Google's Worst Mistake with Protobuf (it cost them millions!)

Required fields in protobuf have caused countless outages - sadly we don't have any public postmortems from the outages.

6:03
This is Google's Worst Mistake with Protobuf (it cost them millions!)

6,739 views

2 years ago

Anton Putra
Protobuf vs JSON Performance, Size & Comparison (2026)

Protobuf vs JSON Performance Comparison. Meet the world's most powerful AI software testing service: ...

10:42
Protobuf vs JSON Performance, Size & Comparison (2026)

25,462 views

10 days ago

Code With Cypert
2024 gRPC Golang Tutorial - The tutorial I wish I had when I was learning

Learn gRPC in Go: The Beginner's Guide (Build a Client & Server!) Master gRPC with Go! This comprehensive tutorial walks you ...

32:10
2024 gRPC Golang Tutorial - The tutorial I wish I had when I was learning

28,850 views

1 year ago

Golang Bristol
Johan Brandhorst - A Protobuf and gRPC Crash Course with Buf (29th July 2020 - Golang Bristol)

How do we write APIs? What tooling do we use to efficiently iterate on designs? How do we use Protocol Buffers and gRPC?

50:16
Johan Brandhorst - A Protobuf and gRPC Crash Course with Buf (29th July 2020 - Golang Bristol)

1,682 views

5 years ago

Nick Chapsas
Fast and efficient data serialisation with Protocol buffers (protobuf) in .NET

Subscribe: http://bit.ly/ChapsasSub Become a Patreon and get source code access: https://www.patreon.com/nickchapsas Hello ...

12:55
Fast and efficient data serialisation with Protocol buffers (protobuf) in .NET

27,092 views

5 years ago

Coding with Verrol
ep22.2 - Intro to Protocol Buffers (protobuf)

In part 1 of the Binary Encoding mini-series, we used the standard Go package 'encoding/gob'. In part 2, we will start looking at ...

39:59
ep22.2 - Intro to Protocol Buffers (protobuf)

2,063 views

6 years ago

Stephane Maarek
Protocol Buffers in gRPC

Learn why Protocol Buffers is a cornerstone in gRPC, how it works to define Messages and Service! Don't forget to subscribe to ...

8:41
Protocol Buffers in gRPC

101,370 views

7 years ago