Fluid Apps automatically include some additional JavaScript APIs in all browser windows that can be accessed by either webapp developers via remote scripts or Fluid users via Userscripts.
#development
Git Immersion
Git Immersion is a guided tour that walks through the fundamentals of git, inspired by the premise that to know a thing is to do it.
OverAPI.com
Cheat sheets/references for all sorts of programming languages.
Brackets
Open-source code editor, built with the web for the web.
A Beginner’s Guide to Using the Application Cache
A Beginner’s Guide to Using the Application Cache
Quick intro to the main concepts around setting up Application Cache for mobile web apps etc.
Superhero.js
This page is a collection of the best articles, videos and presentations we’ve found on the topic.
Grunt: The JavaScript Task Runner
Grunt: The JavaScript Task Runner
Grunt allows you to automate all sorts of things in your JS workflow (minification, linting etc).
Introduction To Git
A full walk-through introduction to git, from GitHub. Mostly references generic git stuff, rather than focusing on GitHub.
The Node Beginner Book
Beginner intro to Node.js.
My Development Setup/Flow
Developers seem to love to hear about how other developers work, so I thought I’d try to capture my entire environment, from end to end, in a single post. This will change (has changed) over time and depending on the project/company/whatever, but this is how things are for me right now. A couple of points up front:
- I work for Automattic, so a lot of this is influenced by our internal policies/security/workflow.
- I don’t always use all components of this “system”. I’ll try to detail when I do/don’t use certain parts of it as I go.
OK, here goes.
Note: This turned into a little bit of a summary of how we work internally at Automattic as well. Oh well, maybe it’ll provide some inspiration, I think we do some pretty cool things.