J Cole Morrison

J Cole Morrison

Hi, I'm Cole. I'm a Software and DevOps Engineer based out of Los Angeles, CA teaching what I know as I go! This is a log of my Tech Guides and Thoughts. Thanks for reading!


TagReact
Featured

React

Build and Deploy a Node API and React Web App on AWS

Posted on - Comments

Over the past couple of weeks I've thrown out a series of guides, that while completely independent, can be used to learn and setup a full node and react api based application. I wanted to use this post glue these together and fill in gaps. From this setup…

Featured

React

React and Redux Sagas Authentication App Tutorial Part 3

Posted on - Comments

Overview This is a the 3rd part of the React and Redux Sagas Authentication App Tutorial. In this part we're going to work with creating and fetching our protected API resources with our newly setup authentication and authorization process. Recap In the previ…

Featured

React

React and Redux Sagas Authentication App Tutorial Part 2

Posted on - Comments

Overview This is a continuation of the React and Redux Sagas Authentication App Tutorial. In the previous section knocked out a great deal: Scaffolded out the React application Setup Redux, Redux Form, React Router and Redux Saga Modeled and created our Globa…

Featured

React

React and Redux Sagas Authentication App Tutorial

Posted on - Comments

Overview In this Tutorial series we're going to take a deep, PRACTICAL guide into using some of the most popular and yet under explained React tools: Redux Redux Saga Redux Form React Router It's not necessarily that any of these are difficult to use, but wiri…