- Play! Framework - finally something close to Rails productivity for Java developers. And supports Scala too. - Redis - the fastest NoSQL engine around. Easy and elegant. - Solr - Indexing for the masses. If it only had real time search...
Agree with the Solr. I started using it this year and it definitely simplifies and speeds up our searches.
Ask HN: What are the best technologies you've worked with this year?
71–80 of 86 posts
Re: Ask HN: What are the best technologies you've worked with this year?
#72Currently working through Joe Armstrong's programming erlang. I'm interested in functional programming and concurrent programs and erlang seems to fit really well. I also find Clojure very cool :)
What book would you recommend for Erlang? (I've done quite a bit of functional programming, but not exactly lately.)
http://www.amazon.com/Programming-Erlang-Software-Concurrent...
Re: Ask HN: What are the best technologies you've worked with this year?
#73Rails and JQuery. It's amazing how quickly I can build rich, interactive applications. I can do with two or three lines of code what would require 20 just a few years ago. Also, GIT. Best source control hands down.
Switching from Subversion to Git was like seeing for the first time. No more nightmare merges!
Re: Ask HN: What are the best technologies you've worked with this year?
#74Earlier quoted context omitted.
What problem did you solve using it? I've been studying Clojure and it seems to be impressive. But I have yet to see some really impressive open source software that was written in it.
Hmmm, nothing big here either but I was learning anyway so I didn't set the par too high. Since you asked, let me see: A bunch of various throwaway programs or clones of small utilities I had already written in other languages. An utility to update metadata in my oggs, a command that finds similar files, a little solver to answer questions about a given set of different relations (I actually needed such a solver to m…
I've been investing quite a bit of time into Clojure and to motivate me to go further I'd like to find some software (not code snippets) I can download and see the power Clojure provides (that other tools like Ruby or C don't) in a real application.
Similar to what Rails did for Ruby.
Re: Ask HN: What are the best technologies you've worked with this year?
#75Currently working through Joe Armstrong's programming erlang. I'm interested in functional programming and concurrent programs and erlang seems to fit really well. I also find Clojure very cool :)
What book would you recommend for Erlang? (I've done quite a bit of functional programming, but not exactly lately.)
Re: Ask HN: What are the best technologies you've worked with this year?
#76A more one-sided review goes to Evernote :-)
Re: Ask HN: What are the best technologies you've worked with this year?
#77'Open' is the best way to innovate (small steps of improvement) on something.
Zynga (the company and the concept) proved to be successful with enough leverage and network effects Facebook provided.
Re: Ask HN: What are the best technologies you've worked with this year?
#78XMPP and Bosh with Strophe - hit a XMPP server with Javascript instead of a web server. Realtime Javascript Push on an established base (XMPP). Real cool stuff, just need something to use it on. Sinatra - Very fast/easy ruby framework. (Similar to Cherry.py in the Python world). Jquery - Can't imagine using any other framework after a year working with this. Facebook Connect - Much more robust than I thought possible…
Re: Ask HN: What are the best technologies you've worked with this year?
#79Currently working through Joe Armstrong's programming erlang. I'm interested in functional programming and concurrent programs and erlang seems to fit really well. I also find Clojure very cool :)
What book would you recommend for Erlang? (I've done quite a bit of functional programming, but not exactly lately.)
Re: Ask HN: What are the best technologies you've worked with this year?
#80Solr for super-easy full text searching and Memcache for a no-brainer distributed queue