Arquivo | Tamanho |
---|
01 Course Introduction/001 The need for Protocol Buffers.mp4 | 23.63 MB |
01 Course Introduction/002 How are Protocol Buffers used.mp4 | 10.24 MB |
01 Course Introduction/003 Course Structure.mp4 | 13.03 MB |
01 Course Introduction/003 Stephane-GitHub.txt | 124.00 B |
01 Course Introduction/003 Stephane-Linkedin.txt | 172.00 B |
01 Course Introduction/003 Stephane-Medium.txt | 144.00 B |
01 Course Introduction/003 Stephane-Twitter.txt | 140.00 B |
01 Course Introduction/004 Code Download.html | 1.26 kB |
01 Course Introduction/004 code.zip | 18.22 kB |
01 Course Introduction/005 VSCode Setup (optional).html | 2.21 kB |
02 Protocol Buffers Basics I/006 First Message.mp4 | 6.75 MB |
02 Protocol Buffers Basics I/007 Scalar Types.mp4 | 14.54 MB |
02 Protocol Buffers Basics I/008 Tags.mp4 | 5.43 MB |
02 Protocol Buffers Basics I/009 Repeated Fields.mp4 | 5.64 MB |
02 Protocol Buffers Basics I/010 Comments.mp4 | 15.43 MB |
02 Protocol Buffers Basics I/011 Default Values for Fields.mp4 | 3.01 MB |
02 Protocol Buffers Basics I/012 Enumerations (Enums).mp4 | 17.07 MB |
02 Protocol Buffers Basics I/013 Practice Exercises I.html | 1.66 kB |
02 Protocol Buffers Basics I/014 Solution to Practice Exercises I.mp4 | 26.45 MB |
03 Protocol Buffers Basics II/015 Defining Multiple Messages in the Same File.mp4 | 13.41 MB |
03 Protocol Buffers Basics II/016 Nesting Messages.mp4 | 17.60 MB |
03 Protocol Buffers Basics II/017 Imports.mp4 | 19.94 MB |
03 Protocol Buffers Basics II/018 Packages.mp4 | 14.99 MB |
03 Protocol Buffers Basics II/019 Practice Exercise II.html | 1.59 kB |
03 Protocol Buffers Basics II/020 Solution to Practice Exercises II.mp4 | 20.09 MB |
04 Setting up Protoc Compiler/021 Setup Protoc Compiler.html | 3.34 kB |
04 Setting up Protoc Compiler/022 Use protoc to generate code in any language.mp4 | 48.45 MB |
04 Setting up Protoc Compiler/023 Practice Using protoc.html | 1.16 kB |
05 Java Programming with Protocol Buffers/024 Setup Code Download in Java.html | 1.72 kB |
05 Java Programming with Protocol Buffers/025 Gradle Project Setup Code Generation.mp4 | 86.02 MB |
05 Java Programming with Protocol Buffers/026 Simple Message Creation in Java.mp4 | 121.42 MB |
05 Java Programming with Protocol Buffers/027 Dealing with Enums in Java.mp4 | 43.29 MB |
05 Java Programming with Protocol Buffers/028 Creating a Complex Message in Java.mp4 | 68.56 MB |
05 Java Programming with Protocol Buffers/029 Java Options.mp4 | 33.80 MB |
05 Java Programming with Protocol Buffers/030 Conversion to JSON in Java.mp4 | 57.03 MB |
05 Java Programming with Protocol Buffers/031 Practice Exercise Java (self-guided).html | 1.57 kB |
05 Java Programming with Protocol Buffers/032 What about Maven.html | 2.89 kB |
06 Golang Programming with Protocol Buffers/033 Setup Code Download in Golang.html | 1.87 kB |
06 Golang Programming with Protocol Buffers/034 Code generation in Golang.mp4 | 38.64 MB |
06 Golang Programming with Protocol Buffers/035 Simple Proto Struct in Golang.mp4 | 26.91 MB |
06 Golang Programming with Protocol Buffers/036 go_package option.mp4 | 13.26 MB |
06 Golang Programming with Protocol Buffers/037 Reading and Writing to Disk.mp4 | 63.29 MB |
06 Golang Programming with Protocol Buffers/038 Reading and Writing to JSON.mp4 | 53.38 MB |
06 Golang Programming with Protocol Buffers/039 Enum Proto Struct in Golang.mp4 | 36.42 MB |
06 Golang Programming with Protocol Buffers/040 Complex Proto Struct in Golang.mp4 | 43.82 MB |
06 Golang Programming with Protocol Buffers/041 Practice Exercise Golang (self-guided).html | 1.58 kB |
06 Golang Programming with Protocol Buffers/042 GoGo Protobuf as an Alternative.html | 2.99 kB |
07 Python Programming with Protocol Buffers/043 Setup Code Download in Python.html | 1.71 kB |
07 Python Programming with Protocol Buffers/044 Code generation in Python.mp4 | 52.26 MB |
07 Python Programming with Protocol Buffers/045 Simple Proto Message in Python.mp4 | 68.87 MB |
07 Python Programming with Protocol Buffers/046 Enum Proto Message in Python.mp4 | 47.70 MB |
07 Python Programming with Protocol Buffers/047 Complex Proto Message in Python.mp4 | 82.56 MB |
07 Python Programming with Protocol Buffers/048 Practice Exercise Python (self-guided).html | 1.59 kB |
08 Data Evolution with Protobuf/049 The need for updating the protocol.mp4 | 9.31 MB |
08 Data Evolution with Protobuf/050 Rules for Data Evolution.mp4 | 7.95 MB |
08 Data Evolution with Protobuf/051 Adding Fields.mp4 | 8.62 MB |
08 Data Evolution with Protobuf/052 Renaming Fields.mp4 | 2.08 MB |
08 Data Evolution with Protobuf/053 Removing Fields.mp4 | 9.51 MB |
08 Data Evolution with Protobuf/054 Reserved Keyword.mp4 | 5.85 MB |
08 Data Evolution with Protobuf/055 Beware of Defaults.mp4 | 8.17 MB |
08 Data Evolution with Protobuf/056 Evolving Enum Fields.mp4 | 7.82 MB |
09 Protocol Buffers Advanced/057 Integer Types Deep Dive.mp4 | 15.80 MB |
09 Protocol Buffers Advanced/058 Advanced Data Types (oneof map Timestamp and Duration).mp4 | 18.60 MB |
09 Protocol Buffers Advanced/058 Well-Known-Types.txt | 448.00 B |
09 Protocol Buffers Advanced/059 Protocol Buffers Options.mp4 | 7.17 MB |
09 Protocol Buffers Advanced/060 Naming Conventions.mp4 | 7.31 MB |
09 Protocol Buffers Advanced/060 Style-Guide.txt | 232.00 B |
09 Protocol Buffers Advanced/061 Uber style guiding.html | 1.25 kB |
09 Protocol Buffers Advanced/062 GRPC.txt | 68.00 B |
09 Protocol Buffers Advanced/062 Services.mp4 | 17.68 MB |
09 Protocol Buffers Advanced/063 Introduction to gRPC (from gRPC Course).mp4 | 32.59 MB |
09 Protocol Buffers Advanced/064 Protocol Buffers Internals.mp4 | 44.62 MB |
10 Next Steps/065 List of Protocol Buffer Files to Explore.html | 1.59 kB |
10 Next Steps/066 Java-Documentation.txt | 308.00 B |
10 Next Steps/066 Proto-3-Documentation.txt | 236.00 B |
10 Next Steps/066 Whats next Congratulations.mp4 | 3.93 MB |
10 Next Steps/067 Bonus Lecture Coupons for my other courses.html | 5.75 kB |
Discuss.FreeTutorials.Us.html | 165.68 kB |
FreeCoursesOnline.Me.html | 108.30 kB |
FreeTutorials.Eu.html | 102.23 kB |
How you can help Team-FTU.txt | 259.00 B |
Torrent Downloaded From GloDls.to.txt | 84.00 B |
[TGx]Downloaded from torrentgalaxy.org.txt | 524.00 B |