Skip to content

Commit

Permalink
add new links
Browse files Browse the repository at this point in the history
meysamhadeli committed Jan 15, 2023
1 parent 7f640d0 commit 8ac6a1c
Showing 6 changed files with 18 additions and 1 deletion.
4 changes: 4 additions & 0 deletions docs/cloud-native/devops/github-actions.md
Original file line number Diff line number Diff line change
@@ -7,6 +7,10 @@
- [GETTING STARTED WITH GITHUB ACTIONS FOR .NET DEVELOPERS](https://www.stevejgordon.co.uk/getting-started-with-github-actions-for-dotnet-developers)
- [How to build and push Docker image with GitHub actions?](https://event-driven.io/en/how_to_buid_and_push_docker_image_with_github_actions/)
- [ASP.NET Core integration tests with docker-compose on GitHub Actions](https://blog.joaograssi.com/posts/2020/asp-net-core-integration-tests-with-docker-compose-github-actions/)
- [Ship It! (How Wilco Does CI/CD)](https://www.trywilco.com/post/wilco-ci-cd-github-heroku)
- [Conventional Commits: A Better Way](https://medium.com/neudesic-innovation/conventional-commits-a-better-way-78d6785c2e08)
- [GitHub actions example for automatic release drafts and changelog.md creation](https://johanneskonings.dev/github/2021/02/28/github_automatic_releases_and-changelog/)
- [Stop writing your changelogs manually](https://tiagomichaelsousa.dev/articles/stop-writing-your-changelogs-manually)

## Videos
- [Master GitHub Actions Tutorial - Playlist Cameron McKenzie](https://www.youtube.com/playlist?list=PL_RrEj88onS-um2xFy01sY46ik_2yt_EQ)
1 change: 1 addition & 0 deletions docs/domain-driven-design/domain-driven-design.md
Original file line number Diff line number Diff line change
@@ -167,6 +167,7 @@
- [AntonioFalcaoJr/Dotnet6.EFCore6.Record.ValueObjects](https://github.com/AntonioFalcaoJr/Dotnet6.EFCore6.Record.ValueObjects)
- [AntonioFalcaoJr/EDA.CleanArch.DDD.CQRS.EventSourcing](https://github.com/AntonioFalcaoJr/EDA.CleanArch.DDD.CQRS.EventSourcing)
- [pdevito3/PeakLimsApi](https://github.com/pdevito3/PeakLimsApi)
- [ardalis/DDD-NoDuplicates](https://github.com/ardalis/DDD-NoDuplicates)

## 📦 Libraries
- [Eventuous/eventuous](https://github.com/Eventuous/eventuous) - Minimalistic Event Sourcing library for .NET
5 changes: 4 additions & 1 deletion docs/dotnet/api-documentation.md
Original file line number Diff line number Diff line change
@@ -20,4 +20,7 @@
- [Displaying multiple select input for Enum in Swagger WebApi UI](https://dejanstojanovic.net/aspnet/2018/march/displaying-multiple-select-input-for-enum-in-swagger-webapi-ui/)

## 📺 Videos
- [Extended Swagger documentation | ASP.NET Core 5 REST API Tutorial 22](https://www.youtube.com/watch?v=BGASedyh16I)
- [Extended Swagger documentation | ASP.NET Core 5 REST API Tutorial 22](https://www.youtube.com/watch?v=BGASedyh16I)

## 🚀 Samples
- [micro-elements/MicroElements.Swashbuckle.FluentValidation](https://github.com/micro-elements/MicroElements.Swashbuckle.FluentValidation)
5 changes: 5 additions & 0 deletions docs/dotnet/api-versioning.md
Original file line number Diff line number Diff line change
@@ -22,6 +22,11 @@
## Libraries
- [mattfrear/Swashbuckle.AspNetCore.Filters](https://github.com/mattfrear/Swashbuckle.AspNetCore.Filters) - A bunch of useful filters for Swashbuckle.AspNetCore
- [microsoft/aspnet-api-versioning](https://github.com/microsoft/aspnet-api-versioning) - Provides a set of libraries which add service API versioning to ASP.NET Web API, OData with ASP.NET Web API, and ASP.NET Core.


## 🚀 Samples
- [dotnet/aspnet-api-versioning](https://github.com/dotnet/aspnet-api-versioning/tree/main/examples/AspNetCore/WebApi)

<div align="right">
<b><a href="#contents">↥ Back To Top</a></b>
</div>
1 change: 1 addition & 0 deletions docs/dotnet/mediatr.md
Original file line number Diff line number Diff line change
@@ -25,6 +25,7 @@
## 📺 Videos
- [Building a Mediator library in .NET from scratch](https://www.youtube.com/watch?v=4e83trumwcM)
- [The 2 MediatR features people don't know about but should](https://www.youtube.com/watch?v=2TT3suofNlo)
- [You DON'T want an In-Memory Event Bus like MediatR](https://www.youtube.com/watch?v=KCvsk5tTP3w)

## 🚀 Samples
- [ardalis/MediatRAspNetCore](https://github.com/ardalis/MediatRAspNetCore)
3 changes: 3 additions & 0 deletions docs/dotnet/validation.md
Original file line number Diff line number Diff line change
@@ -10,3 +10,6 @@
- [How to write clean validation clauses in .NET](https://www.youtube.com/watch?v=Tvx6DNarqDM)
## Libraries
- [GuardClauses](https://github.com/ardalis/GuardClauses) > A simple package with guard clause extensions.

## 🚀 Samples
[https://github.com/micro-elements/MicroElements.Swashbuckle.FluentValidation](micro-elements/MicroElements.Swashbuckle.FluentValidation)

0 comments on commit 8ac6a1c

Please sign in to comment.