[UDEMY] Complete Guide to Protocol Buffers 3 [Java, Golang, Python] [FTU]

seeders: 2
leechers: 2
Added 6 years ago by SunRiseZone in Other

Download Fast Safe Anonymous
movies, software, shows...

Files

[UDEMY] Complete Guide to Protocol Buffers 3 [Java, Golang, Python] [FTU] (Size: 1.4 GB)
  001 The need for Protocol Buffers.mp4 23.6 MB
  002 How are Protocol Buffers used.mp4 10.2 MB
  003 Course Structure.mp4 13 MB
  003 Stephane-GitHub.txt 102.4 B
  003 Stephane-Linkedin.txt 204.8 B
  003 Stephane-Medium.txt 102.4 B
  003 Stephane-Twitter.txt 102.4 B
  004 Code Download.html 1.3 KB
  004 code.zip 18.2 KB
  005 VSCode Setup (optional).html 2.2 KB
  006 First Message.mp4 6.7 MB
  007 Scalar Types.mp4 14.5 MB
  008 Tags.mp4 5.4 MB
  009 Repeated Fields.mp4 5.6 MB
  010 Comments.mp4 15.4 MB
  011 Default Values for Fields.mp4 3 MB
  012 Enumerations (Enums).mp4 17.1 MB
  013 Practice Exercises I.html 1.7 KB
  014 Solution to Practice Exercises I.mp4 26.5 MB
  015 Defining Multiple Messages in the Same File.mp4 13.4 MB
  016 Nesting Messages.mp4 17.6 MB
  017 Imports.mp4 19.9 MB
  018 Packages.mp4 15 MB
  019 Practice Exercise II.html 1.6 KB
  020 Solution to Practice Exercises II.mp4 20.1 MB
  021 Setup Protoc Compiler.html 3.3 KB
  022 Use protoc to generate code in any language.mp4 48.4 MB
  023 Practice Using protoc.html 1.2 KB
  024 Setup Code Download in Java.html 1.7 KB
  025 Gradle Project Setup Code Generation.mp4 86 MB
  026 Simple Message Creation in Java.mp4 121.4 MB
  027 Dealing with Enums in Java.mp4 43.3 MB
  028 Creating a Complex Message in Java.mp4 68.6 MB
  029 Java Options.mp4 33.8 MB
  030 Conversion to JSON in Java.mp4 57 MB
  031 Practice Exercise Java (self-guided).html 1.6 KB
  032 What about Maven.html 2.9 KB
  033 Setup Code Download in Golang.html 1.9 KB
  034 Code generation in Golang.mp4 38.6 MB
  035 Simple Proto Struct in Golang.mp4 26.9 MB
  036 go_package option.mp4 13.3 MB
  037 Reading and Writing to Disk.mp4 63.3 MB
  038 Reading and Writing to JSON.mp4 53.4 MB
  039 Enum Proto Struct in Golang.mp4 36.4 MB
  040 Complex Proto Struct in Golang.mp4 43.8 MB
  041 Practice Exercise Golang (self-guided).html 1.6 KB
  042 GoGo Protobuf as an Alternative.html 3 KB
  043 Setup Code Download in Python.html 1.7 KB
  044 Code generation in Python.mp4 52.3 MB
  045 Simple Proto Message in Python.mp4 68.9 MB
  046 Enum Proto Message in Python.mp4 47.7 MB
  047 Complex Proto Message in Python.mp4 82.6 MB
  048 Practice Exercise Python (self-guided).html 1.6 KB
  049 The need for updating the protocol.mp4 9.3 MB
  050 Rules for Data Evolution.mp4 7.9 MB
  051 Adding Fields.mp4 8.6 MB
  052 Renaming Fields.mp4 2.1 MB
  053 Removing Fields.mp4 9.5 MB
  054 Reserved Keyword.mp4 5.8 MB
  055 Beware of Defaults.mp4 8.2 MB
  056 Evolving Enum Fields.mp4 7.8 MB
  057 Integer Types Deep Dive.mp4 15.8 MB
  058 Advanced Data Types (oneof map Timestamp and Duration).mp4 18.6 MB
  058 Well-Known-Types.txt 409.6 B
  059 Protocol Buffers Options.mp4 7.2 MB
  060 Naming Conventions.mp4 7.3 MB
  060 Style-Guide.txt 204.8 B
  061 Uber style guiding.html 1.2 KB
  062 GRPC.txt 102.4 B
  062 Services.mp4 17.7 MB
  063 Introduction to gRPC (from gRPC Course).mp4 32.6 MB
  064 Protocol Buffers Internals.mp4 44.6 MB
  065 List of Protocol Buffer Files to Explore.html 1.6 KB
  066 Java-Documentation.txt 307.2 B
  066 Proto-3-Documentation.txt 204.8 B
  066 Whats next Congratulations.mp4 3.9 MB
  067 Bonus Lecture Coupons for my other courses.html 5.8 KB
  Discuss.FreeTutorials.Us.html 165.7 KB
  FreeCoursesOnline.Me.html 108.3 KB
  FreeTutorials.Eu.html 102.2 KB
  How you can help Team-FTU.txt 307.2 B
  Torrent Downloaded From GloDls.to.txt 102.4 B
  [TGx]Downloaded from torrentgalaxy.org.txt 512 B
  ▲ 83 total files

