Justin CliffordSetting up a NodeJS Backend Pt. 2Ok so last time we set up our server and successfully got it to run using npm start, this time we will set up our endpoints for API calls…May 27, 2021May 27, 2021
Justin CliffordSetting up a NodeJS BackendToday I’m going to walk through setting up a NodeJS backend for a practice project I am working on to get familiar with using node for my…May 27, 2021May 27, 2021
Justin CliffordTips for Cleaner JS code!Writing in JavaScript can be a finger workout sometimes and as engineers, we like to make our code as clean and short as possible I’m going…May 10, 2021May 10, 2021
Justin CliffordBuilding a to-do list using ReduxI’m fairly new to using redux and wanted to get more familiar with using it and understanding its concept to learn more state management…Apr 29, 2021Apr 29, 2021
Justin CliffordReact useEffect HookSo today we’re going to talk about the useEffect hook in Reactjs.Apr 6, 2021Apr 6, 2021
Justin CliffordGetting access to associated objects in rails active record through reactso you may have noticed if you’ve been using rails as your api with react frontend, getting access to data associated with an object you…Jan 5, 2021Jan 5, 2021
Justin CliffordWhy use JavaScript as a front end on your Rails API?So we are in project week of phase 3 at Flatiron School and we are using JavaScript as a front end with a rails backend api. I gotta say…Dec 4, 2020Dec 4, 2020
Justin CliffordModel View Controller off the RailsMy name is Justin, and I’m a student software engineer and like most beginners everything is a struggle until you get it. Recently we…Oct 29, 2020Oct 29, 2020