-
-
Notifications
You must be signed in to change notification settings - Fork 198
/
Copy pathcezary-piatek.json
44 lines (42 loc) · 1.15 KB
/
cezary-piatek.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"name": "Cezary Piątek",
"type": "CREATOR",
"tags": ".NET, C#, ASP.NET, Testing, Architecture, Roslyn",
"github": "https://github.com/cezarypiatek",
"channels": [
{
"name": "Blog",
"url": "https://cezarypiatek.github.io"
},
{
"name": "Twitter",
"url": "https://twitter.com/cezary_piatek"
}
],
"feeds": [{
"type": "dotnet",
"url": "https://cezarypiatek.github.io/index.xml"
}],
"projects": [
{
"name": "NScenario",
"description": "Library for annotating steps of test case scenarios",
"url": "https://github.com/cezarypiatek/NScenario"
},
{
"name": "NScenario",
"description": "Cross-platform UI app that facilitates WireMock.NET troubleshooting.",
"url": "https://github.com/WireMock-Net/WireMockInspector"
},
{
"name": "GRPC-Mock-Server",
"description": "Standalone component for mocking GRPC services",
"url": "https://github.com/cezarypiatek/GRPC-Mock-Server"
},
{
"name": "MappingGenerator",
"description": "Design time alternative to AutoMapper.",
"url": "https://mappinggenerator.net/"
}
]
}