Blog

SumoMe is hiring!

Cheesing out on this week's post as I'm scrambling to get ready for our company retreat in Puerto Vallarta. That being said, I woke up today and checked out our latest SumoMe email newsletter, A week in the life of [...]

Evernote? More like Evernope!

After a year and a half romp with Evernote, I am kicking it to the curb. You may remember last year when I broke away from the Apple ecosystem and moved from an iPhone to an Android device. That's when [...]

Email validation via MX lookup in PHP

Validating that an email addresses ain't what it used to be. I remember writing simple regular expressions that worked out really well. These days there are a bajillion TLDs with more being added all of the time. Something I started [...]

I deleted all of my email and it was GLORIOUS!

As glorious as it has been, it started out as an absolute struggle. Ya gotta get through the ghetto before you get to the meadow, amirite? So what led me down the path of total email annihilation? There were a [...]

Drizly shares your address via Twitter

TL;DR - Don't use Drizly's share your order link, unless you want everybody knowing where you're getting your sauce delivered to. First off, I want to say that I am very happy to be part of the Drizly beta launch [...]

First impressions of the new Apple TV

I've been a fan of the Apple TV for quite a while now. I was a bit late to the game as I only picked up a third generation unit in 2013. The unit that I am replacing today has [...]

Forcing yourself to use shell aliases

Fact: Shell aliases save you time. Fact: Saving time increases your productivity. Fact: Everybody wants to be more productive. Fact: Retraining muscle memory can be a pain in the ass. I have been fighting that last fact for a while [...]

Consolidating PHPAve.com

Just wanted to give everybody the head's up that I am consolidating PHPAve.com into this blog. I still plan to blog about PHP from time to time but I no longer see the need in maintaining it as a separate [...]

Shark Tank killed the magic

Shark Tank, you fucked up, you fucked up bad. I was watching the latest episode of Shark Tank (Season 7, Episode 5) with my daughter when I had to abruptly stop the show and make up an excuse as to [...]

Check if a string contains a character with PHP

Checking if a string contains a character could be accomplished easily with a regular expression or you can use the built-in PHP functions. To check if a string contains a character of a specific case you can use strpos. $haystack [...]