APIs
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
Movies App
View Now Playing, Popular, Trending, and Upcoming Movies. Discover movies by genre, rating, watch provider, and year. View more details about each movie. Links Features
December 20, 2022
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
Quotes App
Get a random quote. Search quotes by author and tag. View more details about each author. Links Features
October 12, 2022
Stop/Restart Requests When User Is Inactive using Angular, RxJS, and Page Visibility API
It’s common for websites or apps to request fresh data on a set interval. What if the user isn’t looking at your website or app anymore? What if they minimized…
October 5, 2022 • 4 minute read