Richard CheaRuby FundamentalsRuby is a programming language that focuses on simplicity and productivity. It can be said that Ruby is easier to read and write because…Jan 4, 2021Jan 4, 2021
Richard CheaUnique Ruby Array MethodsArrays can be manipulated with Ruby methods and some common ones are .length, . shift, .reverse, and .push. We’re going to go over a few…Dec 27, 2020Dec 27, 2020
Richard CheaTypes of Ruby IteratorsIn Ruby, arrays and hashes are collections. Then there are iterators, which are methods that can be used on a collection. We will look at…Dec 21, 2020Dec 21, 2020
Richard CheaJavaScript Promises ExplainedThe introduction of promises in ES6 was released to help work with callbacks. There is a term called, “callback hell”, that refers to a…Dec 14, 2020Dec 14, 2020
Richard CheaWhat is a Callback Function?A callback function is a function that is passed into another function as an argument, which is then invoked inside the outer function.Nov 25, 2020Nov 25, 2020
Richard CheaJavaScript Destructuring Assignment ExplainedWhat is destructuring?Nov 23, 2020Nov 23, 2020
Richard CheaHow to Host Your React App on GitHub PagesGitHup Pages is a great place to host your app. People can go to a URL and have your active project running and they can test it and see…Nov 13, 2020Nov 13, 2020
Richard CheaSimple CSS Modern LayoutsUsing CSS to build out modern layouts is way easier than you think. All you’ll need is a few lines of code to accomplish doing it. We’re…Nov 9, 2020Nov 9, 2020
Richard CheaIntro to React Lifecycle MethodsThe idea of the React lifecycle is that a component has mainly 3 different parts.Nov 2, 2020Nov 2, 2020