Jeff Morhous's Picture

Hey, I’m Jeff Morhous

I'm senior software engineer at CoverMyMeds. I make web apps, mostly with Ruby on Rails. I also write programming tutorials and other technical content for developers at SyntaxPen.

Thoughts on A Philosophy of Software Design

I recently read “A Philosophy of Software Design”, a brief but dense book of opinions on designing software well...

Eliminating Code Complexity by Finding Double Negatives

Making code easier to maintain by writing it like we would in english...

How I'm Learning Faster as a Software Engineer

What I've been up to, and how I'm growing as a software engineer...

How I Built and Launched a SaaS App In 2 Days

Like a lot of folks, I have a bad habit of starting projects and then completely abandoning them for the next big thing....

How To Use Swift’s Ternary Operator

Ternary operators are an easy way to do some if-else logic all on one line...