Declarative
Everything on SkillVeris tagged Declarative — collected across the glossary, study notes, blog, and cheat sheets.
8 resources across 1 library
Study Notes(8)
Data Annotations and Validation
How to use Data Annotation attributes to declaratively validate model properties, and how MVC surfaces those rules on both server and client.
Prolog vs Imperative Languages
A comparison of Prolog's declarative, logic-based approach with the imperative, step-by-step style of languages like Python, Java, and C.
What Is Prolog?
An introduction to Prolog as a declarative, logic-based programming language built on facts, rules, and queries resolved through unification and backtracking.
Validation in Spring Boot
Learn how to validate incoming request data in Spring Boot using Bean Validation annotations, @Valid, and custom validators.
What Is Jetpack Compose?
Jetpack Compose is Android's modern toolkit for building native UI declaratively in Kotlin, replacing XML layouts with composable functions and a reactive reco…
What Is SwiftUI?
An introduction to Apple's declarative UI framework — how it differs from UIKit, its core mental model, and why state drives the interface.
Declarative vs Scripted Pipelines
Compare Jenkins' two pipeline authoring styles — the structured, opinionated declarative syntax versus the fully programmable Groovy-based scripted syntax — an…
Declarative vs Imperative IaC
Declarative IaC describes the desired end state and lets the tool compute the steps, while imperative IaC specifies the exact sequence of actions to perform; e…