Exists
Everything on SkillVeris tagged Exists — collected across the glossary, study notes, blog, and cheat sheets.
30 resources across 1 library
Study Notes(30)
What Is XAML?
An introduction to XAML (Extensible Application Markup Language), the declarative XML-based language Microsoft frameworks use to define user interfaces and obj…
The RelayCommand Pattern
A reusable ICommand implementation that wraps Execute and CanExecute delegates, eliminating the need to write a bespoke command class for every ViewModel actio…
What Is LINQ?
LINQ (Language Integrated Query) is a set of C# language and .NET library features that let you write strongly-typed queries against in-memory collections, dat…
Session and State Management
How ASP.NET MVC preserves data across stateless HTTP requests using Session, TempData, ViewData/ViewBag, cookies, and out-of-process session stores.
What Is ASP.NET MVC?
An introduction to ASP.NET MVC, Microsoft's web framework built on the Model-View-Controller pattern for building dynamic, testable web applications on .NET.
What Is Blazor?
An introduction to Blazor, Microsoft's C#-based framework for building interactive web UI without writing JavaScript.
What Is Playwright?
An introduction to Playwright, Microsoft's cross-browser automation and end-to-end testing framework, and why teams choose it over older tools.
Blocks and Replication
How HDFS splits files into large blocks and replicates them across the cluster to guarantee durability and availability.
What Is Apache Airflow?
An introduction to Apache Airflow as a platform for programmatically authoring, scheduling, and monitoring workflows defined as code.
ref() and source() Functions
Learn how dbt's ref() and source() functions build the project's dependency graph and enable environment-safe, portable SQL.
What Is dbt?
An introduction to dbt (data build tool), the SQL-first framework that lets analysts and engineers transform data already loaded in a warehouse using version-c…
Batch Apex
Learn how to process millions of records safely using the Database.Batchable interface, controlling chunk size, state, and job chaining.
What Is R?
An introduction to R as a statistical programming language: its history, design philosophy, real-world applications, and how it compares to other data tools.
The Builder Pattern in Groovy
See how Groovy's closures enable natural DSL-style builders, how to hand-write a fluent builder, and how @Builder auto-generates builder scaffolding for you.
The Pipe Operator
Understand how Elixir's |> pipe operator chains function calls into readable, left-to-right data transformation pipelines.
VACUUM and Autovacuum
Why PostgreSQL needs VACUUM to reclaim dead tuples and prevent transaction ID wraparound, and how the autovacuum daemon automates that maintenance.
What Is Ansible?
Ansible is an open-source, agentless automation tool for configuration management, application deployment, and orchestration, driven by human-readable YAML pla…
Continuous Testing in CI/CD
Learn how to design a test pipeline - from fast unit tests to slower integration and end-to-end suites - that gives developers fast, reliable feedback inside a…
Bulk Indexing
Learn how the _bulk API batches index, update, and delete operations into a single request for high-throughput ingestion.
What Is Elasticsearch?
An introduction to Elasticsearch as a distributed search and analytics engine, why it exists, and the core concepts that make full-text search fast at scale.
What Is Apache Kafka?
An introduction to Apache Kafka as a distributed event streaming platform, why it was built, and where it fits in modern data architectures.
What Is Spring Boot?
An introduction to Spring Boot as an opinionated, production-ready extension of the Spring Framework that removes boilerplate configuration.
Flask-RESTful and jsonify
Explore how Flask-RESTful's class-based Resources and Flask's jsonify() work together to structure clean, consistent JSON APIs.
Model Forms
ModelForm automatically builds a Django Form from a model's fields, reducing duplication and providing a direct save() path from validated input to the databas…
Showing 24 of 30.