VincentservioCreating a Flash Card app part 2Welcome back!!! So far we have built out our rails back end for our application. In this post we will create our user interface. If you…Jun 17, 2021Jun 17, 2021
VincentservioCreating a Flash Card app Part1During my time in school, I found myself struggling greatly getting used to the new vocabulary that came with coding. Many of the words…Jun 9, 2021Jun 9, 2021
VincentservioFieldset and Legend tagHave you seen something similar to the image above and wanted know how to accomplish this?Or have you been looking for a cool way to style…Jun 3, 2021Jun 3, 2021
VincentservioJavascript MapDuring a recent coding interview,I was given two arguments, one was a string and the other was an integer. I was asked to return the…May 25, 2021May 25, 2021
VincentservioReact Package Manager’s and which one to chooseIf you have ever built a react app , then chances are you have used a package manager to do so. In my early stages of working with react…May 19, 2021May 19, 2021
VincentservioThe Input element <input> CheatSheet part 1The input element is my personal favorite and arguably one of the most important elements that exist. The input element can help the user…May 12, 2021May 12, 2021
VincentservioFor LoopsLooping is an essential part of coding. Looping allows us to execute code as many times as needed, each time with a different value. This…May 6, 2021May 6, 2021
VincentservioSearch Algorithm’s Part 1Search algorithm’s are an awesome way to return data from a large collection. Search algorithms are used to check for an element in any…Apr 29, 2021Apr 29, 2021
VincentservioReact HooksIn the Previous versions of React, stateful logic was tied to a class based component. While it may get the job done, it would lead to a…Apr 20, 2021Apr 20, 2021
VincentservioForEach vs. MapJavascript comes equipped with a tons of great ways to iterate. Today we are going to focus on .map and .forEach . Sometimes the…Apr 14, 2021Apr 14, 2021