Skip to content
View h-fathi's full-sized avatar
🎯
Focusing
🎯
Focusing
Block or Report

Block or report h-fathi

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
h-fathi/README.md

Hi there! I'm Hossein Fathi 👋

I'm a software engineer who loves to build great applications with well-structured code and architecture.


My skills

csharp dotnet javascript sql server docker

class HosseinTrips():
    
  def __init__(self):
    self.name = "Hossein Fathi Aghdam";
    self.username = "h-fathi";
    self.location = "Tehran, Iran";
    self.interested = "microservice, ddd";
  
  def __str__(self):
    return self.name

if __name__ == '__main__':
    me = HosseinTrips()

Last Edited on: 24/12/2021

Pinned

  1. CachingSystem CachingSystem Public

    Async task base caching system for in-memory, distributed, hybrid cache

    C#

  2. Cqrs Cqrs Public

    Here is an implementation of CQRS with MediatR in ASP.NET Core 3.1

    C#

  3. DistributedCorrelationLogging DistributedCorrelationLogging Public

    Distributed correlation logging in multiple microservices by serilog

    C#

  4. GenericRepository GenericRepository Public

    Async task base entity framework core generic repository

    C#

  5. onion-architecture-netcore onion-architecture-netcore Public

    C#

  6. draphyz/DDD draphyz/DDD Public

    Domain-Driven Design example

    C# 260 34