<?php
namespace HakanGuzel;
class About extends Me
{
public function getCurrentWorkplace(): array
{
return [
'workplace' => [
'company' => 'Farmazon',
'position' => 'Software Engineer'
]
];
}
public function getDailyKnowledge(): array
{
return [
NetCore::class,
Php::class,
NodeJS::class
];
}
public function getFutureGoal(): string
{
return 'To contribute to open source.';
}
}
Highlights
Block or Report
Block or report hakanguzel
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
-
-
-
NetCoreSignalR Public
Bu uygulama, SignalR kullanarak gerçek zamanlı bir mesajlaşma uygulaması oluşturmanın temellerini gösterir.
C#
-
ExpressJsRestFulApi Public
Bu restfull servisinde kullanılan teknolojiler Nodejs, Express ve MySQL
JavaScript
-
592 contributions in the last year
Less
More
Activity overview
Contributed to
hakanguzel/jwt-authentication-golang,
hakanguzel/golang-crud-rest-api,
hakanguzel/MassTransitSagaExample
and 2 other
repositories
Contribution activity
March 2023
1
contribution
in private repositories
Mar 17