ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

8,591 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,791 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,616 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,102 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,588 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,312 views

1 year 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,955 views

9 months ago

People also watched

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,492 views

8 months 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

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,135 views

10 months ago

Sneaky Kitty Game Dev
C++ Protobuff setup

Patreon: https://www.patreon.com/SneakyKittyGaming Discord: https://discord.gg/W5g6pZXfjh Download: ...

20:22
C++ Protobuff setup

21,745 views

4 years ago

Fullstack Academy
Protocol Buffers Tutorial - An Introduction to Protobufs

Learn more advanced front-end and full-stack development at: https://www.fullstackacademy.com In the following Protocol Buffers ...

11:41
Protocol Buffers Tutorial - An Introduction to Protobufs

109,842 views

9 years ago

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,646 views

5 months ago

Practical Software
How to: gRPC in C++

gRPC is a great piece of technology with which we can easily define a robust server-client service and data interface. In this video ...

22:30
How to: gRPC in C++

17,040 views

1 year ago

Adam Driscoll
Creating Code-First gRPC Services with protobuf-net

In this video, I go through how to create a code-first gRPC service with protobuf-net. There's no need to manage .proto files when ...

13:06
Creating Code-First gRPC Services with protobuf-net

4,914 views

3 years ago

TDot Code
Creating your gRPC w/ Protobuf Server in Node/Typescript! (Part 1, Intro)

Hello viewers! Welcome back to my channel! We are going to be creating our first gRPC server in node/typescript. gRPC is a ...

27:43
Creating your gRPC w/ Protobuf Server in Node/Typescript! (Part 1, Intro)

25,497 views

4 years ago

Maximilien Andile
Build a gRPC server with Go - Step by step tutorial

In this video I will show you - How to init your Go project - How to create a simple .proto file to define your API - How to generate ...

26:34
Build a gRPC server with Go - Step by step tutorial

47,580 views

3 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,570 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,008 views

3 years 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,823 views

3 years 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,742 views

2 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,430 views

1 year 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,970 views

10 days 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,385 views

6 years 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

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,866 views

1 year 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

Hussein Nasser
gRPC Crash Course - Modes, Examples, Pros & Cons and more

gRPC (gRPC Remote Procedure Calls) is an open source remote procedure call (RPC) system initially developed at Google in ...

1:19:38
gRPC Crash Course - Modes, Examples, Pros & Cons and more

262,742 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