Build
Everything on SkillVeris tagged Build — collected across the glossary, study notes, blog, and cheat sheets.
9 resources across 2 libraries
Study Notes(7)
Your First Flow
A step-by-step walkthrough of planning, building, testing, and turning on your first Power Automate cloud flow.
Groovy and Gradle
Learn how Gradle uses Groovy as its build-script DSL, covering tasks, dependencies, plugins, and multi-project builds.
Erlang and Rebar3
Learn how Rebar3 standardizes building, testing, and dependency management for Erlang projects.
Generating Code from .proto
How protoc and language plugins turn a .proto file into usable client stubs and server interfaces, and how to wire that into a build.
Go Tooling: gofmt, go vet, and go build
Explore Go's built-in tools for formatting, static analysis, compiling, and running programs consistently.
Image Layers and Build Caching
How Docker's layered filesystem and build cache work, and how to order Dockerfile instructions to maximize cache hits and minimize image size.
Caching and Build Artifacts
Learn how CI/CD pipelines speed up builds with dependency caching and pass data between jobs using artifacts, and where each technique fits.