Skip to content

Instantly share code, notes, and snippets.

View irms's full-sized avatar

Irma L. Olguin Jr. irms

View GitHub Profile
*************
Edit LLC is growing fast so we're setting up a
talent pool of apprentices for future hiring.
I'm in need of the right person to lead these
apprentices.
This person will be responsible for taking
green talent and turning them into junior
level devs by teaching, mentoring, and showing
*************
My preference is for this opportunity to go to someone
who can use this job to improve his or her situation.
I do not expect this person to stay in this job for
more than one year, but it'll be many months of steady
income so long as they are disciplined and use this time as a
means to live while they work on the "next thing" for themselves.
@irms
irms / bug-report.rst
Last active January 11, 2024 16:26
The right way to file a bug report

Bug reports and issue tracker

Please follow these guidelines when creating new tickets for Buildicus. Issues can be reported on the Github issue tracker.

Writing a useful bug report

Go into domain folder
transfer or run a new install of laravel
git clone https://github.com/laravel/laravel example.com
cd example.com
// get composer
curl -sS https://getcomposer.org/installer | php -d allow_url_fopen=On
// install composer, use latest (as laravel >4.2 requires PHP >= 5.4)
// go into composer.json and update php to php-latest under "scripts"