Live data from Hacker News

Ask HN: What are the best technologies you've worked with this year?

news.ycombinator.com

81–86 of 86 posts

Re: Ask HN: What are the best technologies you've worked with this year?

#81
Redis -- with Ohm. Really great. Build a bunch of sites with it. A nice replacement for ActiveRecord in many use-cases. Now ready to redo some BIG sites that we have using just Redis.

It has transformed my thinking about data (i'm a postgres guy), and just made Rails more fun now. The sites I did are also blazing fast.

Re: Ask HN: What are the best technologies you've worked with this year?

#84
loose summary:

- dynamic languages: ruby/rails/merb/sinatra,, python/django/twisted/tornado, groovy/grails (nobody mentioned scala very much)

- FP, erlang, clojure, F#, haskell;

- noSQL: KV store, doc-oriented db, ..

- message queues and brokers: AMQP, rabbitMQ, XMPP,

- javascript/ browser capabilities: jquery, node.js, BOSH, other libs

- hosting, deploy, VCS: VPS, EC2, git,

Re: Ask HN: What are the best technologies you've worked with this year?

#85
post #5

Tokyo Cabinet (key value storage: removed the "R" and "M" from "ORM", managed to get an object from disk to the client with the object being opaque to the server, cutting deserialization/serialization overhead down, implemented indexes to keep track of keys and got more of an idea of what MySQL does behind the scenes).

though it was a disappointment of the year for me. performance degrades significantly after 2M of entries :(
Post reply on HN