Skip to content
View sherifflight's full-sized avatar
πŸ™ƒ
null
πŸ™ƒ
null
  • Myself
  • Udmurtia
Block or Report

Block or report sherifflight

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

Hi there πŸ‘‹

Dyakonov Evgeniy Alexandrovich

Skills:

  • πŸ”­ Language: PHP
  • 🌱 Frameworks: Laravel, Yii 2
  • πŸ‘― DB: Mysql
  • πŸ€” VCS: Git, Mercurial, SVN
  • πŸ’¬ Bug/Issue tracker: Redmine, Jira
  • πŸ“« OS: Linux, Mac OS
  • πŸ˜„ Another: Vagrant, Docker, Soft skills

Pinned Loading

  1. laraqwe laraqwe Public

    laravel project

    HTML

  2. sherifflight.github.io sherifflight.github.io Public

    JavaScript

  3. gildedrose-php gildedrose-php Public

    emilybache/GildedRose-Refactoring-Kata - https://github.com/emilybache/GildedRose-Refactoring-Kata

    PHP

  4. ios-swift-flashlight ios-swift-flashlight Public

    Swift

  5. simple-golang-server simple-golang-server Public

    Simple golang server

    Go

  6. Fibonachi Fibonachi
    1
    func fibonachi (n: Int) -> Int {
    2
        guard n > 1 else {
    3
            return 1
    4
        }
    5
        var prev = 0