Technical writing
Things I've written about various technical things:
Javascript, variables, and atomic operations
- did you know that Javascript's combined declaration/assignment statements are non-atomic? I didn't...
Database-backed references
An approach that one can use to handle persistence of complex object hierarchies in Java without going mad.