A simple example using Flux 10 Oct 2015 Javascript React Flux A simple example using Flux Recently at work, I was pulled into a project where React is used to generate a nested form and aggregate them at the end for
Arel and Nested Queries 02 Jun 2015 Ruby on Rails Arel SQL Arel and Nested Queries Arel is good at facilitating conditional clauses. This post mainly focuses on how to write nested queries with Arel. Let's look at a
D3 for Beginners 04 Feb 2015 Javascript d3 D3 for Beginners I've longed for learning D3. It's partially because I love graphes. One graph triumphs thousands of words, I think. Now I
Exclude Some Stylesheets in Rails 4 18 Nov 2014 Ruby on Rails CSS Exclude Some Stylesheets in Rails 4 Rails 4 uses asset pipeline to concatenate and minify or compress JavaScript and CSS assets. It creates a default app/assets/stylesheets/application.css file
Javascript Prototype and Inherance 10 Nov 2014 Javascript Programming Javascript Prototype and Inherance We know that one way of Javascript supporting inherence is through prototype/__proto__. var accord = {make: 'Honda', model: 'accord'} var civic