-
-
Notifications
You must be signed in to change notification settings - Fork 198
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d2afb80
commit 4f6fd89
Showing
1 changed file
with
27 additions
and
38 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,41 +1,30 @@ | ||
{ | ||
"name": "Kamil Bączek", | ||
"sectionTitle": null, | ||
"countryCode": "pl", | ||
"slogan": "", | ||
"type": "CREATOR", | ||
"bio": "", | ||
"tags": ".NET, Software Architecture, Domain Driven Design", | ||
"socials": { | ||
"youtube": "", | ||
"linkedin": "https://www.linkedin.com/in/kamilbaczek/", | ||
"twitter": "", | ||
"github": "https://github.com/kamilbaczek/kamilbaczek", | ||
"mastodon": "", | ||
"sessionize": "" | ||
}, | ||
"channels": [ | ||
{ | ||
"name": "Kamil Bączek", | ||
"type": "CREATOR", | ||
"tags": "C#, .NET, Software Architecture, Domain Driven Design", | ||
"github": "https://github.com/kamilbaczek/kamilbaczek", | ||
"channels": [ | ||
{ | ||
"name": "Medium", | ||
"url": "https://medium.com/@kamilbaczek98" | ||
} | ||
], | ||
"feeds": [ | ||
{ | ||
"type": "LinkTagRssType", | ||
"url": "https://medium.com/feed/@kamilbaczek98" | ||
} | ||
], | ||
"projects": [ | ||
{ | ||
"name": "Evolutionary Architecture by example", | ||
"description": "Example of architecture evolution from Modular Monolith to Microservices", | ||
"url": "https://github.com/evolutionary-architecture/evolutionary-architecture-by-example" | ||
}, | ||
{ | ||
"name": "Modular Monolith by example", | ||
"description": "Example of Modular Mnolith with Domain Driven Design", | ||
"url": "https://github.com/kamilbaczek/Modular-monolith-by-example" | ||
} | ||
] | ||
} | ||
} | ||
], | ||
"feeds": [ | ||
{ | ||
"type": "LinkTagRssType", | ||
"url": "https://medium.com/feed/@kamilbaczek98" | ||
} | ||
], | ||
"projects": [ | ||
{ | ||
"name": "Evolutionary Architecture by example", | ||
"description": "Example of architecture evolution from Modular Monolith to Microservices", | ||
"url": "https://github.com/evolutionary-architecture/evolutionary-architecture-by-example" | ||
}, | ||
{ | ||
"name": "Modular Monolith by example", | ||
"description": "Example of Modular Mnolith with Domain Driven Design", | ||
"url": "https://github.com/kamilbaczek/Modular-monolith-by-example" | ||
} | ||
] | ||
} |