Archives by date

You are browsing the site archives by date.

Powerpoint training or Coding workshop?

During one of the conferences a couple of years back in Bangalore after an hour and half of my talk(!!!) on Flex MVC, one of the organizers quipped, “Oh, this is not a presentation, it’s a workshop”, much to my […]

Unit testing JavaScript – III

Unit testing JavaScript – III

In the earlier post, we discussed using QUnit to unit-test JavaScript. We didn’t have any UI in the example. Let’s build a simple UI to call the Calculator’s add and subtract functions. Let’s use jQuery to construct the UI as […]

Unit testing JavaScript – II

Unit testing JavaScript – II

In the earlier post, we discussed the need for unit testing JavaScript code. Continuing further, let’s write a simple piece of JavaScript code and test it using QUnit library. To begin with, let’s create a file calculator.js and have two […]

Unit testing JavaScript – I

Unit testing in JavaScript is an overlooked concept. With the increase in use of JavaScript in applications, testing JavaScript code has become an imperative task. A number of developers who use JavaScript, particularly jQuery ignore testing the JS code. They […]

Revisiting JEE after a long gap

After a long gap, there was an opportunity to jump into core JEE last week for a client. Though lots have been written about this here’re are some observations about it. 1) To begin with, after working with Groovy and […]