Frontend testing

As your application grows it becomes harder to assert that all your features are still working correctly. Whether you are doing some refactoring, upgrading a library version or adding new features, you would want a mechanism to protect yourself from regression. Testing is well known for Java EE server side application but your front end web application also deserves unit testing especially when complex logic are involved. Unit testing as the name implies is about testing individual units of code. read more (6 minutes) →

AngularJS directive design

AngularJS is a web application framework that makes creating complicated web applications much simpler. One of its best features is the ability to create directives, or reusable web components. It gives you the ability to create new HTML tags and attributes, which can dynamically display content in response to data changes, as well as update the data when appropriate.

read more (8 minutes) →

4 guide(s)

Filter