Testing date equality in JS
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 ..
Ian Irving's Code and Culture from Toronto
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
The Jsonapi Resources gem is a resource-focused Rails library for developing JSON API compliant servers. The Jsonapi-Resources makes having your server compliant with JSON API specification much easier but i found the myself wanting to use a signleton resource. (Note: Continue reading Create a Singleton Resource for JSONAPI with jsonapi-resources ruby gem
Apache JMeter can be used to help you regression test your application by letting you create test scripts with assertions to validate that your application is returning the results you expect. These assertions allow you to assert facts about responses Continue reading Jmeter and JavaScript Assertions