Unlikenesses A Backend Developer
Why an HTTP component?20 February 2018
Patrick Louys recommends using an HTTP interface for dealing with web requests and responses, rather than relying on PHP superglobals. I…
JWTs with React and Laravel10 August 2017
This is a tutorial on how to get JSON Web tokens working so that React can securely communicate with a back-end API. For the purposes of…
redux with local storage31 July 2017
I'm in the process of converting the React version of DruMVC to use Redux. It was pretty straightforward until I got to the bits that used…