Articles

Filter Articles

Test Slow or Failed Network Requests

When things work as expected, it’s a sigh of relief! What’s the experience going to look like if things aren’t working as expected? Being able to test scenarios like that…

September 23, 2020 • 2 minute read

Bind an Array to SQL IN Operator Using PDO

When using PDO, binding a specific number of values to the IN operator isn’t difficult. What if the number of values isn’t a fixed number though? Maybe it’s an array…

September 14, 2020 • 2 minute read

Display Fallback Image On Angular Error Event

Images on the web don’t always load for a number of reasons. Instead of seeing an ugly broken image, let’s learn how to display a fallback image if the original…

September 7, 2020 • 2 minute read

Website Status Check

Is your website currently up and running? Wouldn’t it be nice to get notified if your website was down? Using Google Apps Script and Google Sheets, let’s create something that…

August 31, 2020 • 7 minute read

Test Angular On Any Device

When developing an Angular application, you will want to test it on devices other than the one you’re developing with. The Angular CLI provides an option to help with this.Table…

August 24, 2020 • 1 minute read