Skip to content
View imandings's full-sized avatar
🖥️
Coding Away!
🖥️
Coding Away!
  • Perth, Western Australia, Australia
  • 20:53 (UTC +08:00)
  • X @imandings

Organizations

@TheCodeMonkeys
Block or Report

Block or report imandings

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

Hi 👋, I'm Andy

A passionate full-stack website developer from Perth, Australia

imandings

  • 🔭 I’m currently working on HabboQuests and EnvisionFun

  • 💬 Ask me about Anything!

  • 🤝 I’m looking for help with learning AngularJS

  • 🌱 I’m currently learning AngularJS & VueJS

  • 📫 How to reach me Socials and stuff on my profile

  • ⚡ Fun fact I used to play Rugby for roughly 7 years and fractured my foot, so I stopped playing. Been coding since I was 11, and I'm now..... Old.

Connect with me:

imandings imandings andrewjmcguire 4093360 itsandings imandings mirageboss

Languages and Tools:

angularjs bootstrap css3 figma git heroku html5 ifttt javascript jenkins laravel linux mariadb mysql photoshop php postman python tailwind travisci vuejs zapier

Support:

imandings



⚡ GitHub Stats

Andy's Github Stats Top Langs
   

Pinned

  1. Remove comments from fresh Laravel f... Remove comments from fresh Laravel files
    1
    <?php
    2
    /*
    3
    |--------------------------------------------------------------------------
    4
    | Remove Laravel Comments
    5
    |--------------------------------------------------------------------------
  2. Tail Laravel logs and filter out the... Tail Laravel logs and filter out the stack traces
    1
    tail -f -n 450 storage/logs/laravel*.log \
    2
      | grep -i -E \
    3
        "^\[\d{4}\-\d{2}\-\d{2} \d{2}:\d{2}:\d{2}\]|Next [\w\W]+?\:" \
    4
        --color