Description


Google Protobuf with examples and exercises. Code in Java Go Python. Say Goodbye to JSON & XML. Pre-req to gRPC

Created by : Stephane Maarek
Last updated : 1/2019
Language : English
Torrent Contains : 83 Files, 10 Folders
Course Source : https://www.udemy.com/protocol-buffers/

What you'll learn

• Write simple and complex .proto files
• Practice Exercises to Confirm the Learnings
• Leverage Imports and Packages appropriately
• Generate Code using `protoc` in any language
• Code in Java with Protocol Buffers
• Understand how Data Evolution works for Protobuf
• Learn about advanced Protocol Buffers concepts

Requirements

• Some programming background (Java, Python or Go for example)
• Previous experience with other formats such as XML or JSON is preferred

Description

Protocol Buffers (protobuf) is a fundamental data serialization format that every Data Engineer should know about. It is leveraged by many top tech companies such as Google and enables micro-services to transfer data in a format that is safe and efficient.

In this course, we are going to explore in depth, with hands-on lectures, all the aspects of Protocol Buffers 3.

In just a few hours, you will know everything you need to know to create simple and complex .proto files, and write code in your Favourite Programming language such as Java, Python and Go. Protocol Buffers generates all the boilerplate code for you!

Stop using XML and JSON and start using a Data Format that will allow you to create the most efficient APIs.

Complete Guide to Protocol Buffers 3 is the best way to get a great overview of all the possibilities offered by Protocol Buffers

• Write simple and complex .proto files
• Practice Exercises to Confirm the learnings
• Leverage Imports and Packages appropriately
• Generate Code using `protoc`
• Code in Java with Protocol Buffers
• Learn about advanced Protocol Buffers concepts

Note: This course assumes you have some knowledge about Programming and JSON / XML

Instructor

Stephane Maarek is the instructor of this course. He is the author of highly successful courses such as Apache Kafka Series and AWS Series. He is passionate about micro-services and data. He has already taught to 40000+ students and received 12000+ reviews.

He shares all his Data knowledge on the platform, taking the time to explain every concept and provide students with both theoretical and practical dimensions. You are in good hands!

Section outline :

• Protocol Buffers Course Introduction: Get an understand of the course objectives, how the course is structured, download the course code and get ready!
• Protocol Buffers Basics I: Learn how to create your first messages using Scalar Types. Practice with 5 exercises
• Protocol Buffers Basics II: Learn how to create complex messages, and organise your code in different files and packages. Practice with 4 exercises
• Setting up Protoc Compiler: Setup the protoc compiler and learn how to generate code in any language
• Java Programming with Protocol Buffers: Write your Protocol Buffers Data in Java
• Golang Programming with Protocol Buffers: Write your Protocol Buffers Data in Golang
• Data Evolution with Protobuf: Evolve your protocol buffers file in a safe way in order to add or remove fields without breaking previous code
• Protocol Buffers Advanced: Advanced Types in Protocol Buffers as well as Options, Integer Types, and an introduction to RPC Services with gRPC

This Course Also Comes With :

? Lifetime Access to All Future Updates

? A responsive instructor in the Q&A Section

? Links to interesting articles, and lots of good code to base your next template onto

? Udemy Certificate of Completion Ready for Download

? A 30 Day "No Questions Asked" Money Back Guarantee!

This is the course that could change your data skills .

Learning and getting hands-on on Protocol Buffers helps you to enhance your career opportunities and helps to boost your income. An investment in your career is an investment in yourself. Don’t procrastinate. There is no time like the present to take charge of your career. Take your career to the next level by learning Protocol Buffers today!

Take the course now, completely risk free !

Who this course is for :

• Developers who want to understand how to write .proto files and write code to create Protocol Buffer data
• Architects who want to understand how Protocol Buffers works and be useful for their solution archicture.

For More Udemy Free Courses >>> http://www.freetutorials.eu
For more Lynda and other Courses >>> https://www.freecoursesonline.me/
Our Forum for discussion >>> https://discuss.freetutorials.eu/




Related Torrents

torrent name size uploader age seed leech
12
23
11
3
5