December 2010
11 posts
5 tags
CouchDB, MongoDB, PostgreSQL trends on Indeed
Out of curiosity I tried out this comparison on Indeed: couchdb, mongodb, postgresql Job Trends Couchdb jobs - Mongodb jobs - Postgresql jobs I left out MySQL because it made it hard to see the document-oriented databases.
1 tag
1 tag
1 tag
Familiarize yourself with MMJ
Familiarize yourself with MMJ
Markdown
Mustache and
JSON, that is.
A few things they have in common:
Well-written specs
Implemented in multiple languages
Easy to write partial implementations
They can be mixed. Also they’re commonly used in CouchApps. CouchOne Pages in particular makes good use of the trio.
Samples of each:
Markdown
# Formats
* ...
1 tag
a first look at RefineryCMS
Today I spent about an hour evaluating RefineryCMS. Most of what I saw about it I liked. Things that I like include: Very easy to install locally and try out (took me less than 5 minutes to get it running) Makes good use of, and integrates well with, its platform, Rails 3 Pretty UI Nice mechanism for hopping between viewing a page and editing it Uses WYMEditor to separate markup from style...