Title: BazelCon 2022 Community Day Bootcamp
Slug: bazelcon-2022-community-day-bootcamp
Date: 2022-11-27 15:50:00
Author: Kartones
Lang: en
Tags: Development, Bazel, Resources
og_image:
Description: The BazelCon 2022 Community Day Bootcamp had workshops on basic Bazel concepts and writing rules. The instructions for the first workshop were incomplete, so here is a fork, with cleaned repository and improved slides for better clarity.

Last week the [BazelCon 2022](https://opensourcelive.withgoogle.com/events/bazelcon2022) took place, and before the main conference there was an extra [Community Day](https://sites.google.com/engflow.com/bazelcon-2022-community-day). I assisted to the Beginner Track of the Community Day, where we did two workshops, one about basic Bazel concepts and another about writing rules.

Despite the great instructors that we had, at times the instructions on the repository of the first workshop felt a bit incomplete. It wasn't long nor complex, but took more effort to understand what exactly we were supposed to do than actually doing it. Later I discovered that the slides were actually meant to be the main driver, instead of the repo's README file that we followed. And there was also some unused code. So I've forked and cleaned both the repository, by removing all unused code and adding slightly better instructions, and the slides themselves, cleaning unused bits and properly linking the exercise names and numbers to the matching repo ones.

You can find [the updated slides here](https://docs.google.com/presentation/d/1-iUbooVCxDB8mduzspScM0ZLGqjdraSDvVe3HzTYvYU/edit?resourcekey=0-0psdmHUwDN8r6s3WVxUYeg#slide=id.p) and my forked repo at [https://github.com/kartones-forks/bazel-bootcamp](https://github.com/kartones-forks/bazel-bootcamp).
