Skip to content
View leemcd56's full-sized avatar
🔋
Fully Charged (100%)
🔋
Fully Charged (100%)

Highlights

  • Pro

Organizations

@boone-studios
Block or Report

Block or report leemcd56

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

GitHub Header

Nathanael McDaniel's DEV Community Profile

About Me

<?php

namespace Earth;

use Entities\Mammal\Human;

class Myself implements Human
{
    /**
     * The birthdate of this entity.
     *
     * @var int
     */
    protected int $birthdate = 667115760;

    /**
     * Want to know where I work?
     *
     * @return array
     */
    public function getCurrentWorkplace(): array
    {
        return [
            'workplace' => [
                [
                    'company' => 'Sticky.io',
                    'position' => 'Software Engineer',
                ],
            ],
        ];
    }

    /**
     * These are the skills I use most often.
     *
     * @return array
     */
    public function getSkills(): array
    {
        return [
            'JavaScript',
            'Laravel',
            'MySQL',
            'PHP',
            'PostgreSQL',
            'TypeScript',
            'Vue',
        ];
    }
}

Pinned

  1. boone-studios/laravel-surrealdb boone-studios/laravel-surrealdb Public

    Integrates SurrealDB with the Laravel framework

    PHP 18 3

  2. awesome-subscription-free awesome-subscription-free Public

    A list of great subscription-free alternatives to common software

    1