What new tools and technologies you learnt recently are worth it?
27th September 2010
My answer to What new tools and technologies you learnt recently are worth it? on Quora
Redis: http://simonwillison.net/2009/Oc... and http://simonwillison.net/static/...
It’s an in-memory datastructure server—like memcached, but with persistence and with extremely fast atomic operations against sets, lists and hashes. You can use it to build things on a cheap VPS that you couldn’t build before.
Node.js: http://simonwillison.net/2009/No...
There are lots of async networking frameworks (Twisted for Python, EventMachine for Ruby etc) but Node.js uses V8 JavaScript and offers a completely clean slate in terms of libraries. The community around it is fascinating, and it’s brilliant for things like Comet, WebSocket, consuming the Twitter Streaming API, proxies, WebHooks... it’s a scalable HTTP and IO toolkit and there are a ton of things I can build with it that would have been a lot harder to build without it.
More recent articles
- My AI/LLM predictions for the next 1, 3 and 6 years, for Oxide and Friends - 10th January 2025
- Weeknotes: Starting 2025 a little slow - 4th January 2025
- I still don't think companies serve you ads based on spying through your microphone - 2nd January 2025