This DDD artifact defines a conceptual boundary where a domain model is consistent and unified.
What is a bounded context?
This is the S in SOLID.
What is single responsibility?
- Only one reason to change
The proprietary language used by azure's monitoring tools
What is KQL?
This PostgreSQL command is used to display all rows and columns from a table named "Jarret"
What is SELECT * FROM Jarret;?
This command previews infrastructure changes
What is terraform plan?
This DDD concept ensures a collection of objects is treated as a single unit for consistency boundaries.
What is an aggregate?
This is the O in SOLID.
What is Open/Closed Principle?
- Open for extension, closed for modification.
This visualization tool helps correlate metrics, logs, and traces in a single hierarchical map.
What is the Application Map?
This command provides detailed insight into how PostgreSQL executes a query.
What is EXPLAIN ANALYZE?
This is where the state is stored in a terraform execution.
What is tfstate?
This kind of object represents a descriptive concept in the domain and is defined entirely by its attributes.
What is a value object?
This is the L in Solid.
What is the Liskov Substitution Principle.
- Al subtypes of a given supertype should be replaceable with it's supertype without affecting the program's correctness.0
- Barbara Liskov
This workspace is where logs from Azure Monitor, Application Insights, and other services are stored for querying.
What is Log Analytics?
This function returns the number of rows in a table or query.
What is COUNT()?
This command applies configuration changes to build or modify real infrastructure.
What is terraform apply?
This term refers to the shared language created with domain experts that must be used consistently throughout the software.
What is the ubiquitous language?
This is the I in SOLID.
What is the Interface Segregation Principle?
- No code should be forced to depend on methods it does not use?
This feature allows a subset of people to be notified when a given criteria is executed
What is an action group?
This system catalog stores metadata for tables, indexes, and columns.
What is pg_catalog?
This feature enabled environmental separation.
What are workspaces?
This type of object represents a real‑world entity and is defined by identity rather than attributes.
What is an entity?
This is the D in SOLID.
What is the Dependency Inversion Principle?
- Modules should depend on abstractions, not concretes.
This feature automatically detects irregularities in data based on machine‑learning models.
What is Smart Detection?
This file tracks changes used to support crash recovery and replication.
What is the WAL (Write‑Ahead Log)?