Tag: Programming
-
So, You Want to Learn to Program?
An old friend of mine got in touch with me today and asked: Hey man… Best idea for beginning to learn programming? I was actually very excited when my friend reached out because, in my opinion, learning to program is something that can only enhance one’s possibility of advancement in many careers. But, Before You…
-
Users Do the Damnedest Things
QA Engineer walks into a bar. Orders a beer. Orders 0 beers. Orders 999999999 beers. Orders a lizard. Orders -1 beers. Orders a sfdeljknesv. — Bill Sempf (@sempf) September 23, 2014 I had a good laugh over this tweet yesterday when I read -1 beers. After all, who the hell orders negative beers? But as…
-
Basic Authentication in WordPress
About a month ago, I worked on a plugin to help retrieve a lawyer’s reviews from the AVVO API. One of the key aspects of connecting with the AVVO API was using basic authentication, which was a new method of connecting to an API for me. What is Basic Authentication? Basic authentication requires that an…