Tag Archives: music

Why I Want a Job at Songkick.com

I hate missing gigs, I hate ebay touts more

The last two gigs I went to were

  • Scott Matthews bloomsbury theatre 10/06/09, with a face value price of £15, luckily I was able to pay £50 to ebay.
  • Next up, Metric at the electric ballroom, again it was my pleasure to pay way over the odds and help kick start the ecomony over on ebay.
Last.fm knows quite a few of the artists I like, and Windows Media Player knows all of them – why can’t they just email me when the tickets go on sale. Hmmm business idea perhaps?

Market review

Who’s doing this? Surely someone in these heady days of Web 2.0.42.1, if not i’m building it this weekend.

At first glance no one is: http://www.google.com/search?q=gig+alerts = a bunch of random, not very useful and decidedly web 0.9 sites. I know, pretty extensive research. However after a bit more digging and some moaning on twitter, fellow music buddy Nick pointed me over to Songkick. Now we’re talking. Quickly pop-in my last.fm profile and we’re off to the races:

Sales Pitch

Why would Songkick want to hire me?

Let’s tackle the HTTP part first. I’ve been creating things using HTTP, JavaScript, CSS and HTML since 1997 and really enjoy creating usable and efficient websites.

Songkick is great, but it could be improved HTTP-Wise

Homepage
Performance is pretty slick on the home page (logged out). Main improvements would be adding expires headers and gzip-ing plain text assets i.e. html/css/jscript

Internal pages
Again nice performance, but some room for performance tweeks
  1. Reduce number of HTTP request, by combining small images into a single sprite using the CSS sprite technique, This tool I’m told eases that pain: http://spritegen.website-performance.org/.
  2. Configure static assets to have an expiration date set far into the future.
  3. GZIP-ing text assets.
  4. Host images off sub domains i.e. images1/2.songkick.com to increase parallel downloading. For example to comply with RFC 2068 Internet Explorer 5-7 limits 2 concurrent downloads per host.
  5. Use CDN‘s (Content delivery network) for all static assets. This is already done to some extend on the javascript files, referencing them as you do to Google hosted jquery files.
  6. There are lots of 301’s being generated from beta-static.songkick.com redirecting to http://www.songkick.com, causing unnecessary HTTP chatter. I guess this is a temporary thing moving out of beta -but it’s not helping performance.

I ❤ Programming

In 1999 I started a web design consultancy with my brother Andy. To start with I did the programming, he did everything else. We sold the company in 2003 and I stayed on to help build the team from 5 to 10 whole people by 2007.

Continuous integration, TTD, Scrum, lean, kanban and pair programming all sound pretty odd but are really rather useful. I enjoy practicing these techniques at least twice a day! I’ve been a .Net programmer on the server for quite sometime but more on the Alt.Net side than in the MSDN camp.

I learnt Smalltalk at university, then Java, later moving to .Net. Recently I’ve been lapping up Objective-C and IPhone development, thanks to the good folks at Stanford.
I’m MVC literate and ready for my next challenge 🙂
P.S. Learning new languages / platforms not a problem – can do it on the QT
My rather rambling C.V. full of recruitment-agent-compatible (think grep) buzzwords can be found on my imaginatively titled about page.
P.P.S My code is better than my prose.
Tagged