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,774 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,584 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,097 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,576 views

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

9 months 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,308 views

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

People also watched

Next Day Video
Serializing Data with Google's Protocol Buffers

Paul Kerchen http://pyohio.org/schedule/presentation/281/ This talk is an introduction to Google's protocol buffers (aka protobuf).

56:06
Serializing Data with Google's Protocol Buffers

21,963 views

8 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

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

9 years ago

Mike Møller Nielsen
Protocol Buffer Java Generate Code from contract

Define how data should appear and generate source code from the .proto template. Enjoy! :-) Thank you for commenting and ...

32:50
Protocol Buffer Java Generate Code from contract

22,870 views

6 years ago

Tensor Programming
Building an Basic API with gRPC and Protobuf

In this tutorial, we take a look at how we can use gRPC to build a simple API. Github Repository: ...

20:56
Building an Basic API with gRPC and Protobuf

98,246 views

6 years 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,435 views

8 months 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,638 views

5 months ago

justforfunc: Programming in Go
justforfunc #30: The Basics of Protocol Buffers

Many people have asked me about videos on gRPC, and I decided that before getting into those technical topics it'd be nice to ...

28:31
justforfunc #30: The Basics of Protocol Buffers

47,146 views

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

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

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

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,683 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,738 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,427 views

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

5 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,383 views

6 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,837 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,091 views

5 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

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

10 days ago