Scope in JavascriptIn this blog, let’s start from the bare basics to all the way getting comfortable with understanding scopes in Javascript.Jul 13, 20214Jul 13, 20214
What is an Arrow Function?Javascript ES6 was a revolutionary update, amongst other features one of the most interesting and fun to use was the inclusion of arrow…Jul 6, 20213Jul 6, 20213
What is Testim.io?Testim.io is a cloud platform that uses AI for fast authoring, execution, and maintenance of automated tests.Jun 29, 2021Jun 29, 2021
Shared State in JavascriptShared state can interact with just about anything; with side effects. The order of a function call matters which can also arise many bugs…Jun 14, 20212Jun 14, 20212
Functional Programming OverviewFunctional programming (often abbreviated FP) is the process of building software by composing pure functions, avoiding shared state…Jun 14, 2021Jun 14, 2021
React State & PropsOne of the many amazing features of React is its built in data management through the use State and of Props (properties). Its ability to…Jun 1, 202136Jun 1, 202136
No Nonsense Guide to Import ComponentsI’ve been focusing more on Java lately as I will b having a Java college course coming up in June. Trying to stay ahead I’ve been…May 25, 202127May 25, 202127
The Four Principles of OOP JavaI’ve been programming for roughly 7 months now and I can’t express how happy I am that I made this transition. I found myself finding a…May 11, 20214May 11, 20214
Pure FunctionsWhat is a pure function? You may have heard your instructor mention this when speaking about functional programming or react/redux apps…Apr 12, 20212Apr 12, 20212
Class Components vs Functional ComponentsJust a few years ago the distinction between Class and Functional components was very cut and dry, but with the introduction of React Hook…Apr 5, 20213Apr 5, 20213
Fetch Requests in ReactWhen I first started learning React one of my biggest hurdles was understand exactly what a fetch call is. I was also sadly disappointed…Jan 6, 20212Jan 6, 20212
Eureka!It’s amazing to believe I’ve been coding for just over 5 months now. When I first started I truthfully didn’t think I could do this. I was…Dec 8, 202021Dec 8, 202021
A ⬆️Shift in MentalityI’ve always been the type of person to goes all in when it comes to something I love to do. I remember growing up and my mom always…Nov 6, 20205Nov 6, 20205