Developer Resources

REST https://martinfowler.com/articles/richardsonMaturityModel.html https://alexkondov.com/tao-of-node Disagreements Prefix API Routes – I’ve found adding a /v1 to your URLs to be problematic. When people do this, what I typically see done is, If you make a breaking change to one endpoint you end up increasing the version for all endpoints. This can either: Seem like “too big of […]

2018 Smart Home Black Friday Deals

Outlets and Switches Wemo Mini Smart Plug, WiFi Enabled, Works with Alexa, Google Assistant & Apple HomeKit Seller:WeMo Seller:~$34.99~ -> $18.70 * [Wemo Light Switch, WiFi enabled, Works with Alexa and the Google Assistant](https://amzn.to/2TlEIxE) * **Seller:** WeMo * **Price:** ~$49.99~ -> $27.99 * [Topgreener USB Outlet with USB Type A and Type C Charging Ports […]

HOWTO: Caching on the cheap

A project I’ve been working on lately is going to be featured in a Super Bowl commercial this weekend. It’s probably safe to assume that the unauthenticated landing pages will get the most traffic. There is some user generated content on these pages (read: database calls) that we want to display. This is how we […]