JavaScript for the Complete Beginner | Part 4 — Objects and ArraysLast time we discussed some of more common data types in JavaScript. Today we’ll continue with that discussion by focusing on objects and…Dec 13, 2020Dec 13, 2020
JavaScript for the Complete Beginner | Part 3 — Data TypesNow that we’ve talked about variables, let’s talk about what types of data those variables can hold. First, lets talk about typeof. typeof…Oct 30, 2020Oct 30, 2020
JavaScript for the Complete Beginner | Part 2 — VariablesLast lesson we talked about why JavaScript is a good language to learn. Now we’re going to dive into JavaScript. To follow along, open…Oct 23, 2020Oct 23, 2020
Closure()Closures are an important part of fully understanding Javascript. Unfortunately, I feel as if most explanations are not friendly to new…Aug 7, 2020Aug 7, 2020
Let, Const & VarWhen declaring a variable in Javascript, you have three common options: let, var, const. (There are other ways, but we won’t talk about…Aug 5, 2020Aug 5, 2020
Building a React AppFor my final school project I was asked to build an App using React and Redux. Here’s the process I went through:Jul 14, 2020Jul 14, 2020
Building a Javascript ApplicationFor a school project I was tasked with building a Single Page Application using Ruby on Rails as my backend. Here’s the process I went…Feb 19, 2020Feb 19, 2020
Building a Ruby on Rails AppFor a project at flatiron school, I was asked to build a Ruby on Rails app using RESTful routes. Here’s the process I went through:Nov 21, 2019Nov 21, 2019
Building an MVC Sinatra AppFor a school project I was told to build a CRUD MVC Sinatra App that keeps track of something. Here’s the process I went through:Sep 24, 2019Sep 24, 2019
Building a CLI Ruby GemFor a school project I was told to build a Ruby gem that you could interact with through the CLI. Here’s the process I went through:Aug 7, 2019Aug 7, 2019