All the Latest
Part 8: Building an Accessible Currency Component
- 24 March, 2017
Assistive technology could use a helping hand when it comes to reading currency like humans do. This Ember component will help us do just that.
Part 7: Buidling an Accessible Numbers Component in Ember
- 23 March, 2017
Assistive technology could use a helping hand when it comes to reading numbers like humans do. This Ember component will help do just that.
Part 6: Buidling an Accessible Alert Component in Ember
- 22 March, 2017
An overview of an Ember component designed to be an accessible alert that both users and assistive technology can be aware of.
Part 5: Buidling an Accessible Input Component in Ember
- 21 March, 2017
Using the power of Ember to create a simple and accessible input component.
Part 4: Buidling an Accessible Icon Component in Ember
- 20 March, 2017
Using the power of Ember to create a simple and accessible icon component.
Part 3: Getting Our Apps Ready for Accessibility
- 19 March, 2017
A post about what is to follow and some helpful tools to help you on your way towards writing accessible code.
Part 2: A Primer on Accessibility
- 18 March, 2017
Hopefully you now understand how important writing accessible code can be for some people. So here is a basic introduction in how to do that HTML.
Part 1: What Is Accessibility?
- 17 March, 2017
Publishing accessible code is something developers would be wise to know how to do. Disagree? Allow me to make my case for why this is important.
Why You Should Do Test Driven Development (TDD)
- 15 July, 2016
Making the jump to Test Driven Development (TDD) can be a mighty leap of faith. Here are five reasons you should consider making the jump.
Writing an Integration Test for a Partial
- 8 June, 2016
Do you have a standalone template that you want to have test coverage for? Here is a simple method for writing an integration test for a partial in Ember.
Ember Addons You Should Be Using
- 16 May, 2016
I've been using Ember for a few years now, and addons have become a powerful asset to the framework. Here's a list of ten awesome addons I consistently use.