UniFi Talk review covering the UTP-Touch VoIP phone, UniFi Talk pricing, setup, number porting, and features on a Ubiquiti Dream Machine.
Test AutomationApril 16, 2026
How to Handle Failing Tests Caused by a Known Bug
When a test fails due to a known bug that can't be fixed immediately, commenting it out is the wrong move. Here's the right pattern, with skip syntax for every major test framework.
Test AutomationApril 15, 2026
Stop Writing API Tests Manually — Let Your OpenAPI Spec Do the Work
Schemathesis automates API testing by generating test cases directly from your OpenAPI spec — covering edge cases, schema violations, and server errors you'd never think of or have the time to write manually.
Test AutomationApril 10, 2026
Playwright Accessibility Testing: What axe and Lighthouse Miss
axe and Lighthouse miss 60–70% of WCAG violations. Learn the limitations of automated accessibility testing and how to write smarter Playwright tests.
Diy Home UpgradesMarch 31, 2026
DIY Garage Door Insulation: Does EPS Foam Actually Work? (FLIR Proof)
Added a $138 EPS foam insulation kit to my Florida garage door and tested it with a FLIR thermal camera. Real before-and-after results, weight and spring considerations, and how it changed my mini-split's performance year-round.
Test AutomationMarch 24, 2026
AI in Test Automation: Real Limitations vs. User Error
Not every AI testing complaint is a real tool limitation. Some are skill gaps dressed up as criticism. This article goes through the most common ones and gives each a verdict — with practical mitigations for the ones that are legitimate.
SolarMarch 20, 2026
DIY Solar Panel Ground Mount Installation: IntegraRack IR-15 Review (South Florida, 1 Year Later)
Step-by-step DIY solar ground mount installation using the IntegraRack IR-15 and AnchorSpike system — no concrete pad required. Real-world review from South Florida one year later, including wiring in series, shading lessons learned, and hurricane prep.
SolarMarch 18, 2026
DIY Solar AC Installation: Garage Mini Split Review (South Florida, 1 Year Later)
Airspool mini-split solar AC review from a South Florida garage gym install. Full DIY solar AC installation guide, real performance data, financial payback math, and how it held up a year later.
Software TestingMarch 17, 2026
Is ISTQB Worth It? A Hiring Manager's Honest Take
After interviewing and evaluating over a hundred QA engineers, testers, and quality assurance professionals, here's what ISTQB certification actually signals — and what it doesn't.
Test AutomationMarch 12, 2026
Best Websites for Practicing Test Automation
Looking for example demo sites to practice your test automation against with Selenium, Playwright, or Cypress? Here is a list of the top demo websites for practicing your test automation skills against.
Test AutomationMarch 11, 2026
AI in Testing is Here — But Is Your Test Automation Stuck in Someone Else's Platform?
BrowserStack's State of AI Testing 2026 report shows 93% of companies using AI in testing workflows. Here's what the data means for QA engineers and vendor lock-in.
NightwatchApril 21, 2023
Adding Custom Commands to Nightwatch TypeScript Projects
Learn how to extend Nightwatch's built-in automation commands with your own when working inside a TypeScript Nightwatch test project in this post.
NightwatchJanuary 13, 2023
Add API Testing to your Nightwatch Test Automation
Learn how to add API testing to your existing selenium automated tests using the API testing plugin for Nightwatch.js
StrategyOctober 30, 2022
Testing Software using Decision Tables
Decision tables are software testing tools used to ensure one fully captures the expected behaviors of features involving complex business rules. Once created, decision tables provide valuable documentation of the software's desired behavior that one can directly use to create their test cases with. Learn how to create and use decision tables for testing your next Agile story in this article.
NightwatchSeptember 27, 2022
Automated Email Testing with Nightwatch and MailTrap
This handy guide will show you how to perform email testing in your end-to-end test automation to verify email delivery, recipient, localized content, or follow links out of account verification/activation emails in your Nightwatch selenium test suite using the MailTrap email sandbox tool.
NightwatchMay 9, 2022
Automated Visual Regression Testing Guide - Best visual tools, how, and when to use them
Visual regression testing is a QA testing technique effective at catching look and feel or layout regression defects and catching bugs that you aren't explicitly looking for in your tests. These tests can be flaky or high maintenance without the right combination of visual testing tool, platform, and style so this guide will help you pick the best visual regression tool and write maintainable visual tests.
NightwatchMay 2, 2022
Using TypeScript to write Nightwatch.js Automated Tests
Nightwatch supports TypeScript! Learn how to write your Nightwatch automated tests and page objects using TypeScript with the examples in this documentation. Get the benefits of intellisense and type checking in both your tests and page objects!
UbiquitiFebruary 23, 2022
Speed Test Comparison Unifi Wi-Fi 6 Pro vs UAP-AC-Pro access points
Ubiquiti released their new Wi-Fi 6 access points including their new U6-Pro-US so I decided to upgrade and test the speeds to see how the Unifi Wi-Fi 6 Pro compares to the UAP-AC-Pro and UAP-AC-HD using an iPhone 13 pro and iPerf3.
Sensors And DevicesOctober 11, 2021
Reviewing SwitchBot door contact and motion sensor home automation
In this review I'll use SwitchBot door contact and motion sensors to setup smart home automation routines using Amazon Alexa and the SwitchBot app to turn on lights when I open the door or shut lights off when occupancy isn't detected in the room.
Home AutomationOctober 10, 2021
What to Buy your Model Y
There are a lot Tesla Model Y accessory options out there. Now that my model Y arrived here are my reviews for the best accessories for your Tesla Model Y that you'll want day 1. Benefit from my hindsight.
Sensors And DevicesJuly 21, 2021
Oupes 600w Portable Power Station Generator Review
I've been researching battery-powered power stations or generators as hurricane-season approaches and this review goes over the features of the Oupes 600w, 595wh, inverter power versus similar models from Jackery and GoalZero.
Sensors And DevicesJuly 6, 2021
Testing the Flume 2 for wifi water monitoring and leak detection
The Flume 2 provides wifi whole-house water monitoring without requiring cutting plumbing or external power allowing you to see check water usage and get notified of leaks in near real time. Learn about how to install the Flume and my impressions after 3 months.
Diy Home UpgradesMarch 29, 2021
Best Variable Pump Speed for Pool Energy Savings
Learn how to calculate the best speed to run your variable speed pool pump at to efficiently keep your smart home's pool clean while saving energy and money by determining your gpm flow rate by calculating the total dynamic head without a flow meter.
Security And CamerasFebruary 17, 2021
Review and setup of Amcrest's AWC897 4K webcam
Amcrest has been releasing 1080p and now 4k webcams at budget-friendly prices throughout 2020 and 2021. This review will setup their latest 4k webcam and test the microphone audio, resolution, and color balance to see if they've improved over their previous webcam models.
NightwatchFebruary 7, 2021
Integrating TestRail with Nightwatch.js
Test case management systems that aren't integrated with your automation framework are wasteful. Learn how to integrate Nightwatch automated test results into TestRail automatically in this tutorial with the help of testrail-nightwatch-updater.
NightwatchJanuary 25, 2021
Using Nightwatch global variables to write tests that work everywhere
Learn how to use Nightwatch.js global variables so you don't need to hardcode values in your test automation allowing them to work in multiple environments and reduce test maintenance costs.
NightwatchJanuary 11, 2021
Implementing a Minimum Accessibility Test Plan
This tutorial will cover how to implement a minimum accessibility test plan against a website using Nightwatch.js and aXe.
TP-Link released a unicorn of a smart bulb for those looking for a smart LED edison filament style bulb perfect for people who like vintage bulbs, but don't want to sacrifice energy savings and home automation features.
NightwatchSeptember 28, 2020
How to use SauceLabs with Nightwatch.js
Learn how to configure Nightwatch.js to use SauceLabs for scalable, parallelized, multi-browser automated test execution in this software testing tutorial.
Sensors And DevicesSeptember 7, 2020
Using SwitchBot to install a smart switch without a neutral
Renters who can't replace their switches or homeowners without neutral wires needed for smart switches have trouble installing smart switches in their homes. Switchbot makes a unique product that allows you to convert your dumb switches into smart switches.
Security And CamerasAugust 25, 2020
Comparing the Amcrest ProStream AWC2198 webcam to other 1080p models
Amcrest generally puts out pretty decent quality security cameras at a reasonable price, but their webcams have been hit or miss. This review will see if the latest Amcrest ProStream model AWC2198 USB webcam gets it right.
NightwatchAugust 19, 2020
South Florida Test Automation Meetup presentation for Getting started with NightwatchJS
Our local South Florida Test Automation chapter met virtually to go over the Nightwatch.js framework. It was our first virtual testing Meetup in an effort to adapt to the new normal.
Sensors And DevicesAugust 18, 2020
Review of Crenova's XPE660 1080P HD LED projector
Crenova recently released a 1080p (upscaled from 1280x800) projector which makes a great companion for projecting streamed content from smart devices like an Amazon FireTV stick. In budget projectors brightness and sharpness are usually sacrificed. Let's see how it holds up in this review.
Security And CamerasMay 31, 2020
Review and setup of Amcrest's AWC195-B 1080P HD webcam
Amcrest, normally known for their security cameras, has recently released their second HD webcam, the AWC195-B to meet the demand from remote workers. Their first HD webcam had acceptable video quality, but terrible microphone. In this post I'll review their latest webcam and see if there are improvements to video and audio quality.
NightwatchApril 26, 2020
Writing maintainable tests with Nightwatch.js page objects and commands
Using page objects and commands for repetitive selectors and test code allows you to write maintainable automated test cases. Learn how in this Nightwatch automation tutorial.
Security And CamerasApril 20, 2020
Review and setup of Amcrest's 1080P HD webcam
With so many people working from home, Amcrest, normally known for their security cameras, has entered the webcam space. Let's see how their first 1080p webcam performs in this review.
BlogApril 19, 2020
How I turned into a Lockdown meme
My friend Bryan just blew my mind with a Lockdown Starter Pack fb post the other day that caused me to realize the pandemic lockdown has turned me into a meme. Let's explore how I won this unfortunate bingo prize.
Sensors And DevicesMarch 30, 2020
Teckin SS31 wifi smart plug installation with Alexa
If you are looking to upgrade your photocell timer plug to a smart outdoor plug this Teckin smart plug review is for you.
Sensors And DevicesFebruary 23, 2020
Ecobee review 2 years later
If you are still on the fence about smart thermostats I'm sharing my thoughts in this Ecobee smart thermostat review so you can determine if it is worth upgrading your thermostat.
NightwatchFebruary 10, 2020
Automated database testing with Nightwatch.js
When writing automated browser tests at the UI using frameworks like Selenium or Nightwatch.js it can be useful to validate your front-end interactions cause the desired changes in the backend database. This tutorial will show you how to use Nightwatch to write database tests against SQL databases.
Sensors And DevicesFebruary 2, 2020
Yale smart door lock installation review
The Yale smart lock I installed and reviewed a year ago is still the best smart door lock in 2020 in my opinion. See why as I cover installation and operation with Alexa in my post.
Smart LightingJanuary 27, 2020
Nooie aurora smart light review
The nooie aurora smart LED light bulb may be a solution for color controlled smart lights and a competitor to Philips Hue.
NightwatchJanuary 20, 2020
Automated web accessibility testing with Nightwatch.js and axe
There are quite a few web accessibility testing tools out there, but I thought I'd see if any could fit in with my existing automated Nightwatch tests.
UbiquitiJanuary 17, 2020
How to fix an unresponsive Unifi Cloud Key
If your Unifi cloud key has a white led, is unresponsive, or hanging at login read on to learn how to fix it.
Smart LightingJanuary 16, 2020
TP Link HS200 wifi smart switch installation with kasa
If you are tired of telling your kids to shut off the lights or like flexible outdoor light scheduling smart light switches are for you.
UbiquitiJanuary 14, 2020
Securing your IoT devices with Ubiquiti VLANs
IoT or smart home devices such as lights, plugs, and security cameras haven't had to best track record for security so before you let them in behind your firewall let's look at how to secure them using VLANs.
Smart LightingJanuary 13, 2020
Review and installation of TP-Link KL430 smart light strip
I needed some under cabinet lighting that didn't require a switch so I gave this TP-Link KL430 smart light strip a try.
NightwatchJanuary 12, 2020
Getting started with NightwatchJS
I've been looking at newer browser automation frameworks that might also be written in NodeJS and Nightwatch was a match.
UbiquitiJanuary 10, 2020
Getting faster iPhone and iOS Wi-Fi speeds with Unifi UAP-AC-HD access point
I realized my iPhone and iPad didn't seem to be transferring large files very fast so I set out to see if upgrading my Ubiquiti access point would help.