tech.wahanda.com

On February 17, 2010, in Release Notes, by julian

This morning at Wahanda we launched a new site to host all things technical!

The site can be found at tech.wahanda.com and is where we’re going to put publish all of the work we’re doing on standard API’s, status updates, Widgets and even this blog (we’ll merge it in).

The piece we’ve built in detail and launched today is the ability to build customised widgets.

To get a widget for your site follow these easy steps:

  • Simple choose Widgets from the menu.
  • Select the one you’re interested in.
  • Choose the parameters that best suit you
  • Enter your affiliate code (if you have one)
  • Take your code!

If want to sign up with us directly as an affiliate (to get a code) then contact us at partners@wahanda.com.

We’ll be adding a lot to this site over the next few weeks so keep watching.

Tagged with:  

Developer Desktops

On February 8, 2010, in Development, by julian

When we first started Wahanda we made the decision to have an all Mac OSX development environment. This has served us pretty well over the last year or 2 and the Mac is a great platform. For those like myself who only gets involved in PHP development with a single windows VM for SQL Server it’s still working great.

However our primary site platform now spans a fair few Java Webapps. Running 2 tomcats + VM’s for IE6, IE8 etc. has got to the point where the standard test-amend-compile-test cycle can be in the order of minutes. This was understandably causing a lot of complaints!

So, we all sat down and had a long discussion about what to do. I would love to be in a position to buy everyone dual quad-core Mac Pros but we really don’t have that sort of money at the moment. So with general agreement we decided to move to a more generic hardware platform running Debian Linux (We did debate using Ubuntu but as the servers are all Debian it was decided to go for consistency).

Chris went away and played with some options and ended up with this spec:

This is at least a doubling of the previous developer MacBooks. 2 more cores, twice the RAM and RAIDED drives rather than the rather pathetic 5400rpm notebook drives from before.

The following diagram is just the 2 tomcats starting up. That capacity really is needed!

screenshot-system-monitor

This one is building the entire site stack. Doesn’t suck up quite as much as an init of the environment but the spread of load across the 4 cores is great to see.

screenshot-system-monitor2

Overall we’ve reduced the test-amend-compile-test back to only a few seconds. An enormous boost to productivity in the team. The downside was that we lost everyone who made the switch for 2 straight days why they got everything set up.

The marketing / design / copy team are also very happy with their pass-me-down MacBooks. :-)

Tagged with: