Businesses have been hiring programmers for decades now. Back in the 70s it was something only Fortune 100 companies did. Today everyone from your local cafe to full-fledged software…Continue readingHow To Hire A Programmer
While updating an inherited web project, I’ve been slowly introducing some well-defined libraries to the mix. My current favorite being Vuetify — designed to add some decent style standards to…Continue readingVuetify 12-Point Grid Layouts
Digging into Cypress.IO in a sprint to replace my almost-completely-useless stack of Selenium IDE tests for Store Locator Plus, I’ve run into some issues that seem to go beyond my lack…Continue readingCypress.IO Shortcomings — Pattern or Die
I’ve written articles on Jetpack Autoupdate before — you’ll find some of them in the Jetpack blog. For many neglected sites autoupdate of plugins is a good idea. Plugins…Continue readingWhy Jetpack Autoupdate Is A Bad Idea
If you are running your own Linux server — an AWS EC2 instance, perhaps, you may want to check that your etc daemon I’d not accessible. Read this ARS Technica…Continue readingRunning A Linux Server? Check etcd
After discussing projects over the past week, one of the guys at Automattic brought up CypressIO. If you’ve been following the recent posts on Lance.Bio you know that the path…Continue readingCypressIO Simplifies Web App Testing
A recent discussion with a tech guru at Automattic posed a great question — how does JavaScript asynchronous processing work on a single-threaded app? Great question, but before I found…Continue readingOptimizing JavaScript for Chrome