Skip to content
View mr687's full-sized avatar

Highlights

  • Pro

Organizations

@vookav2 @bambooo-indonesia

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to 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. lazycopilot lazycopilot Public

    AI-powered tool for generating commit messages using GitHub Copilot.

    Go 6

  2. dotfiles dotfiles Public

    My OS dotfiles

    Lua 2

  3. vookav2/searchmusic vookav2/searchmusic Public

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

    TypeScript 9

  4. vookav2/songlyrics vookav2/songlyrics Public

    Find song lyrics just enter the song title

    TypeScript 10 2