SuperConfuserUser

SuperConfuserUser is Chely Ho's software development blog with a focus on lessons learned and the craft.

Chely Ho • Nov 12, 2018 • 5 min read

Programming Pace - How long does it take?

One of the most frequently asked questions for starting anything new is “How long does it take?” A good answer should always be “It depends.”  Read →

Chely Ho • Nov 7, 2018 • 3 min read

Semantic CSS Frameworks with SASS

CSS frameworks are a quick and easy way to style your content. Basic styles and behaviors are taken care of, so you’re free to focus more on design and customization. I’ve shied away from them though because adding styling classes to your HTML elements isn’t very semantic. A basic page can become littered with extra classes.  Read →

Chely Ho • Jun 26, 2018 • 8 min read

Rails Only Dynamic-ish Form Fields

Dynamic form fields are generally built with JavaScript, but there’s a way to fake this in Rails. The page isn’t actually updated dynamically, but it seems dynamic.  Read →