atillayavuz's Stars
viraptor/reverse-interview
Questions to ask the company during your interview
InterviewReady/system-design-resources
These are the best resources for System Design on the Internet
kgrzybek/modular-monolith-with-ddd
Full Modular Monolith application with Domain-Driven Design approach.
davidfowl/AspNetCoreDiagnosticScenarios
This repository has examples of broken patterns in ASP.NET Core applications
marcel-dempers/docker-development-youtube-series
antonputra/tutorials
DevOps Tutorials
mstrYoda/kubernetes-kitap
camunda/camunda-bpm-examples
A collection of usage examples for Camunda Platform intended to get you started quickly
madslundt/NetCoreMicroservicesSample
Sample using micro services in .NET Core 3.1 Focusing on clean code
rahulsahay19/eShopping
Clean Architecture Microservices example of .Net Core
fals/cqrs-clean-eventual-consistency
CQRS, using Clean Architecture, multiple databases and Eventual Consistency
DanWahlin/DockerAndKubernetesCourseCode
Course code for the Docker and Kubernetes course: https://codewithdan.com/products/docker-kubernetes
Amanhacker/Aman-Barnwal-Leetcode-Solutions
This repo contains my Leetcode Solutions question-wise !
TanvirArjel/CleanArchitecture
This repository contains the implementation of domain-driven design and clear architecture in ASP.NET Core.
elastic/elasticsearch-net-example
A tutorial repository for Elasticsearch and NEST
ikyriak/IdempotentAPI
A .NET library that handles the HTTP write operations (POST and PATCH) that can affect only once for the given request data and idempotency-key by using an ASP.NET Core attribute (filter).
CanerPatir/aspnet-core-clean-arch
It is a clean architecture project template which is based on hexagonal-architecture principles built with .Net core.
matt-bentley/DDDMart
Sample eCommerce application using Domain-Driven Design
TechnoBerry/camunda-worker-dotnet
Ultimate solution to connect your ASP.NET Core application to Camunda external tasks
mizrael/DDD-School
Implementation of the Outbox pattern to improve microservices reliability
LinkedInLearning/advanced-azure-microservices-dot-net-for-developers-2895129
Azure-Samples/durable-functions-producer-consumer
Uses Durable Functions' fan out pattern to load N messages across M sessions into various Azure Storage/Messaging services. Includes the ability to consume the messages with another Azure Function & load timing data in to Event Hubs for ingestion in to analytics services like Azure Data Explorer
delaneybrian/jumpstartCS-rabbitmq-csharp
cagataykiziltan/Domain-Driven-Design-E-Commerce-App
DDD Ticket Promotion App Example
LinkedInLearning/concurrent-collections-2824383
Advanced C#: Thread-Safe Data with Concurrent Collections
joaopgrassi/httpclient-token-identityserver
A sample project that shows how to use a strongly typed HttpClient that get tokens from Identity Server implicitly.
Coding4Dummies/net.c4d.mongodb.transactions
C# code example for two phase commit transactions with MongoDB
onryldz/NuPush
Nuget Package Push Manager (cli)
lucascalsilva/Camunda.ExternalTask.Client
EdwinVW/camunda-external-task-dispatcher
.NET implementation of a handler for External Tasks in a Camunda workflow.