Part 1: Wait for It...Unit Testing Sever-Side Promises

This is the first installment of a four-part series. Find more advanced tests: Part 2: Easy Unit testing asynchronous code requires a lot of setup because »

Don't Cut Borders' Corners

The Setup Most frontend engineers know the simple trick to make a circle a out of a <div>: set the CSS border-radius: 50%. It's »

Current Time From PostgreSQL Database

Sometimes, you just want to know what time it is. SELECT now(); »

Testing setTimeout & setInterval With Jasmine-Node

Jasmine Node Jasmine has a very complicated way of testing setTimeout and setInterval that I, frankly, don't understand very well. To add to the complication, my »

Uploading Intermediate SSL Certificates to AWS Elastic Beanstalk Load Balancers

I haven't written for a while. Problems like this are why. Problem We recently released an Ionic hybrid app for our company to both the Google »