by root | Apr 18, 2017 | Development, Ember.js
In Ember when you call destroyRecord on the model. In the network layer, Rest Api Method delete is invoked and your model’s id is passed in your params, I believe everyone knows this stuff. Let’s dig deeper, what happens after you call the object method...
by root | Feb 21, 2017 | Ember.js, Frontend, Ruby on Rails
Assumptions: The frontend is Ember and backend is Express. NW (node-webkit) version is 0.20.1 (install using npm install -g nw@0.20.1) Node (node) version is 7.0.0 (install using nvm install v7.0.0 which internally download node-sass with file node-v51-linux-x64)...
by root | Jan 31, 2017 | Development, Ember.js, Frontend, iOS, Java, Javascript, Mobile, Process
Shiv and I took up a challenge, “no mindless StackOverflow use” recently for 15 days. The purpose was to figure out our performance without StackOverflow and if its possible to completely avoid it. Our new project “Security Management” was an...
by root | Jan 25, 2017 | Development, Ember.js, Frontend, Javascript
What is Ember-cli mirage Ember CLI Mirage is a client-side mock server to develop and prototype applications. At some point, while learning Ember.js you probably have needed to mock some data from your server. Older Ember.js tutorials recommended developers use the...