Skip to content
View aptcreativedesign's full-sized avatar
Block or Report

Block or report aptcreativedesign

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
aptcreativedesign/README.md
const Adam_Thomas = {
  pronouns: "he" | "him",

  location: "UK",
  position: "Senior Developer @ WeBuyAnyPhone",

  technologies: {
    backEnd: {
      php: ["Laravel", "Livewire"],
    },
    frontEnd {
      javascript: ["Alpine.js", "Vanilla", "ES6", "jQuery"],
    },
    devOps: ["Nginx", "Apache", "Docker"],
    databases: ["Mongo", "MySql", "SQL server", "PostgreSQL"],
    misc: ["Firebase", "Pusher"],
  }
}

Social & Coding Profiles

I'm not the most active on social media as I feel that you can end up spending to much of your life endlessly scrolling and achieving nothing with your time.

Twitter Follow    LinkedIn

Stack Overflow is KING! The number one go to resource to find answers for development questions.
I have only recently set up my npm.js and packagist accounts, they do not currently have any content but in the future I hope to develope packages that are of use not just to myself but the wider community and they will be made available through my accounts below.

Stack Overflow    NPM.js    Packagist

Development Stack and Technologies

Current coding setup

I code everyday on my MacBook Pro, setup to run a local web server using Homebrew. My IDE of choice is PHPstorm however if we were to just be going for freely available IDE's I would highly suggest using Microsofts Visual Studio Code. And for my day to day text edting needs I use the wonderful Sublime Text editor.

Whenever I need to check out any API's or test my own developed endpoints Postman is my go to tool for this and you really have to hand it to the developers of this great piece of software, it'e easy to use and the free version covers almost all use cases.

Popular repositories

  1. aptcreativedesign aptcreativedesign Public

    Config files for my GitHub profile.

  2. laravel-themer laravel-themer Public

    Forked from qirolab/laravel-themer

    Multi theme support for Laravel application

    PHP

  3. laravel-permission-mongodb laravel-permission-mongodb Public

    PHP

  4. MIME_Type_PlainDetect MIME_Type_PlainDetect Public

    Forked from cweiske/MIME_Type_PlainDetect

    Detect the MIME type of source code files

    PHP

  5. laracasts_tdd_course laracasts_tdd_course Public

    Repository created following Laracasts Build A Laravel App With TDD course

    HTML

  6. laravel-mjml laravel-mjml Public

    Forked from asahasrabuddhe/laravel-mjml

    Easily use MJML in your Laravel Blade templates!

    PHP