Marshall SlempJavaScript CallbacksLet’s talk about callbacks! What are they and how do we use them…Dec 1, 2020Dec 1, 2020
Marshall SlempIntroduction to the Canvas!We are going to introduce the Canvas API for HTML5 and build a quick project that allows a square to bounce off the walls of the canvas. I…Nov 9, 2020Nov 9, 2020
Marshall SlempArray and Object references in JavaScript!Have you ever tried to compare to arrays in JavaScript only to see it return false? Even though they look the “same”!Oct 7, 2020Oct 7, 2020
Marshall SlempJavaScript Array MethodsJavaScript gives us some built in methods to use on our arrays. We will cover the most used ones and give an example forEach(hint hint)……Oct 5, 2020Oct 5, 2020
Marshall SlempBig O— For BeginnersIf you get into Web development, Software Development or anything to do with writing code, you well eventually come across something…Jul 30, 20201Jul 30, 20201
Marshall SlempSending Images in React using Fetch and storing them in your Ruby on Rails API backend!In this article we are going to cover sending an Image using Fetch, storing that image in Rails Active Storage and retrieving that image…Jul 28, 2020Jul 28, 2020
Marshall SlempRoutes in Ruby on RailsWhen you run “rails new new_project”, rails installs a lot of stuff. You don’t need to worry about most of these folders yet but in your…Jul 28, 2020Jul 28, 2020
Marshall SlempUsing Fetch…If you are learning JavaScript, then it won’t be long before you are introduced to the Fetch API. In this article we will discuss what…Jul 28, 2020Jul 28, 2020