View
Everything on SkillVeris tagged View — collected across the glossary, study notes, blog, and cheat sheets.
13 resources across 2 libraries
Study Notes(10)
Document/View Architecture
How MFC separates an application's underlying data (CDocument) from its on-screen presentation (CView), and how document templates tie the two together with a…
The View in MVVM
The View's role as a declarative, logic-free rendering layer that binds to the ViewModel and forwards user input.
The Razor View Engine
Understand how Razor compiles .cshtml templates into C# classes, its @ syntax, encoding rules, and how it fits into the ASP.NET MVC request pipeline.
Listeners: View Results Tree and Summary Report
Understand JMeter's two most-used listeners — View Results Tree for per-sample debugging and Summary Report for aggregate metrics — and how to use each without…
The Airflow UI
A guided tour of the Airflow web interface, from the DAGs list and Grid view to task logs, Connections, and Variables.
Materializations: View, Table, Incremental
Understand how dbt's view, table, and incremental materializations trade off build cost against query performance, and when to use each.
Views and Schemas
Learn how SQL Server views package reusable queries and how schemas organize objects into logical namespaces with independent permissions.
Class-Based Views
Understand how Django's class-based views (CBVs) organize request handling into methods on a class, and how generic CBVs and mixins reduce boilerplate for comm…
Function-Based Views
Learn how Django's function-based views (FBVs) take a request and return a response using plain Python functions, and when they're the right choice over class-…
Views and the View Protocol
How the `View` protocol works, what `body` must return, and how SwiftUI composes small views into larger interfaces.
Cheat Sheets(3)
Backbone.js Cheat Sheet
A reference for Backbone.js Models, Collections, Views, and Routers for structuring lightweight, event-driven single-page applications.
Feature Stores Cheat Sheet
Manage offline and online feature pipelines for ML with a feature store, covering feature views, materialization, and point-in-time joins.
ClickHouse Cheat Sheet
ClickHouse columnar OLAP database covering table engines, MergeTree ordering keys, materialized views, and analytical SQL.