Alexander GabrielMaking a Queue in JavascriptQueue’s in javascript will behave like an array but can only perform the method’s such as .unshift() which will add an element to the…Jun 25, 2021Jun 25, 2021
Alexander GabrielUsing React Router part 1React Router is a react package that enables you to use your url history to navigate and show different ‘pages’ on your browser. React…Jun 19, 2021Jun 19, 2021
Alexander GabrielClosuresAlmost every Javascript interview will ask you what a closure isJun 13, 2021Jun 13, 2021
Alexander Gabriel.Some() and .Every() in JavascriptThese are two built-in javascript methods I have recently found that come in handy when checking to see if there is an attribute in that…Jun 7, 2021Jun 7, 2021
Alexander GabrielThe Difference Between Var, Let, and Const in JavascriptA common interview question explainedMay 29, 2021May 29, 2021
Alexander GabrielES6 For Of and In LoopsDuring my time at my coding bootcamp, I learned and got pretty darn good at writing For loops. My understanding is that For loops iterate…May 23, 2021May 23, 2021
Alexander GabrielCustomizing Material UI ComponentsMaterial UI is a popular React framework of styled components such as navigation bars, buttons, accordions, drop-down menus, and pop-ups…May 16, 2021May 16, 2021
Alexander GabrielSetting Up A Node + Express BackendNode is Javascript that runs on the V8 engine that executes code outside of a web browser on the backend. Node is useful to know because…May 9, 2021May 9, 2021
Alexander GabrielMy Hackathon ExperienceWhat I learned from my recent week-long HackathonMay 2, 2021May 2, 2021