Skip to content
View mr687's full-sized avatar
๐Ÿ 
Working from home
๐Ÿ 
Working from home

Organizations

@vookav2
Block or Report

Block or report mr687

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

// ~/.tmp/Profile/Intro.php

<?php

namespace Mr687\Daphinokio;

use Facades\Mr687\Daphinokio\Media;
use Facades\Mr687\Daphinokio\Profile;
use Facades\Mr687\Daphinokio\Development;

class Intro
{

  /**
  * __invoke()
  * 
  * @params array $learning
  * @return error
  */
  public function __invoke(array $learning)
  {
    Profile::name = 'Davi Nomoeh Dani';
    Profile::alias = 'daphinokio'; // 'phi' === 'vi'
    Profile::email = 'davinomoehdanino@gmail.com'; // Email address is already taken
    
    Media::instagram = Media::twitter = '@daphinokio';
    
    Development::langs = [
      'backend' => 'php:laravel|javascript:node-js|python',
      'frontend' => 'php:livewire|javascript:react-js,vue-js',
      'database' => 'postgresql|mysql|mongodb|sqlite'
    ];
    Development::misc = [
      'devops' => 'aws:ec2,rds,lightsail,s3|heroku',
      'tools' => 'git|postman|vscode',
      'os' => 'mac-os'
    ];
    Development::experience = carbon('2018-01-01')->diffInYears();
    
    return $this($learning);
  }
  
}
- ๐Ÿฅฑ I am currently working on javascript.
- ๐Ÿš€ Available for Freelance projects opportunities.

Pinned Loading

  1. dotfiles dotfiles Public

    My OS dotfiles

    Lua 1

  2. vookav2/vooka vookav2/vooka Public

    The best 24/7 discord bot with bunch of useful features.

    TypeScript

  3. vookav2/searchmusic vookav2/searchmusic Public

    Accurate search for musics, albums, artists, with related playlists and lyrics.

    TypeScript 3

  4. vookav2/songlyrics vookav2/songlyrics Public

    Find song lyrics just enter the song title

    TypeScript 6 2

  5. laraveltripay laraveltripay Public

    Payment Tripay API for laravel

    PHP

  6. URLs-Shortener URLs-Shortener Public archive

    Ngoder.com - URLs Shortener with NodeJs & MongoDB.

    JavaScript