About
Code
Portfolio
Interesting
Design
Web Development
Web Developer and Marketing Tech Enthusiast
Featured
Limit Server Options Requests
in httpd.conf AllowMethods GET POST OPTIONS In each VirtualHost directive ## Disallow OPTIONS METHOD RewriteEngine On RewriteCond...
Phpunit in Laravel
To run the tests ./vendor/bin/phpunit A great resource for setting up and running your first tests...
All Stories
Blocking Access to a Url route in Apache
This serves a 403 forbidden for any route with blog. RewriteRule ^(.*/)?blog(.*/)?/ - [F,L]...
PHP Namespace resources and Autoloading with Composer
Fantastic Article about them...
JWT authentication and resources
So much to look at. Where to Store your JWTs – Cookies vs HTML5 Web Storage...
AWS Cognito for Facebook Login
Excellent videos covering setting up and implementing AWS Cognito for a web app. This is a great...
Installing Yarn on Mojave
I was unable to install yarn directly - I had to do a few additional steps for it to actually...
Working and testing redirects for Apache
Working and testing out redirects for Apache To work on a testing local install of the site make...
◀ Previous page
Next page ►