Builder
Everything on SkillVeris tagged Builder — collected across the glossary, study notes, blog, and cheat sheets.
6 resources across 2 libraries
Study Notes(5)
AI Builder in Power Apps
Add prebuilt and custom AI models — like form processing, object detection, and prediction — directly into canvas and model-driven apps.
AI Builder Basics
Add AI capabilities like document processing, object detection, and sentiment analysis to Power Automate flows using AI Builder's prebuilt and custom models.
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.
Builder Pattern
Separates the construction of a complex object from its representation, building it step by step.
Builder and Prototype Patterns
Understand how Builder constructs complex objects step by step and how Prototype creates new objects by cloning existing ones.