Two wonderful online resources for coders and makers

codebenderOver the last few years the move to the cloud has gone from a trickle to a deluge. There have been a couple of cloud-based resources that I’ve come across in the course of teaching coding over the last few months that seem to me to be pushing the boundaries of this movement in the best possible way.

Codebender is an online Arduino IDE which makes working with the Ardiuno extraordinarily easy. It’s web-based but completely full-featured including built-in libraries, code highlighting and documentation. And, of course, you can upload to any of the multitude of Arduino types. The fact that it’s web-based has some obvious advantages – sharing you code with others, working on it from anywhere. It also has one big advantage in a school context – it doesn’t require installation with all its attendant restrictions. The cherry on the cake is that Codebender is much more user-friendly than the standard Arduino software.

The second resource is Cloud9, which is an IDE that covers a range of programming languages from Javascript to Python. Again there’s no installation required, just Internet access, and so once you’ve signed up you get ubiquitous access to an amazing IDE. I’m using it for teaching Javascript and HTML and in that context it has a couple of main advantages over the range of competitors beginning to crowd this space. The first is that you get an IDE with error-checking and auto-completion and instant preview. The big thing about Cloud9, though, is that you also get a free publicly available web space to host your creation on – so you can share your work instantly. Finally, just like Codebender, there’s no installation necessary which makes it a winner for me in a school-volunteer context.

Cloud9 has a tag-line that is: ‘it’s like Google Docs for code’. That sums up both services perfectly. They work well, they look good, and they don’t require any installation: this is the 21st Century in action.

Both Cloud9 and Codebender are free (Cloud9 also has paid-for upgrade options not needed in a school context, but helpful in a commercial context).

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.