Skip to content

Instantly share code, notes, and snippets.

View StefH's full-sized avatar

Stef Heyenrath StefH

View GitHub Profile
@StefH
StefH / create.yaml
Last active January 19, 2024 08:36
yaml aaa
%YAML 1.2
---
YAML: YAML Ain't Markup Language™
What It Is:
YAML is a human-friendly data serialization
language for all programming languages.
YAML Resources:
YAML Specifications:
@StefH
StefH / gist:5b41c6f800c263d3de47ee54f062a0e0
Created September 15, 2024 12:29
WireMock.Net.Aspire - WireMockServerResource Mermaid
```mermaid
classDiagram
class WireMockServerResource {
}
class ContainerResource {
}
class IResourceWithServiceDiscovery {
}