Skip to content
View hakanguzel's full-sized avatar
💻
💻

Block or report hakanguzel

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
hakanguzel/README.md
<?php

namespace HakanGuzel;

class About extends Me
{
    public function getCurrentWorkplace(): array
    {
        return [
            'workplace' => [
                'company' => 'Rise Technology, Consulting & Academy',
                'position' => 'Software Engineer'         
            ]
        ];
    }

    public function getDailyKnowledge(): array
    {
        return [
            NetCore::class,
            Php::class,
            NodeJS::class
        ];
    }

    public function getFutureGoal(): string
    {
        return 'To contribute to open source.';
    }
}

Pinned Loading

  1. PhoneApp PhoneApp Public

    C# 1

  2. NetCoreRedisCaching NetCoreRedisCaching Public

    ASP.NET Core’da Redis Önbelleğe Alma

    C#

  3. NetCoreMemoryCaching NetCoreMemoryCaching Public

    ASP.NET Core'da In-Memory Caching Önbelleğe Alma - Ayrıntılı Kılavuz

    C# 1

  4. NetCoreSignalR NetCoreSignalR Public

    Bu uygulama, SignalR kullanarak gerçek zamanlı bir mesajlaşma uygulaması oluşturmanın temellerini gösterir.

    C#

  5. ExpressJsRestFulApi ExpressJsRestFulApi Public

    Bu restfull servisinde kullanılan teknolojiler Nodejs, Express ve MySQL

    JavaScript

  6. AdonisRestFulApi AdonisRestFulApi Public

    Adonis API İle Todo Uygulaması

    JavaScript