Dark Mode

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
mr687
Follow

Davi Nomoeh Dani mr687

Passionated about app dev .

Highlights

  • Pro

Organizations

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 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

'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); } } ">// ~/.tmp/Profile/Intro.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