I have just learned about Apple's UI Automation testing framework. Unfortunately, I don't have an iOS project to work on at the moment, so I am probably going to forget all about it. This is my cheatsheet. It may not help you at all.
cheatsheet
Node.js Cheatsheet
I am learning about node.js. This is my cheatsheet. It may not be useful to you at all.
Also see My JavaScript Cheatsheet.
Documentation
- API Docs: http://nodejs.org/api/
- Debugger: http://nodejs.org/api/debugger.html
- Cluster: http://nodejs.org/docs/latest/api/cluster.html
- Up and Running …
Entity Framework Cheatsheet
This is my cheatsheet for using Microsoft's Entity Framework API.
(The existence of this page should not be taken as an endorsement of Entity Framework. It's not something you should learn more about if you don't have to. It's just another complicated ORM framework with its own quirks and annoyances …
Bash Scripting Cheatsheet
My Python Cheatsheet
Here's another programming-language cheatsheet. It's been a couple of years since I've done any Python programming, and now I'm taking the online CS373: Programming a Robotic Car course, which uses Python for quizzes and homework assignments, so I have to get back up to speed.
As always, this is the …
My Android Development Cheatsheet
If I had my druthers, I'd spend all my time developing mobile apps. I've always been fascinated with pocket-sized computers, and have owned many through the years. Unfortunately, for most of my life such devices have been little more than toys, and so I've had to focus my expertise on …
My JavaScript Cheatsheet
A couple of times per year, I have to work on something that requires me to write some JavaScript. When I do, I have to reacquaint myself with the language by skimming through JavaScript: The Good Parts and finding some good online reference documentation.
In an effort to reduce the …