Skip to content
View serkansyalcin's full-sized avatar
🏠
Working from home
🏠
Working from home

Highlights

  • Pro
Block or Report

Block or report serkansyalcin

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

Hi there, I'm Serkan Yalçın 👋

<?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',
                'Full Stack Developer - Bayer Bilişim',
                '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

  1. laravel-rest-api-and-react-app laravel-rest-api-and-react-app Public

    We are using Laravel 9 for jwt authentication based login and signup API. (React.js)

    PHP 8 2

  2. 15-gunde-php 15-gunde-php Public

    15 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.

    6 1

  3. laravel-best-practices laravel-best-practices Public

    Forked from mehmetfg/laravel-best-practices

    Laravel best practices

    3

  4. namaz-vakitleri namaz-vakitleri Public

    Türkiye'deki il ve içlerin Namaz vakitlerini listeleyen JavaScript uygulaması.

    JavaScript 2

  5. Go-lang-eTicaret-sepet-restApi Go-lang-eTicaret-sepet-restApi Public

    Go 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:

    1

  6. Multi-Domain-Laravel Multi-Domain-Laravel Public

    Forked from DigitalWheat/Multi-Domain-Laravel

    An example of multi-domain/subdomain app in Laravel.

    PHP