Blogs

HTML5 Storage Timeout

Storing information in the browser has been made easier with widely accepted implementation of HTML5 Local Storage and Session Storage. The issue is that without proper management storage can become cluttered or invalid. I wanted a basic ‘Storage Service’ that could help me manage …

Managing a Static Site …

Managing a static site, like this one generated using Jekyll, can be difficult, and for non-programmers nearly impossible. I started searching for a better solution. Problem: Give non-programmers a way to easily update their own site content Nerd Level: ★★★☆☆ &TLDR; Create the site in Jekyll, …

Making Working Remotely, …

Working from anywhere is a dream that many of us have had. But being successful at it can be tough. I’ve worked on remote teams full-time for about 5 years and in that time I’ve figured out ways to ensure I’m both productive and sane. Attitude A big part of successfully working …