Testing TypeScript with Intern March 24, 2015 This post has been updated to cover Intern 3.4 and TypeScript 2.3 Intern is a popular JavaScript testing framework, because of its extensive, modular feature set. While Intern is primarily…
From DOH to Intern: Updating Dojo core’s tests February 18, 2015 One of the primary motivations for creating Intern was to make support for continuous integration testing much easier to achieve with JavaScript-based application development. We recently converted the vast majority…
Online Dojo workshops! February 17, 2015 We’ve offered our full line-up of public Dojo training workshops for over eight years at locations around the world. Attendee response is always positive because people love that our instructors…
Robust JavaScript Application Architecture January 8, 2015 In October, 2014, I was coerced invited to deliver a talk at the first FullStack conference in London, a conference focused on Node.js, JavaScript and hackable electronics. The conference was…
EdgeConf San Francisco 2014 September 24, 2014 At many conferences, the hallway track is more interesting than the track during presentations. It’s the serendipity of a small group of people interested in solving a similar problem that…
On YUI, Dojo 2, and long-term JavaScript toolkits September 9, 2014 In late August, YUI surprised the JavaScript world by announcing that, effective immediately, development efforts on YUI have been suspended. YUI was a well respected peer of Dojo over the…
Intro to Intern webcast April 24, 2014 Last month, we conducted a live webcast to provide an Introduction to Intern, SitePen’s open source testing framework. Our webcast covered: An overview of Intern’s numerous functional and unit testing…
Dojo FAQ: Why is dojo.* unavailable when I set async: true in data-dojo-config? January 29, 2014 The evolution of the Dojo Toolkit from namespaces to AMD packages has resulted in many changes over the years. In Dojo 1.x, we strive to maintain forwards-compatibility, while introducing new…
Introducing dojo-amd-converter April 3, 2013 AMD offers many benefits over the legacy Dojo module syntax. While Dojo is forwards-compatible, to take advantage of the benefits of AMD, developers are often faced with the challenge of…
Dojo Tutorial: Feature Detection and Device Optimized Builds January 25, 2013 As part of our great updates to the Dojo Tutorials for Dojo 1.8, we’ve been busy creating several new tutorials. Feature Detection and Device Optimized Builds Dojo 1.7+ now uses…