Source
Everything on SkillVeris tagged Source — collected across the glossary, study notes, blog, and cheat sheets.
6 resources across 1 library
Study Notes(6)
MVVM Toolkit Overview
A practical introduction to CommunityToolkit.Mvvm, the source-generator-based library that eliminates boilerplate for ObservableObject, RelayCommand, and cross…
ref() and source() Functions
Learn how dbt's ref() and source() functions build the project's dependency graph and enable environment-safe, portable SQL.
Debugging Assembly with GDB
Practical GDB workflows for stepping through raw instructions, inspecting registers and memory, and setting breakpoints in assembly-level code.
WebAssembly Ecosystem Overview
A tour of the languages, toolchains, runtimes, and platforms that make up the WebAssembly ecosystem in 2026, from browser sandboxes to server-side WASI workloa…
Source and Sink Connectors
How source connectors capture external changes into Kafka and sink connectors deliver Kafka data to external systems, including delivery semantics.
Anatomy of a CI/CD Pipeline
A CI/CD pipeline is a series of automated stages — source, build, test, package, deploy — that a code change flows through, each acting as a quality gate befor…