Building with Bazel

Bazel is an open source build system created by Google for compiling large complex codebases. This courses teaches the basics of using building from writing a very simple Java application to compiling an Android app with a lots of dependencies. ✨ Made in collaboration with Spotify ✨ By Brian Moakley.

5 (3) · 1 Review

Download materials
Save for later
Comments
Share

Who is this for?

This course is for software engineers who are looking to incorporate Bazel into their workflow.

Covered concepts

  • Installation
  • Workspace & build files
  • Custom rules
  • Configuration files
  • Android Studio plugin
  • Xcode project generation
  • Distributed builds

Part 1: Learning Bazel

01
Toggle description

Understand the very basics of Bazel: why it was created, what it does, and how it can help you.

02
Toggle description

Learn how to get Bazel up and running on your system. This episode shows how to install Bazel on macOS, Winodws, and Linux.

03
Toggle description

Get an overview of all the various components that are needed to build a project using the Bazel build system.

04
Toggle description

Get started with Bazel by writing a simple Java app that prints a joke to the console.

05
Toggle description

This episodes introduces you to the several sample apps that you’ll be building throughout this course.

06
Toggle description

Learn about a monorepo. Get an idea about the advantages of using a monorepo and then you’ll do a little setup to get your monorepo.

07
Toggle description

Meet the Starlark language that you’ll use to write your workspaces and build files. This episode will give you an overview of it.

08
Toggle description

Learn the purposes of Bazel rules and why you need to use them in order to compile your software projects.

09
Toggle description

Create a new workspace for your iOS app, by incorporating several special rules to written by the community.

10
Toggle description

Learn about how dependencies are handled with Bazel then see how to organize your dependencies in your project.

11
Toggle description

See how to add dependencies to your workspace for your Android project.

12
Toggle description

Understand how Build files work in Bazel and then write a custom build file to compile an iOS app.

13
Toggle description

Write a custom Build for your Android app, and see how to include dependencies in the build.

14
Toggle description

Be introduced to a BazelRC file and learn how to incorporate them into your Bazel build.

15
Toggle description

Learn how to define unit tests in your Build file and then how to run your tests using Bazel.

16
Toggle description

See how to incorporate Bazel directly into Android Studio, allowing you to run your Bazel builds directly in the application.

17
Toggle description

Leverage the power of Bazel by incorporating a third party service to remotely compile your project.

18
Toggle description

Learn how to use custom rules with Bazel to generate an Xcode project for your iOS app.

19
Find Help 2:12
Toggle description

Learn about all the various Bazel resources that you can turn to when you get off the happy path.