Skip to content
View deek87's full-sized avatar
πŸŒ‘
Building Death Star
πŸŒ‘
Building Death Star

Highlights

  • Pro

Organizations

@concrete5cojp
Block or Report

Block or report deek87

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

Open Source Love

πŸ‘‹ Hello

namespace Github\Profile;

class About extends Me
{

  public function getName(): string
  {
    return 'Derek Cameron';
  }

  public function getRole(): string
  {
    return 'Software Engineer'
  }

  public function sayHello(): void
  {
    echo "Thanks for dropping by and visiting my profile.";
  }

}

πŸ† Trophies

trophy

πŸ’» Languages

Alpine.js Vue.js Javascript Typescript HTML5 CSS3 Sass PhP GO Python csharp

🧰 Tools

macOS Linux Windows PhpStorm GoLand VSCode Vite cypress node.js Tailwind Storybook Azure AWS GC

Popular repositories

  1. lamba-thumbnailer lamba-thumbnailer Public

    AWS S3 Video Thumbnailer with Lambda

    TypeScript 23 5

  2. concrete5-docker concrete5-docker Public

    Dockerised version of concrete5

    Dockerfile 3 1

  3. c5_api c5_api Public

    Concrete5 API package

    PHP 2

  4. c5browser c5browser Public

    Concrete5 browser module for codeception

    PHP 2 1

  5. html-webpack-c5-theme-plugin html-webpack-c5-theme-plugin Public

    Concrete5 Theme Plugin for html-webpack-plugin to generate concrete5 theme files.

    TypeScript 1

  6. addon_social_share_lite addon_social_share_lite Public

    Forked from MacareuxDigital/social_share_lite

    Add social sharing buttons to your concrete5 site.

    PHP