Garret CoffeyBasic Use of Has_Secure_Password in RailsIn today’s day and age website security is a big deal, especially keeping user’s passwords protected. But with the ever pressing attempts…Aug 20, 2021Aug 20, 2021
Garret CoffeyWhy I chose ProgrammingThere are many reasons people decide to make a life change. Common ones are if you are unhappy or just want to try something new. In my…Aug 20, 2021Aug 20, 2021
Garret Coffey4 Helpful Hooks in ReactIn react you have the option to make your files either a class or functional component. Class components come with a a whole bunch of built…Jul 14, 2021Jul 14, 2021
Garret CoffeyConvenient things in Ruby for beginnersRuby was designed to be as easy to use as possible. Here are some of the convenient things Ruby does as that you should know as you get…Jun 15, 2021Jun 15, 2021
Garret CoffeyState in ReactOne of the things that makes React such a useful framework is its concept of State. In React we use state in the place of variables in many…May 11, 2021May 11, 2021
Garret CoffeyThe Basics of Functions in JavaScriptFunctions are the workhorses of programming. They allow you to create on on demand set of actions that you can use as many times as you…Apr 12, 2021Apr 12, 2021
Garret CoffeyThe Basics of Arrays in JavascriptIn Javascript arrays and objects are similar. In fact, arrays are objects. Learning how to use both is fundamental to Javascript. While…Apr 10, 2021Apr 10, 2021