Published inJavaScript in Plain EnglishNavigating your React app with the useHistory hookImplementing the useHistory hook is the quickest and easiest way to add flexibility to how your React application is navigated.Oct 14, 20202Oct 14, 20202
Published inDev GeniusHow to Create Your First Git RepositoryWhen you are new to programming Git can be pretty daunting. You may not be comfortable with the command line yet, you don’t know the…Sep 23, 2020Sep 23, 2020
Published inJavaScript in Plain EnglishWhat’s the difference between Var, Let and Const in JavaScript?In the not so distant past there was only one way to define a variable in JavaScript, and that was with var. However…Jul 6, 20202Jul 6, 20202
Published inJavaScript in Plain EnglishWhy you should consider using localStorage and sessionStorage instead of cookiesWhen you think of data persistence for your web application, I would be willing to bet that the first thing that comes to mind is cookies…Jun 20, 2020Jun 20, 2020
Published inThe StartupUsing a binary search to determine if an element exists in an arraySuppose you are presented with the problem of determining if a sorted array of numbers contains a certain value. If the array is short…Jun 10, 2020Jun 10, 2020
Using ‘history’ to navigate your React app from outside a componentIf you have done any programming in React, you are probably familiar with basic routing using <Switch>, <Route>, and <Link>. To do this…Jun 6, 20204Jun 6, 20204
Summing all even Fibonacci numbers less than or equal to 4 millionFinding the sum of a specific values in a series can be a common interview problem. There are many different forms that an algorithm of…Jun 4, 20201Jun 4, 20201
5 Chrome Extensions Every Front-end Developer NeedsLet me start off by saying that if you aren’t already using chrome as a front-end web developer, you should be! Not only is Chrome the…Jun 1, 2020Jun 1, 2020