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

Organizations

@delaneymethod

Block or report seandelaney

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

Hi there ๐Ÿ‘‹

<?php

namespace seandelaney

class About extends Me
{
    public function getCurrentWorkplace(): array
    {
        return [
            'workplace' => [
                'company' => 'Solspace',
                'position' => 'Full Stack Software Developer'         
            ]
        ];
    }

    public function getDailyKnowledge(): array
    {
        return [
            Php::class,
            Javascript::class,
            Typescript::class,
            CraftCMS::class,
            Laravel::class,
            Vue::class,
            Angular::class,
            React::class,
            TailwindCss::class,
            Aws::class,
            Docker::class,
            MySQL::class,
            Java::class,
            UnifiNetworks:class
        ];
    }
}

Thanks for dropping by, hope you find some of my work interesting.

Pinned Loading

  1. delaneymethod/craft-category-groups delaneymethod/craft-category-groups Public

    Two field types for Craft CMS that lets you select one or more Category Groups or one or more Categories from one or more Category Groups.

    PHP

  2. delaneymethod/craft-meilisearch-editor delaneymethod/craft-meilisearch-editor Public

    Manage your Meilisearch content without a developer.

    PHP 1