• Hypermedia, API Philosophy, and Talking to Your Robot Overlords

    In the Beginning There was the Web. World Wide actually. Well, before that there was something of AOL, Berners-Lee, DoD, DARPA, ARPANET and a prototype of Al Gore launching carrier pigeons down long tubes with fortune cookie-sized packets tied to their little legs addressed to: “Wh@t_#hath_God_wr0ught?“. Fast-forward: now we have Skynet. Well not yet, but soon. Hopefully. At least that is why I intend to generate favor with our future overlords by suggesting, at least locally, that certain systemic changes be encouraged so that their manifestation onto the stage be smooth and welcoming.
  • Force HTTPS on Laravel 5 behind AWS ELB on EC2

    Laravel 5 - Enforcing HTTPS I’ve used a lot of frameworks. Laravel is great. Dealing with a load balancer Most of us are on a scaled service and most of us need HTTPS. It is much easier to put the SSL certificate on the load balancer and then proxy the request over port 80 to the actual server. It saves on CPU processes as well since the decryption work doesn’t have to be performed on the slave boxes.
  • PHP Hypermedia REST API wrapper

    Hypermedia for PHP APIs. Well, here it is. I’m finally finishing up my Hypermedia layer for our Laravel 5.1 build. I am excited about the possibilities for this library and think this might help bring more PHP products into the era of Internet-of-Things (IoT). In Production - Alpha Right now I have it in our very alpha phase version of the software running the LeadFerret business lead search system.