Ecosyste.ms: Repos

An open API service providing repository metadata for many open source software ecosystems.

GitHub / mehdihadeli 26 repositories

Software Engineer | Microservices and Open Source Enthusiast 💙

mehdihadeli/awesome-software-architecture

🚀 A curated list of awesome articles, videos, and other resources to learn and practice software architecture, patterns, and principles.

Size: 2.75 MB - Last synced: 11 days ago - Pushed: 12 days ago - Stars: 3,606 - Forks: 332

mehdihadeli/vertical-slice-api-template

An asp.net core template based on .Net 8, Vertical Slice Architecture, CQRS, Minimal APIs, API Versioning and Swagger.

Language: C# - Size: 620 KB - Last synced: 6 days ago - Pushed: 6 months ago - Stars: 100 - Forks: 15

mehdihadeli/go-food-delivery-microservices

🍕 A practical and imaginary food delivery microservices, built with golang, domain-driven design, cqrs, event sourcing, vertical slice architecture, event-driven architecture, and the latest technologies.

Language: Go - Size: 3.85 MB - Last synced: 11 days ago - Pushed: 19 days ago - Stars: 766 - Forks: 75

mehdihadeli/awesome-go-education

A curated list of awesome articles and resources for learning and practicing Go and its related technologies.

Language: Go - Size: 1 MB - Last synced: 10 days ago - Pushed: about 2 months ago - Stars: 335 - Forks: 29

mehdihadeli/food-delivery-modular-monolith

🌭 A practical and imaginary food delivery modular monolith, built with .Net 7, Domain-Driven Design, CQRS, Vertical Slice Architecture, Event-Driven Architecture, and the latest technologies.

Language: C# - Size: 4.05 MB - Last synced: 19 days ago - Pushed: 19 days ago - Stars: 278 - Forks: 34

mehdihadeli/mehdihadeli

Size: 1.12 MB - Last synced: 19 days ago - Pushed: 19 days ago - Stars: 5 - Forks: 7

mehdihadeli/testcontainer-sample

Language: Go - Size: 29.3 KB - Last synced: about 2 months ago - Pushed: 9 months ago - Stars: 0 - Forks: 0

mehdihadeli/food-delivery-microservices

🍔 A practical food delivery microservices, built with .Net 7, MassTransit, Domain-Driven Design, CQRS, Vertical Slice Architecture, Event-Driven Architecture, and the latest technologies.

Language: C# - Size: 5.23 MB - Last synced: about 2 months ago - Pushed: about 2 months ago - Stars: 694 - Forks: 123

mehdihadeli/game-leaderboard-microservices

🎮 Implementation of an imaginary Game Leader Board application, based on Microservices Architecture, Event Driven Architecture, Vertical Slice Architecture, Event Sourcing with EventStoreDB, Redis SortedSet, Redis Pub/Sub, SignalR and .Net 8.

Language: C# - Size: 15.1 MB - Last synced: about 2 months ago - Pushed: 9 months ago - Stars: 36 - Forks: 10

mehdihadeli/go-vertical-slice-template

A Golang boilerplate template, based on Vertical Slice Architecture and CQRS pattern with using Echo, Gorm, Zap, Viper, MediatR for CQRS and sarulabs/di for Dependency Injection.

Language: Go - Size: 120 KB - Last synced: about 2 months ago - Pushed: 9 months ago - Stars: 51 - Forks: 4

mehdihadeli/Go-MediatR

🚃 A library for handling mediator pattern and simplified CQRS pattern within an event driven architecture. inspired by csharp MediatR library.

Language: Go - Size: 168 KB - Last synced: about 2 months ago - Pushed: 6 months ago - Stars: 186 - Forks: 15

mehdihadeli/distributed-chat-system

A simple distributed chat system based on .net core, signalr and NATS messaging queue.

Language: C# - Size: 2.35 MB - Last synced: about 2 months ago - Pushed: over 2 years ago - Stars: 11 - Forks: 0

mehdihadeli/tdd-sample

