Chromebook for Developers (part 3)
This post is going to be about developer tools I’ve used and can recommend on Chrome OS. Previous posts describe setting up a Linux chroot environment so you can use all your familiar Linux dev tools, and as such I won’t spend any time on those here (you already know who they are). Instead, here’s a list of favorite Chrome OS tools I’ve been using for my daily development tasks.
Caret
Caret is a lightweight, attractive, performant text editor along the lines of Sublime Text and others. It has basic project management skills without being overbearing. It’s quick to launch, handles large files with ease and is very configurable. It’s also free.
JackDB
JackDB is a surprisingly complete SQL database client that works well on Chrome OS. It’s largely a web app and seems like it does most of its heavy-lifting back on the server (as opposed to a pure Javascript wire-level SQL...