ReduxBecause we use a single source to literally store the entire state (our Redux store), it becomes extremely easy to transfer state between…Mar 8, 2021Mar 8, 2021
Ruby ScrapingOne thing I would remind anyone who is scraping to do is to not forget about the arraysMar 8, 2021Mar 8, 2021
JavaScript — HTML Attributes and DOM Properties — How Are They Different?In review, the DOM (Document Object Model) is created from the parsed HTML source code when a page is rendering inside your browser. HTML…Mar 8, 2021Mar 8, 2021
React HooksHooks are a newer concept in React that allows you to use React features including state without creating a class. There are few built-in…Mar 8, 2021Mar 8, 2021
Using Axios with ReactReact is JavaScript, which can send network (HTTP) requests to the server.Mar 8, 2021Mar 8, 2021
Unique Ways to Break Writer’s BlockNo Ideas or Regurgitating the Same Thing Over and OverDec 17, 2020Dec 17, 2020
The Benefits of GitHubI can’t imagine coding life without GitHub. I have become quite dependent on it and I commit like crazy and often, as that is how I was…Dec 14, 2020Dec 14, 2020
Reverse A String Algorithm JavaScriptThere are several ways you can do the Reverse a String Algorithm. For the purpose of this blog, I am going to talk about this algorithm in…Dec 11, 2020Dec 11, 2020