Articles

Filter Articles

Create Your Own APIs with Google Sheets and Google Apps Script (Part 3)

If you haven’t read Part 1 and Part 2 of this article series, make sure you check them out first! We used Google Apps Script to get data from sheets…

March 22, 2023 • 5 minute read

Create Your Own APIs with Google Sheets and Google Apps Script (Part 2)

If you haven’t read Part 1 of this article series, make sure you check that out first! We created a spreadsheet (database) with sheets (tables). Now, let’s learn how to…

March 20, 2023 • 6 minute read

Create Your Own APIs with Google Sheets and Google Apps Script (Part 1)

During development of an application, sometimes the APIs required to gather the data are not ready. You could hard code data into your application. However, that doesn’t provide the experience…

March 20, 2023 • 3 minute read

Conditional Validation on Angular Reactive Form

Have you ever needed to make a specific form field required if the value of another form field changed? In this article, learn how to make a phone number field…

January 9, 2023 • 4 minute read

Include API Key In HTTP Requests

When making API requests, it’s common to include an API key. An API service will specify where to include the key for a successful response. In this article, learn how…

November 30, 2022 • 3 minute read