Driven
Everything on SkillVeris tagged Driven — collected across the glossary, study notes, blog, and cheat sheets.
11 resources across 2 libraries
Study Notes(10)
Canvas Apps vs Model-Driven Apps
A comparison of Power Apps' two core app types — freeform canvas apps and schema-driven model-driven apps — and how to choose between them.
Model-Driven App Navigation (Sitemap)
Learn how the Sitemap defines the navigation structure — areas, groups, and subareas — that users see in a Model-Driven App.
Data-Driven Testing
Learn how to separate test logic from input data in Selenium frameworks using TestNG's @DataProvider and JUnit 5's @ParameterizedTest.
Domain-Driven Design Basics
An introduction to Domain-Driven Design concepts, bounded contexts, ubiquitous language, and aggregates, and how they inform microservice boundaries.
Event-Driven Communication
Understand how publishing and subscribing to events decouples microservices in both time and knowledge, and the trade-offs between choreography and orchestrati…
Test-Driven Development Explained
Learn what TDD actually is, how the write-test-first workflow changes design and confidence, and where it fits alongside other testing practices.
Test-Driven Development
Learn the Red-Green-Refactor cycle that drives code design by writing tests before implementation.
Event-Driven Architecture
Understand how producers, consumers, and a message queue or event bus enable asynchronous, decoupled communication instead of synchronous request-response.
Event-Driven Architecture
A design style where services communicate by producing and reacting to events rather than calling each other directly, enabling loose coupling and independent…
Template-Driven Forms
Explore Angular's template-driven forms approach, where form structure and validation rules live mostly in the HTML template using directives like ngModel and…