Web Development

Web Developer and Marketing Tech Enthusiast

All Stories

Blocking Access to a Url route in Apache

This serves a 403 forbidden for any route with blog. RewriteRule ^(.*/)?blog(.*/)?/ - [F,L]...

John H John H
~1 minute

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