Published inCodeXHTTP Status Codes: Types and Common Code ExplanationsYou’ve been receiving HTTP status codes (whether you know it or not) for as long as you’ve been using a web browser. They are sent back to…Aug 20, 2021Aug 20, 2021
Published inCodeXHow to Install Intercom into a ReactJS AppThis blog will cover how to install and configure a basic Intercom messenger into a ReactJS application. I will explain how to implement…Aug 13, 2021Aug 13, 2021
Published inCodeXHow to Hide an API Key in Rails and Pass it To HerokuIn this blog, we will take a look at how to hide public-facing API keys in Rails as well as pass them to a deployed Rails app on Heroku.Aug 6, 2021Aug 6, 2021
Published inCodeXHow to Choose a Relational DatabaseChoosing the correct database can be tricky. Are you working on a hobby project? Or is it for a company with a large team of developers…Jul 22, 2021Jul 22, 2021
Published inNerd For TechSQL 102: Joins and Join TablesIn my last blog, we learned about how to create a table, insert data, and query data in that table using SQL. Now let’s take a look at how…Jul 16, 2021Jul 16, 2021
Published inNerd For TechSQL 101: Create a Table, Insert Data, and Perform QueriesJul 9, 2021Jul 9, 2021
Published inLevel Up CodingRelational Database Indexes and When to Use ThemRelational database indexes can greatly increase the speed at which our database is queried. However, there is a cost to using them —…Jul 1, 20211Jul 1, 20211
Published inJavaScript in Plain EnglishA Look Under The Proverbial Hood Of A JavaScript EngineThe JavaScript Engine is a part of the JavaScript Runtime Environment. The runtime environment is a container that houses all the parts…Jun 25, 2021Jun 25, 2021
Published inWebtipsImplementing React-Hook-Form in ReactJSA light, performant, and simple way to manage form data in ReactJSJun 18, 2021Jun 18, 2021