A sample project demonstrating Test-Driven Development (TDD) using .Net 8 and Vertical Slice Architecture based on Minimal APIs in .NET Core

Language: C# - Size: 110 KB - Last synced: about 2 months ago - Pushed: 10 months ago - Stars: 8 - Forks: 4

mehdihadeli/movie-search-application

🎬 A simple movie search app, built with .Net 7, Vertical Slice Architecture and using TMDB APIs and YouTube APIs for searching and details of the movies.

Language: C# - Size: 2.28 MB - Last synced: about 2 months ago - Pushed: over 1 year ago - Stars: 30 - Forks: 8

mehdihadeli/awesome-go Fork of avelino/awesome-go

A curated list of awesome Go frameworks, libraries and software

Language: Go - Size: 9.29 MB - Last synced: about 2 months ago - Pushed: over 1 year ago - Stars: 1 - Forks: 0

mehdihadeli/MassTransit Fork of MassTransit/MassTransit

Distributed Application Framework for .NET

Size: 40.3 MB - Last synced: about 2 months ago - Pushed: over 1 year ago - Stars: 1 - Forks: 0

mehdihadeli/fake-authentication-jwtbearer Fork of webmotions/fake-authentication-jwtbearer

Simple way to fake an authenticated user for integration test with ASP.Net Core framework

Language: C# - Size: 156 KB - Last synced: about 2 months ago - Pushed: about 1 year ago - Stars: 2 - Forks: 0

mehdihadeli/blog-samples

Language: C# - Size: 54.7 KB - Last synced: about 2 months ago - Pushed: about 1 year ago - Stars: 1 - Forks: 0

mehdihadeli/aspnetcore Fork of dotnet/aspnetcore

ASP.NET Core is a cross-platform .NET framework for building modern cloud-based web applications on Windows, Mac, or Linux.

Size: 367 MB - Last synced: about 2 months ago - Pushed: about 1 year ago - Stars: 0 - Forks: 0

mehdihadeli/dotnet-gitpod

Language: Shell - Size: 20.5 KB - Last synced: about 2 months ago - Pushed: over 1 year ago - Stars: 1 - Forks: 0

mehdihadeli/Xunit.Sample

Language: C# - Size: 11.7 KB - Last synced: about 2 months ago - Pushed: over 1 year ago - Stars: 0 - Forks: 0

mehdihadeli/dependecy-validation

Language: C# - Size: 5.86 KB - Last synced: about 2 months ago - Pushed: over 1 year ago - Stars: 0 - Forks: 0

mehdihadeli/TodoApi Fork of davidfowl/TodoApi

Todo application with ASP.NET Core Blazor WASM, Minimal APIs and Authentication

Language: C# - Size: 868 KB - Last synced: about 2 months ago - Pushed: over 1 year ago - Stars: 0 - Forks: 0

mehdihadeli/WebApplicationFactoryWithHost-Sample

This example demonstrate how to test web components using the WebApplicationFactory<T> class.

Language: C# - Size: 20.5 KB - Last synced: about 2 months ago - Pushed: over 1 year ago - Stars: 0 - Forks: 1

mehdihadeli/Go-Bus

Size: 4.88 KB - Last synced: about 2 months ago - Pushed: over 1 year ago - Stars: 1 - Forks: 0

mehdihadeli/FastEndpoints Fork of FastEndpoints/FastEndpoints

A light-weight REST Api framework for ASP.Net 6 that implements REPR (Request-Endpoint-Response) Pattern

Language: C# - Size: 5.84 MB - Last synced: about 2 months ago - Pushed: about 2 years ago - Stars: 1 - Forks: 0

mehdihadeli/leetcode-playground

Leetcode problems and solutions in C# and Golang

Language: Go - Size: 37.1 KB - Last synced: about 2 months ago - Pushed: almost 2 years ago - Stars: 2 - Forks: 0

mehdihadeli/blog-comments

The blog comments discussions for https://dotnetuniversity.com

Size: 6.84 KB - Last synced: about 2 months ago - Pushed: almost 2 years ago - Stars: 1 - Forks: 0