MMMax Murphyinmmax.hashnode.dev·Jul 15, 2022 · 4 min readHow to use the Google Books APIWhether you're planning on making a book shop project or just need to dynamically get book cover images or other information, the Google Books API is probably the best resource you'll find on the internet. The following is a tutorial on how to access...00
MMMax Murphyinmmax.hashnode.dev·Jun 27, 2022 · 3 min readWhat is CORS?Disclaimer: If you are here for an in-depth solution to a CORS issue, I would suggest checking out this video for Express.js or this video for Ruby on Rails. This article intends on being a high-level look at what CORS is, and how it works. If you ...00
MMMax Murphyinmmax.hashnode.dev·Jun 3, 2022 · 3 min readTyping in Programming LanguagesIn programming languages, we can best describe type as a classification of information. We often seen this in our numbers, strings, booleans etc. Different programming languages deal with type in different ways. Weak vs. Strong Typing A big reason t...00
MMMax Murphyinmmax.hashnode.dev·May 13, 2022 · 4 min readAn Intro to RegEx methods in JavaScriptWhat is RegEx? A Regular Expression (often shortened to regex or regexp), is a sequence of characters that specifies a search pattern in a string. This expression is often used by string-searching algorithms for find or find and replace operations on...00