Rob Sears bio photo

Rob Sears

       

Rocket scientist. Computer hacker. Geek before it was cool.

BTC Donations:
1AU9qGkSubhR24r8Y4WEoV8bccZjeT2dKg

Pages tagged with 'web development'

On monoliths and separation of concerns

I recently came across an API where the JSON response body was decorated with HTML elements. It was definitely one of the more WTF things I've seen in a production app in a long time. This is the hallmark of a very junior level developer: solving the immediate problem without any consideration to how their present choices will affect the evolution of the product, or support additional use cases. In this post, I rant on this a bit.
tagged web development

The bonsai-elasticsearch-rails gem

Need to integrate your Rails app with a cluster on Bonsai Elasticsearch? This gem is for you!
tagged bonsai elasticsearch ruby rails web development

Host a website on S3 with a custom domain and SSL

I recently had a friend ask me if I could build her a quick and simple (and cheap) resume website. I don't usually do that kind of thing any more, especially not for free, but the engineer part of my brain started wondering how I cheaply I could realistically build something. This post covers my efforts to build a quick and easy site that would still look professional.
tagged html aws s3 ssl web development