Overview
Syllabus
intro
preamble
agenda
build and dependencies - what is "go build"?
do we have all of the *.go files from the beginning?
dependencies: part I
where do we run our build?
dependencies: part II
publishing
dependencies: part III
what is the dependency, btw?
how do we control our dependencies?
what else should we consider during the build process?
the output of the build process aka artifacts
why "go build" isn't enough?
problem scope
bazel
build & cache
hermeticity & sandboxing
hello world generator
and with bazel
hellow world generator: bazelified
starlark
workspace
go/build.bazel
build & run
demo: microservices, kubernetes and tilt
labels
should we write build files manually?
what else?
bazel query
dependency graph
extensibility
more info on bazel
thank you
Taught by
Conf42