Ask HN: What are the best technologies you've worked with this year?
41–50 of 155 posts
Re: Ask HN: What are the best technologies you've worked with this year?
#42Re: Ask HN: What are the best technologies you've worked with this year?
#432010 was, for me, the year of JS-related technologies. (I'm actually rather disappointed I haven't had more time to check out Clojure and to use Haskell and Scala more--I was doing quite a lot of front-end web stuff.) 1. Socket.IO ( http://socket.io/ ) It lets you use websockets and automatically fall back to flash sockets, long polling, or several other real-time communication methods if websockets aren't supported…
I'm looking forward to seeing someone combine Backbone.js with Websocket-based persistence. It's a bit out of scope for DocumentCloud to tackle, but the building blocks are there. One client makes a change to a model -> changes are synced to the server -> other clients that currently reference that model have its attributes updated -> all the UI that displays the model is automatically re-rendered. It's not critical…
Re: Ask HN: What are the best technologies you've worked with this year?
#442. CoffeeScript language is an amazing replacement for Javascript. I can't see myself going back to pure JS at any point in the future.
3. Rails 3 finally feels like a stable and maintainable web framework. All the web frameworks now all seem to work together using Rack. The ruby web development world is really a nice place to be at the moment.
4. Bundler really nailed the gem dependency management issue (though the journey to 1.0 was very painful)
5. Sass / SCSS / Compass got really good. It feels unimaginable to go back to regular CSS.
Wow, now that I think about it, way too many great technologies to list. 2010 was an insanely good year for ruby web developers.
Re: Ask HN: What are the best technologies you've worked with this year?
#45DocumentCloud really dropped some bombs this year. backbone.js, underscore.js are really great.
Socket.io saved my ass. I promised some big clients that I could make websockets driven apps for the iPad and then apple pulled websockets support without saying anything. So I was able to get socket.io for the win.
Re: Ask HN: What are the best technologies you've worked with this year?
#46I am a huge fan of Vagrant ( http://vagrantup.com ) which is virtualized development environments, package-able. Works with chef and virtualbox. I don't know if I can state just how game changing this is for me. DocumentCloud really dropped some bombs this year. backbone.js, underscore.js are really great. Socket.io saved my ass. I promised some big clients that I could make websockets driven apps for the iPad and th…
Re: Ask HN: What are the best technologies you've worked with this year?
#47I'm kind of ashamed to admit it (at the end of 2010!), but I did some Objective-C/iOS apps for the first time this year, and I was pretty amazed by how good the Apple dev tools and the iOS simulator actually are. The other thing which impressed me is kvm, in contrast to Xen.
Re: Ask HN: What are the best technologies you've worked with this year?
#48Re: Ask HN: What are the best technologies you've worked with this year?
#49Anyone who says MongoDB without having a proper use will get a very angry stare from me. Seriously...
Re: Ask HN: What are the best technologies you've worked with this year?
#50New to me : Numpy/Scipy. If you're using Matlab you should know there's a Free and worthy Python based alternative