Skip to content
View dbuhonov's full-sized avatar
🚲
Focusing
🚲
Focusing

Block or report dbuhonov

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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
dbuhonov/README.md

👋 Hi, I'm Dmitry

var dbuhonov = struct {
    Role       string
    Languages  []string
    Frameworks []string
    Databases  []string
    Philosophy []string
}{
    Role: "Backend Developer",

    Languages:  []string{"PHP", "SQL", "JavaScript", "Python"},
    Frameworks: []string{"Laravel", "Yii2"},
    Databases:  []string{"PostgreSQL", "MySQL", "Oracle"},

    Philosophy: []string{
        "write simple code",
        "tests are documentation",
        "readable code scales better",
    },
}

Popular repositories Loading

  1. yii2-utm-tags yii2-utm-tags Public

    Yii2 tracking utm metrics

    PHP

  2. jivowebhook jivowebhook Public

    Прием ответов от Jivo, для передачи Email в DMP

    PHP

  3. flutter-app flutter-app Public

    Dart

  4. sheep-counter sheep-counter Public

    HTML

  5. yii2-ad-yammy yii2-ad-yammy Public

    AdYammy - это инновационный пакет для Yii2, который поможет вам управлять рекламными скриптами на вашем веб-сайте.

    PHP

  6. yii2-docker-nginx-postgres yii2-docker-nginx-postgres Public

    Этот проект предназначен для демонстрации возможностей деплоя приложения (Docker - Nginx - PG).

    PHP