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

Block or report handeebrar

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

Hello! Hande here. 👋



⚙️  GitHub Analytics

🤝🏻  Connect with Me

https://medium.com/@hande.ebrar https://www.linkedin.com/in/handeebrargunesdogdu https://twitter.com/handebrar mailto:hande.ebrar@gmail.com

Pinned

  1. NesneYonelimliProgramlama1 NesneYonelimliProgramlama1 Public

    Yazılım Akademi Nesne Yönelimli Programlama Eğitim İçeriği

    Java 1 2

  2. opencv-face-recognition opencv-face-recognition Public

    Face recognition with OpenCV and Python.

    Python

  3. layered-architecture-sample layered-architecture-sample Public

    A web api that includes product listing, add items to cart and cart display endpoints using a .Net Core, Entity Framework Core, Layered Architecture, Swagger

    C# 5

  4. needleman-wunsch-parallel needleman-wunsch-parallel Public

    Forked from game-of-threads-61/needleman-wunsch-parallel

    Java

  5. uzaktan-canli-destek uzaktan-canli-destek Public

    Forked from uzcade/uzaktan-canli-destek

    PHP 1

  6. ConstructorInjection.cs ConstructorInjection.cs
    1
    public class CustomerBusinessLogic
    2
    {
    3
        ICustomerDataAccess _dataAccess;
    4
    
                  
    5
        public CustomerBusinessLogic(ICustomerDataAccess custDataAccess)