SuperConfuserUser

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

Chely Ho • Jun 25, 2018 • 3 min read

Creating Custom API Data - Rails Serializer

You can add more than just ActiveRecord model attributes created in the database schema and associated models to the Rails active model serializer.  Read →

Chely Ho • Apr 5, 2018 • 4 min read

Validations for MVC Sinatra Project

 Read →

Chely Ho • Mar 1, 2018 • 3 min read

Top 100 Films CLI App

The very first portfolio project for Flatiron students is an application with a Command Line Interface (CLI) that uses data from an external source. It a great final project testing your understanding of all the previous lessons.  Read →