Demo App : Book Collection on Ember Octane
Book Collection is a demo application using the preview version of The Octane Edition of Ember Javascript as of April 2019 This is the code on Github
Ian Irving's Code and Culture from Toronto
Book Collection is a demo application using the preview version of The Octane Edition of Ember Javascript as of April 2019 This is the code on Github
as per Reginald Braithwaite on twitter “Scrumfall” is what happens when the development sub-team is agile, but the product owner isn’t. The net result is the subset of waterfall that only permits inspecting and adapting the things development can control Continue reading Found Words : Scrumfall
the BlogFather (Dave Winer) posts an observation about Testing date equality in JS to the effect that it doesn’t work as expected.. silly me, I have comments and maybe answers ..
How to limiting the number of elements displayed in a Ember Component, in a way that is unobtrusive and efficient? This is what I learnt, using javascript array .slice and init() in the component class … Continue reading Limiting the number of elements displayed in a Ember Component
Two great Ember add-ons are Ember Paper, which allows for the building of designs using Google’s Material Design language, and Ember-i18n for Internationalization (I18n). How to use them together form like Voltron? Continue reading Internationalization for Ember Paper with Ember-I18n
Following up in the last episode of adventures in JSONAPI where I figured out how to get the awesome Jsonapi Resources gem to ‘make’ a singleton resource api – profile, in this case – the next question was to figure Continue reading Working with a Singleton Resource for JSONAPI in Ember with Ember-Data jsonapi adapter