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

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.

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

Hi there ๐Ÿ‘‹

<?php

namespace seandelaney

class About extends Me
{
    public function getCurrentWorkplace(): array
    {
        return [
            'workplace' => [
                'company' => 'Solspace',
                'position' => 'Full Stack Web 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

  1. delaneymethod/craft-vocabulary delaneymethod/craft-vocabulary Public

    Vocabulary is the easiest way to create and manage your own glossary of terms in Craft CMS.

    PHP