Unlikenesses A Backend Developer
rails on windows with vagrant19 July 2017
Some notes on setting up Rails on Windows with a Vagrant Ubuntu box. Step 1: Installing Vagrant Install VirtualBox. I'm using version 5.1.2…
laravel and react18 July 2017
Some notes on setting up Laravel with React. Remove the reference to Vue from devDependencies. npm install. npm install --save react react…
react sequencer redux14 July 2017
In the previous article we created a simple sequencer in React. In this one we're going to port the state over to Redux. To do this we need…
react sequencer5 July 2017
As an exercise I'm going to build a simple sequencer in React. You can view it in action here. The final source code is on Github. I'll…