<?php
namespace SerkanYalcin;
class About extends Me
{
public function getBio(): string
{
return 'I m a software developer specializing in PHP and JavaScript.
I develop modern technology web applications with popular frameworks like Laravel, Vue and React.
SaaS,
Multi-Tenancy,
E-Commerce,
RestFull API
I develop advanced software with software architectures.
Eternal student.';
}
public function getMore(): array
{
return [
'work' => [
'Software Developer - T-SOFT',
'Software Developer - Karaca',
'Software Developer - BookLogic'
]
];
}
public function getCurrentState(): array
{
return [
'working_on' => [
'Ekipik - Cloud-based personnel management software (SaaS)',
'PestForm - Send dynamic forms without the need for a backend (SaaS)'
],
'learning' => [
'Advance Programing Techniques',
'Goo Lang'
]
];
}
public function getFutureGoal(): string
{
return 'To contribute to open source.';
}
}
Popular repositories Loading
-
laravel-rest-api-and-react-app
laravel-rest-api-and-react-app PublicWe are using Laravel 9 for jwt authentication based login and signup API. (React.js)
-
15-gunde-php
15-gunde-php Public15 gün boyunca PHP öğrenmek isteyenler için bir eğitim makalesi yazdım. Burada, temel düzeyden başlayarak, her gün farklı bir konu hakkında öğretici bir makale sunacağım.
-
translation-checker
translation-checker PublicYou can scan the files and keys inside by reading all the language folders in the lang folder.
-
namaz-vakitleri
namaz-vakitleri PublicTürkiye'deki il ve içlerin Namaz vakitlerini listeleyen JavaScript uygulaması.
JavaScript 4
-
Go-lang-eTicaret-sepet-restApi
Go-lang-eTicaret-sepet-restApi PublicGo dilinde e-ticaret sepetine ürün ekleme, güncelleme, silme ve adet artırımı işlemleri için REST API'leri kullanabiliriz. Örneğin:
-
If the problem persists, check the GitHub status page or contact support.