BabelAs you may already know, JavaScript (based on the ECMAScript [ES] standard) is an evolving language. Over time we have had several…Jan 6, 2021Jan 6, 2021
JavaScript Async/AwaitHaving gone to through Asyncrony in my last article, I want to go through Async and Await.Dec 25, 2020Dec 25, 2020
JavaScript Constructor Functions and Prototypes.JavaScript is sometimes a bit confusing. It has a native type Object. How does that relate to Object-Orientation? And how does the desire…Dec 17, 2020Dec 17, 2020
Thunk in ReduxNote: The following article assumes you have knowledge of Redux.Dec 11, 2020Dec 11, 2020
Intro Into AxiosSo I’m very excited to announce that in my recent project I used Axios for the first time!Nov 25, 2020Nov 25, 2020
DOM Tree in JavaScriptFor this article I decided to focus more on the simple basics of JavaScript. One of the basics in JS is DOM manipulation.Nov 13, 2020Nov 13, 2020
Express ValidatorExpress validator is one of the many npm packages for validating a request an express application.Nov 6, 2020Nov 6, 2020