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
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
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
Closure in Javascript, Ruby and Python 01 Oct 2014 Javascript Ruby Python functional programming Closure in Javascript, Ruby and Python Closure is after an outer function returns, when inner function is called, it still has access to the outer function's defined variables. In
Render a Partial View with Ajax Call - Tutorial for Beginners 06 Jun 2014 Ruby on Rails Javascript Render a Partial View with Ajax Call - Tutorial for Beginners Render a partial view in Rails is very straighforward. If you have a partial view file named _form.html.erb, in your view page, you