Monday Question: What technologies are you exploring?

Posted by larrywright

Monday Questions is a recurring series on Approaching Normal. For more questions like this, please visit the archives.

This is a follow up to last week’s question How do you decide what technologies to explore? Today I want to know What technologies are you exploring?

I’ll go first. Aside from Ruby and Rails, Erlang and CouchDB are the things that I’m currently spending time looking into.

Post your answers in the comments below.

Subscribe to Approaching Normal today

Comments

Leave a response

  1. Tim BarczNovember 19, 2007 @ 11:10 PM

    Right now…at this very moment, I’m exploring hardware. I’m building my new quad core machine. This is a huge upgrade from my current home PC which was built 6 years ago. As I’m building this I’m learning all the new connectors and protocols that go along with the hardware. After that, I’d like to pick up and learn how to create/implement virtual machines on this new machine so that exploring rails and other language doesn’t “gunk” up my machine.

  2. Larry WrightNovember 20, 2007 @ 07:13 AM

    Tim,

    Virtual machines are extremely handy. If you’re building a Windows box, be sure to check out vmWare player, it’s free and it lets you download and try out a bunch of different types of OSs. It doesn’t let you create your own images though.

  3. Dan KubbDecember 02, 2007 @ 02:58 AM

    I seem to like to explore things in completely separate areas, and try to make them work together. These days I’m mostly coding in Rails apps in Ruby, so alot of the technology centers around those.

    On the web side I’m exploring the Jester and Lowpro JS libraries.

    For Rails templates its SASS and HAML for cleaning up CSS and HTML templates respectively.

    In my Rails specs I’m looking at replacing fixtures with the Scenario plugin.

    Like alot of people I’m looking at Git, and using git-svn on projects where Subversion is being used still.

    For deployment I’m looking at Vlad the Deployer instead of Capistrano 2.

    I’m also looking at the Varnish HTTP cache to work in-front/instead of Nginx.

    Finally I’m looking at Xen and EC2.. rolling my own Gentoo Xen image, and then converting it into an AMI for use on EC2.