<?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.';
}
}
💻
Computer Engineer
Highlights
Pinned Loading
-
-
NetCoreMemoryCaching
NetCoreMemoryCaching PublicASP.NET Core'da In-Memory Caching Önbelleğe Alma - Ayrıntılı Kılavuz
C# 1
-
NetCoreSignalR
NetCoreSignalR PublicBu uygulama, SignalR kullanarak gerçek zamanlı bir mesajlaşma uygulaması oluşturmanın temellerini gösterir.
C#
-
ExpressJsRestFulApi
ExpressJsRestFulApi PublicBu restfull servisinde kullanılan teknolojiler Nodejs, Express ve MySQL
JavaScript
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.