UI Deploy

Curated, Short, Web UI Dev we Love.

Rescue front-end errors with a Rack middleware

Developing a front-end Web application implementing a backend API is a great way to separate business logic from user experience.

Front-end MVC frameworks like Ember.js, AngularJS and [insert latest buzzing JS framework here], have changed how we architecture our applications. They take full power of the otherwise idle client device to provide a richer user experience and potentialy reduce your server’s workload.

view source

Advertisement