Skip to content
View erhanurgun's full-sized avatar
💭
I may be slow to respond.
💭
I may be slow to respond.
Block or Report

Block or report erhanurgun

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

👨‍💻 Hakkımda Kısaca

import Developer from 'Orizora';
import { Languages, Databases, Frameworks, Others } from 'Orizora/Skills';

class Bio extends Developer {
    name = 'Erhan ÜRGÜN';
    role = 'Back-End Developer';
    email = '[email protected]';
    location = 'Agri, Turkey';
    website = [
        { name: 'Portfolio', url: 'https://erhanurgun.com.tr' },
        { name: 'Company',   url: 'https://orizora.com' },
        { name: 'Blog', url: 'https://erho.dev' }
    ];
    social = [
        { name: 'Twitter',  url: 'https://twitter.com/erhanurgun' },
        { name: 'LinkedIn', url: 'https://linkedin.com/in/erhanurgun' }
    ];
}

class Skills extends Developer {
    languages = ['PHP', 'NodeJS', 'JavaScript', ...Languages];
    databases = ['MySQL', 'T-SQL', 'MongoDB', ...Databases];
    frameworks = ['Laravel', 'AdonisJS', ...Frameworks];
    others = ['Git', 'Docker', 'Linux', ...Others];
}

export default () => new Developer(Bio, Skills);

🔥 İstatistiklerim

+ Hakkımdaki detaylar zamanla güncellenecektir...
+ Daha fazla bilgi için erhanurgun.com.tr, erho.dev website adreslerimi veya @erhanurgun linktr.ee adresimi ziyaret edebilirsiniz...

Popular repositories

  1. MIX02-bot-resimden-yaziya MIX02-bot-resimden-yaziya Public

    Telegram botu ile resim üzerindeki yazıları okuyup geri döndürme islemi yapabilen bir bot

    Python 1

  2. YTB06-laravel-pizzas-project YTB06-laravel-pizzas-project Public

    The Net Ninja youtube kanali araciligiyla gelistirilen laravel projesi

    PHP 1

  3. YTB11-tutorial-laravel-e-commerce YTB11-tutorial-laravel-e-commerce Public

    Funda Of Web IT kanalinda ki laravel ile e-ticaret egitiminden

    CSS 1

  4. FORK22-1000-ai-collection-tools FORK22-1000-ai-collection-tools Public

    Forked from yousefebrahimi0/1000-AI-collection-tools

    More than 1000 Artificial Intelligence AI-powered tools - categorized & updated

    1 1

  5. MIX01-namaz-vakitcisi MIX01-namaz-vakitcisi Public

    diyanet işlerinden anlık olarak namaz vakitlerini çeken c# ile gelistirilen bir namaz vakti programi

    C#

  6. YTB01-twitter-clone YTB01-twitter-clone Public

    codingwithdidem youtube kanali araciligila gelistirilen bitmemis twitter klonu

    JavaScript