10-day longest streak
Hi there, I'm Mehdi Hadeli ๐ I am a Software Architect, Open Source Developer with over 13 years of experience in software development. I have extensive experience in designing andโฆ
Hi there, I'm Mehdi Hadeli ๐
I am a Software Architect, Open Source Developer with over 13 years of experience in software development. I have extensive experience in designing and implementing distributed systems and cloud-native applications on top of cutting-edge technologies. I am passionate about sharing knowledge through open-source projects, blogging, public speaking and training.
๐ Technologies & Skils
๐ป Open Source Projects
I always make sure that I find enough time for open-source contributions that also help me expand my knowledge and work with other developers and teams globally. here are some of my projects:
- ๐ mehdihadeli/awesome-software-architecture: A curated list of awesome articles, videos, and other resources to learn and practice software architecture, patterns, and principles.
- ๐ mehdihadeli/food-delivery-microservices: A practical and imaginary food delivery microservices, built with .Net 8, MassTransit, Domain-Driven Design, CQRS, Vertical Slice Architecture, Event-Driven Architecture, and the latest technologies.
- ๐ 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.
- โ mehdihadeli/spring-food-delivery-microservices: A practical and imaginary food delivery microservices, built with java spring, domain-driven design, cqrs, vertical slice architecture, event-driven architecture, and the latest technologies.
- ๐ป mehdihadeli/AIAssist: Context aware AI coding assistant inside terminal to help in code development, code explanation, code refactor and review, bug fix and chat with supporting local and online language models.
- ๐ฎ mehdihadeli/game-leaderboard-microservices: Implementation of a imaginary Game Leader Board application, based on Event Driven Architecture, Vertical Slice Architecture, Event Sourcing with EventStoreDB, Redis SortedSet and Pub/Sub, SignalR and .Net 8.
- ๐ mehdihadeli/awesome-dotnet-core-education: A curated list of awesome articles and resources for learning and practicing .Net Core and its related technologies.
- ๐ฐ mehdihadeli/vertical-slice-api-template: An asp.net core template based on .Net 9, Vertical Slice Architecture, CQRS, Minimal APIs, OpenTelemetry, API Versioning and Swagger.
- ๐ mehdihadeli/Go-MediatR: A library for handling mediator pattern and simplified CQRS pattern within an event driven architecture. inspired by csharp MediatR library.
- ๐ mehdihadeli/go-vertical-slice-template: A Golang boilerplate template, based on Vertical Slice Architecture and CQRS pattern with using Echo, Gorm, Zap, Viper, Go-MediatR for CQRS and Dig for Dependency Injection.
- ๐ฌ mehdihadeli/java-mediator: A library for handling mediator patterns and simplified CQRS patterns within an event-driven architecture, inspired by csharp MediatR library.
- โก FastEndpoints/FastEndpoints - Contributor: A light-weight REST API development framework for ASP.Net 6 and newer.
- ๐ญ mehdihadeli/food-delivery-modular-monolith: A practical and imaginary food delivery modular monolith, built with .Net 9, Domain-Driven Design, CQRS, Vertical Slice Architecture, Event-Driven Architecture, and the latest technologies.
- ๐ฌ mehdihadeli/movie-search-application: A simple movie search app, built with .Net 9, Vertical Slice Architecture and using TMDB APIs and YouTube APIs for searching and details of the movies.
-
awesome-software-architecture โ PINNED
๐ A curated list of awesome articles, videos, and other resources to learn and practice software architecture, patterns, and principles.
โ 11k 2d agoExplain โ -
food-delivery-microservices โ PINNED
๐ A practical and cloud-native food delivery microservices, built with .Net Aspire, .Net 9, MassTransit, Domain-Driven Design, CQRS, Vertical Slice Architecture, Event-Driven Architecture, and the latest technologies.
C# โ 996 10mo agoExplain โ -
go-food-delivery-microservices โ PINNED
๐ A practical food delivery microservices, built with Golang, Domain-Driven Design, CQRS, Event Sourcing, Vertical Slice Architecture, Event-Driven Architecture, and the latest technologies.
Go โ 1.1k 11mo agoExplain โ -
vertical-slice-api-template โ PINNED
๐ฐ An asp.net core template based on .Net 9, Vertical Slice Architecture, CQRS, Minimal APIs, OpenTelemetry, API Versioning and OpenAPI.
C# โ 259 1y agoExplain โ -
genai-eshop-semantic-kernel โ PINNED
Practical GenAI-Eshop application using Semantic Kernel, multi-agent orchestrations, Mcp tools, A2A Agents, Semantic Search, Aspire and more.
C# โ 14 7mo agoExplain โ -
Go-MediatR โ PINNED
๐ A library for handling mediator patterns and simplified CQRS patterns within an event-driven architecture, inspired by csharp MediatR library.
Go โ 278 1y agoExplain โ -
awesome-go-education
A curated list of awesome articles and resources for learning and practicing Go and its related technologies.
Go โ 486 2y agoExplain โ -
food-delivery-modular-monolith
๐ญ A practical and imaginary food and grocery delivery modular monolith, built with .Net 8, Domain-Driven Design, CQRS, Vertical Slice Architecture, Event-Driven Architecture, and the latest technologies.
C# โ 412 1y agoExplain โ -
go-vertical-slice-template
A Golang boilerplate template, based on Vertical Slice Architecture and CQRS pattern with using Echo, Gorm, Zap, Viper, Go-MediatR for CQRS and Dig for Dependency Injection.
Go โ 125 11mo agoExplain โ -
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 9.
C# โ 65 11mo agoExplain โ -
movie-search-application
๐ฌ A simple movie search app, built with .Net 9, Vertical Slice Architecture and using TMDB APIs and YouTube APIs for searching and details of the movies.
C# โ 42 11mo agoExplain โ -
AIAssist
๐ป context-aware AI coding assistant for the terminal to assist with code development, explanation, refactoring, review, debugging, and chat; compatible with both local and online language models.
C# โ 40 11mo agoExplain โ -
spring-food-delivery-microservices
โA practical and imaginary food delivery microservices, built with java, spring boot, domain-driven design, cqrs, vertical slice architecture, event-driven architecture, and the latest technologies.
Java โ 27 1y agoExplain โ -
awesome-dotnet-core-education
A curated list of awesome articles and resources for learning and practicing .Net Core and its related technologies.
C# โ 19 11mo agoExplain โ -
tdd-sample
A sample project demonstrating Test-Driven Development (TDD) using .Net 8 and Vertical Slice Architecture based on Minimal APIs in .NET Core
C# โ 15 1y agoExplain โ -
nestjs-vertical-slice-template
A NestJs boilerplate template, based on Vertical Slice Architecture, TypeOrm and OpenTelemetry
TypeScript โ 13 9mo agoExplain โ -
distributed-chat-system
A simple distributed chat system based on .net core, signalr and NATS messaging queue.
C# โ 12 4y agoExplain โ -
java-mediator
๐ฌ A library for handling mediator patterns and simplified CQRS patterns within an event-driven architecture, inspired by csharp MediatR library.
Java โ 9 11mo agoExplain โ -
devops-samples
No description.
C# โ 6 3mo agoExplain โ -
mehdihadeli
No description.
โ 5 8mo agoExplain โ -
blog-samples
Sample codes for mehdihadeli's blog
C# โ 4 5d agoExplain โ -
leetcode-playground
Leetcode problems and solutions in C# and Golang
Go โ 3 3y agoExplain โ -
genai-eshop
Practical GenAI-Eshop application using microsoft agent framework, multi-agent orchestrations, Mcp tools, A2A Agents, Semantic Search, Aspire and more.
C# โ 3 8mo agoExplain โ -
food-nest-app
A practical api sample based on Vertical Slice Architecture, NestJs, TypeORM and OpenTelemetry.
TypeScript โ 2 9mo agoExplain โ -
SyntaxHighlighter
A powerful Syntax Highlighting library inspired by Pygments and Chroma, designed for versatility and ease of use.
C# โ 2 10mo agoExplain โ -
learn-python
Learn python quickly
Jupyter Notebook โ 1 24d agoExplain โ -
WebApplicationFactoryWithHost-Sample
This example demonstrate how to test web components using the WebApplicationFactory<T> class.
C# โ 1 3y agoExplain โ -
from-crud-to-ddd
This project involves migrating a existing CRUD-based application architecture to a more robust and maintainable Domain-Driven Design (DDD) approach.
C# โ 1 10mo agoExplain โ -
software-architecture-notes
Notes and tips about software architecture and system design concepts
โ 1 1y agoExplain โ -
dotnet-gitpod
No description.
Shell โ 1 3y agoExplain โ -
FastEndpoints โ
A light-weight REST Api framework for ASP.Net 6 that implements REPR (Request-Endpoint-Response) Pattern
C# โ 1 4y agoExplain โ -
blog-comments
The blog comments discussions for https://dotnetuniversity.com
โ 1 3y agoExplain โ -
vault-agent-dotnet-sample
๐ก๏ธ A production-ready sample showing how to securely inject HashiCorp Vault secrets into .NET microservices using Vault Agent sidecars with dynamic configuration reloading.
C# โ 0 1mo agoExplain โ -
PromptPack
Pack your entire codebase into a single, AI-friendly prompt โ output to file, clipboard, or stdout.
C# โ 0 1mo agoExplain โ -
claude-code-gateway
Claude Code Gateway proxies OpenAI-format APIs to speak Anthropic's Claude protocol, enabling Claude-built tools (Claude Code, Claude Desktop, etc.) to work with any OpenAI-compatible provider (OpenAI, Azure, GitHub Models, local LLMs).
C# โ 0 29d agoExplain โ -
learn-english
No description.
โ 0 1mo agoExplain โ -
dotnet-keycloak-client
No description.
C# โ 0 4mo agoExplain โ -
testcontainer-sample
No description.
Go โ 0 2y agoExplain โ -
Xunit.Sample
No description.
C# โ 0 3y agoExplain โ -
dependecy-validation
No description.
C# โ 0 3y agoExplain โ -
TodoApi โ
Todo application with ASP.NET Core Blazor WASM, Minimal APIs and Authentication
C# โ 0 3y agoExplain โ
No repos match these filters.