IBloggable - implemented
-
Visual Studio Productivity Tips
These are some tips in Visual Studio that will help you be more productive. Below are the details of the session:
-
Setting up Karma to run unit tests in PhantomJS and Chrome
This session talks about setting up Karma to run the unit tests in PhantomJS and Chrome. The unit tests are written using Jasmine. The tests are written for an AngularJS application, however you can write unit tests for just about any JavaScript code.
-
Writing E-2-E tests for AngularJS using Protractor
This is a continuation of my post on Some advanced AngularJS concepts. This video focuses on writing and debugging end-to-end tests on AngularJS using Protractor.
-
Some advanced AngularJS concepts
Code sample used in the session.
-
New Features of Visual Studio 2013
I have categorized the new features into four general sections:
-
JavaScript / jQuery some advanced topics
In this session, we will talk about some of the advanced topics of JavaScript and jQuery.
-
Testing JavaScript with QUnit
In this session, we will take a look at how to use QUnit to write unit tests for your JavaScript code.
-
3 of my apps on BestWindows8Apps.net
Yesterday I received this email:
-
Getting to know AngularJS
I did a session to my colleagues and wanted to share with all of you. Some parts have been edited out as per company policy.
-
Using QUnit for JavaScript unit test and BlanketJS for code coverage
I recently started using QUnit for unit testing JS code and I’m really impressed with it. I’m sure Jasmine framework is equally good, but I picked up QUnit because none of the languages/frameworks I have learned so far have the letter ‘Q’ in them!!