Entire application stack is tested with the integration tests
The database seed files can be used on the client to confirm rendered templates
have the expected data
Since no data is mocked only...
I always like to have a personal project to experiment with new technologies and also to
sharpen my skills as a software developer. I felt it was time to build a site using
[Node.js][node.js], so ...
The seven steps below cover the creation of a custom element using
[Ember.Component] so I'll use a simple Ember application using a single
index route, which I'll trust Ember to map the default ind...
1. Try Jasmine because we love BDD
2. Try Mocha because it's newer and it's used with Konacha
3. Try QUnit because it may be better with async tests then the above
and the Ember.js project uses ...
Inspired my Robert Martin's 'Bowling Game Kata' (a programmer's exercise) I followed Uncle Bob's presentation of the test-driven development exercise to write a program that scores a bowling game a...
I will start with the end in mind. I'll need a router to list the products, a collection of data, a view to render the list, and a model for each data object. (The code examples are found in a [gis...
There a many configurations for setting up a product to sell online, some with no options, with multiple configurable options, or groups of products. For this example I will use one of my favorite ...
I find it refreshing that many of these libraries have a fair amount of
adoption within the development community. One of the primary objectives on
this project is to build the application with mod...