Skip to content
Avatar
🔋
Fully Charged (100%)
🔋
Fully Charged (100%)

Sponsoring

@nunomaduro

Achievements

Achievements

Highlights

  • Pro

Organizations

@boone-software
Block or Report
leemcd56/README.md

GitHub Header

Nathanael McDaniel's DEV Community Profile

About Me

<?php

namespace Earth;

use Entities\Mammal\Human;

class Myself implements Human {
    /**
     * Want to know where I work?
     *
     * @return array
     */
    public getCurrentWorkplace(): array {
        return [
            'workplace' => [
                [
                    'company' => 'Boone Software, LLC',
                    'position' => 'Partner',
                ],

                [
                    'company' => 'Vendorin',
                    'position' => 'Senior Systems Developer',
                ],
            ],
        ];
    }

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

Popular repositories

  1. Convert durations into human- or machine-readable timestamps. ⌚️

    PHP 3

  2. Just a simple, beautiful comment walker

    PHP 1 1

  3. Forked from chrstphrknwtn/grid-clock-screensaver

    Grid clock macOS screensaver

    HTML 1

  4. Forked from DefinitelyTyped/DefinitelyTyped

    The repository for high quality TypeScript type definitions.

    TypeScript

238 contributions in the last year

Apr May Jun Jul Aug Sep Oct Nov Dec Jan Feb Mar Apr Mon Wed Fri
Activity overview
Contributed to voxoco/voxo-validator, aporat/store-receipt-validator, leemcd56/leemcd56 and 5 other repositories

Contribution activity

April 2021

Created 4 commits in 2 repositories
Created 3 repositories
18 contributions in private repositories Apr 1 – Apr 20

Seeing something unexpected? Take a look at the GitHub profile guide.