- Rethink event loop
What the heck is the event loop anyway? – Philip Roberts
Read More
- When should we push records to Ember Data?
Hey, I resovled an interesting defect these days about Ember data and I wanna share it to you all.
Read More
- Reloading in Ember findAll and findRecord
Recently, QA reported two issues that which seems a little weird. After some investigations, I found they’re caused by my lack of knowledge of Ember Data APIs.
Read More
- Flux vs Redux
Redux is very popular in recent two years, it seems like it has become the standard architecture in React application.
Read More
- My first iOS app built with React Native
In the latter half of last year, after I created a simple books searching demo via React + Flux + Immutable.js (I also mentioned it in last two articles), I have really fallen in love with unidirectional data flow as also the amazing technology stack.
Read More
- Use immutable.js in React application
In previous article, we got a general understanding about Flux architecture. And in Best Practise section, I have mentioned Immutable data which I haven't take a look yet. Now it's time to dig into it.
Read More
- Flux architecture
At the end of last year, there are two interesting stuff produced by Facebook came into fashion. One is React, another is Flux.
Read More
- What the hell is F2E
As a F2E (Front End Engineer), there is a big headache that how should I explain to others what is F2E or what F2E do.
Read More
- Some basic Git commands
Record some basic Git commands here for later reference.
Read More
- How router of Single Page Application works
In some javascript frameworks (Backbone, Ember, Angular, etc.), there is Router, which provide us ability to manage states in our applications.
Read More
- CSS3 selector issue with Ember metamorph
Ember.js has been used in our application, and this week, I picked up a task to render a list, which seems very simple.
Read More
- Deploy meaning on Amazon EC2
meaning is a mini blogging platform inspired by MEAN.JS(MongoDB, Express, AngularJS, and Node.js), and I will take notes here about how I deploy it on Amazon EC2.
Read More
- Sticky footer
When I built up this blog via hexo and themed it via noderce, I found there was a bug on UI -- The footer of the page wasn't stuck to the bottom because of the thin on content.
Read More
- The difference between :nth-child and :nth-of-type
Just few days ago, when I wanna implement row stripping in a table, I still add class='odd' to alternative rows via javascript, and give the color in the css class.
Read More
- Hello, World.
Hello, World.
Read More