Layers
Everything on SkillVeris tagged Layers — collected across the glossary, study notes, blog, and cheat sheets.
7 resources across 1 library
Study Notes(7)
What Is MVVM?
An introduction to the Model-View-ViewModel pattern and how data binding connects its three layers.
Staging, Intermediate, and Marts Layers
dbt's layered modeling pattern moves raw source data through staging (cleaning), intermediate (business logic building blocks), and marts (business-facing fact…
The Testing Pyramid
Learn the classic testing pyramid model -- why teams should write many fast unit tests, fewer integration tests, and even fewer slow end-to-end tests.
Caching in Next.js
A tour of the four caching mechanisms in the Next.js App Router — Request Memoization, the Data Cache, the Full Route Cache, and the Router Cache — and how the…
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.
What Is a Neural Network?
An introduction to neural networks as layered compositions of weighted sums and nonlinear activations, and how they learn through forward passes and training.
MVVM in Android
How the Model-View-ViewModel pattern maps onto Compose apps, separating UI state, business logic, and data sources into clean, testable layers.