Category: code/

PHP Namespace resources and Autoloading with Composer

Fantastic Article about them...

John H John H
~1 minute

JWT authentication and resources

So much to look at. Where to Store your JWTs – Cookies vs HTML5 Web Storage...

John H John H
~1 minute

AWS Cognito for Facebook Login

Excellent videos covering setting up and implementing AWS Cognito for a web app. This is a great...

John H John H
~1 minute

Installing Yarn on Mojave

I was unable to install yarn directly - I had to do a few additional steps for it to actually...

John H John H
~1 minute

Working and testing redirects for Apache

Working and testing out redirects for Apache To work on a testing local install of the site make...

John H John H
5 minutes

Take Care of your .Git (folder)

In Light of Japan's Ebay source code getting leaked! Some websites host their version control...

John H John H
~1 minute

Laravel Save Form Post

php artisan make:migration tasks in database / migrations / create tasks table - paste in up() ...

John H John H
~1 minute

Laravel Deployment on Ec2

You gotta have composer installed cd /home/ec2-user/ sudo curl -sS...

John H John H
2 minutes