Beginning Bazel: Building and Testing for Java, Go, and More
Autor P.J. McNerneyen Limba Engleză Paperback – 19 dec 2019
Discover Bazel, a new build and software test set of tools for today's programmers and developers. This book shows you how to speed up your builds and tests, and how to use Bazel in the context of your favorite programming language. You'll see that the languages and SDKs supported include Java, Android, iOS, and Go.
What You Will Learn
- Use Bazel as a build tool
- Test software with Bazel
- Work with Java, C++, Android, iOS, Go, and other programming languages
- Run Bazel on Linux, macOS, and Windows
- Scale and extend Bazel to other languages and platforms
Who This Book Is For
Experienced programmers looking for alternative build/test tools.
Preț: 178.40 lei
Preț vechi: 222.99 lei
-20% Nou
Puncte Express: 268
Preț estimativ în valută:
34.14€ • 35.46$ • 28.36£
34.14€ • 35.46$ • 28.36£
Carte disponibilă
Livrare economică 13-27 ianuarie 25
Preluare comenzi: 021 569.72.76
Specificații
ISBN-13: 9781484251935
ISBN-10: 1484251938
Pagini: 185
Ilustrații: XI, 192 p. 32 illus., 27 illus. in color.
Dimensiuni: 178 x 254 x 16 mm
Greutate: 0.45 kg
Ediția:1st ed.
Editura: Apress
Colecția Apress
Locul publicării:Berkeley, CA, United States
ISBN-10: 1484251938
Pagini: 185
Ilustrații: XI, 192 p. 32 illus., 27 illus. in color.
Dimensiuni: 178 x 254 x 16 mm
Greutate: 0.45 kg
Ediția:1st ed.
Editura: Apress
Colecția Apress
Locul publicării:Berkeley, CA, United States
Cuprins
1. Introducing Bazel.- 2. Installing Bazel.- 3. Your First Bazel Project.- 4. WORKSPACE File Functionality.- 5. A Simple Echo Client/Server Program.- 6. Protocol Buffers and Bazel.- 7. Code Organization and Bazel.- 8. gRPC and Bazel.- 9. Bazel and Android.- 10. Bazel and iOS.
Notă biografică
P.J. McNerney is a software developer and programmer with the Major League Baseball online games group building and testing commercial quality software and game applications. He has experience with Eclipse, Bazel, Java, C++, and more.
Textul de pe ultima copertă
Discover Bazel, a new build and software test set of tools for today's programmers and developers. This book shows you how to speed up your builds and tests, and how to use Bazel in the context of your favorite programming language. You'll see that the languages and SDKs supported include Java, C++, Android, iOS, and Go.
Beginning Bazel also shows you how scalable Bazel is for organizations, codebases, and continuous integration systems. It handles codebases of any size as well as multiple repos or a huge monorepo. Lastly, this book discusses how extensible Bazel is. You can easily add support for new languages and platforms with Bazel's extension language. As such, you'll be able to share and re-use language rules as they evolve in the Bazel community.
You will:
- Use Bazel as a build tool
- Test software with Bazel
- Work with Java, C++, Android, iOS, Go, and other programming languages
- Run Bazel on Linux, macOS, and Windows
- Scale and extend Bazel to other languages and platforms
Caracteristici
The first book on the Bazel build and testing tools suite Written by an expert developer who works for the MLB.com games group Includes examples in Java, C++, and Go