Skip to content
View ParsaMehdipour's full-sized avatar
🎃
HI!
🎃
HI!
Block or Report

Block or report ParsaMehdipour

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
ParsaMehdipour/README.md


👋  Hi there

I am an experienced back-end developer proficient in .NET Core and C#, with a focus on building robust web services. My expertise extends to the banking and eCommerce domains. Connect with me on LinkedIn: Parsa Mehdipour. Feel free to reach out anytime.  

👇  Current project

I'm currently working on FaresBazar. An eCommerce website.

image

 

🖥  Past work

Readme Card Readme Card    

Pinned

  1. Intro-To-Factory-Design-Pattern Intro-To-Factory-Design-Pattern Public

    The Factory Method Design Pattern is a creational pattern that provides an interface for creating objects but allows subclasses to decide which class to instantiate.

    C# 1

  2. Intro-To-Singleton-Design-Pattern Intro-To-Singleton-Design-Pattern Public

    Singleton Pattern says that just"define a class that has only one instance and provides a global point of access to it". In other words, a class must ensure that only single instance should be crea…

    C#

  3. Intro-To-Composite-Design-Pattern Intro-To-Composite-Design-Pattern Public

    The composite pattern is a partitioning design pattern. The composite pattern describes a group of objects that are treated the same way as a single instance of the same type of object. The intent …

    C#

  4. Intro-To-Command-Design-Pattern Intro-To-Command-Design-Pattern Public

    In object-oriented programming, the command pattern is a behavioral design pattern in which an object is used to encapsulate all information needed to perform an action or trigger an event at a lat…

    C#

  5. Intro-To-Mediator-Design-Pattern Intro-To-Mediator-Design-Pattern Public

    Mediator design pattern is one of the behavioral design pattern, so it deals with the behaviors of objects. Mediator design pattern is used to provide a centralized communication medium between dif…

    C#

  6. Intro-To-Rules-Engine-Design-Pattern Intro-To-Rules-Engine-Design-Pattern Public

    It encapsulates the logic for evaluating these rules and applying them to data, making it easier to modify and maintain the rules without affecting the underlying code.

    C# 1