Archive for February, 2011
Livenation 3.0 site launched!
Posted by Michael Okarimia in TicketMaster on February 24, 2011
After over half a year of effort, the site I have been working on was officially announced this week. The site, www.livenation.co.uk is now at version 3 and was put into production last Tuesday. The project started some time before I joined the company, and it’s been a great experience to work with a such a skilled team.
I’m looking forward to further interesting projects the year will bring!
Amusing recruiter email
Posted by Michael Okarimia in Uncategorized on February 9, 2011
This gem arrived on my inbox recently, despite numerous my requests to remove me from their jobs mail out:
> Dear Michael
>
> Based on the information we hold on our database we believe the position outlined below may be of interest to you.
>
> POSITION DESCRIPTION:
>
> Our client is a global, top 10, digital [I edited this bit out, blah, blah blah….]
>
> Let me outline their ideal candidate.
>
> You are a geek with a compassionate heart: you just want to help! So what if you are misunderstood, sometimes, aren’t we all? Are you a techie working on half a can of jolt with frayed nerves and lovable, yet irritating character flaws, annoying those around you and, at times, causing you heartburn – it’s hard being me – screams your ulcer. You are bright, quirky and have a well organized cosmetics shelf of grooming products. Sometimes you read science fiction, dabble with the occult and, don’t forget, know a little about martial arts. You love the internet, and in turn, it loves you. Your blog site is never read, but that doesn’t matter, you hammer out a few thousand words a day, regardless, of the pain you are suffering because your hamster has gone off its food. Am I getting through to you? Your hairstyle is dated, yet cool, your dress sense is so wrong, but so right. We need you, and you need us…. just a little, but still … enough it hurts …hello … is it you I’m looking for?
>
> Now for the usual required skills blurb: You should have commercial experience with: .NET, ASP.NET [blah, blah etc…]
top marks for trying though I think the recruiter’s talents are wasted!
9 Months later….
Posted by Michael Okarimia in Tech Curriculum on February 6, 2011
Well it’s been 9 months since my last blog post and I’ve been gestating plenty of ideas for posts but other more important commitments have got in the way.
Namely, starting a new developer job in the summer, and then starting my personal coding project. At my new role, the team I’m in uses some rather interesting technologies for this public facing site in the entertainment industry.
As the purpose of this blog is for me to track & improve upon my programming skills, I will list what I’ve learnt in the past 9 months:
Professionally:
ASP.Net MVC
having spent my previous web developer experience working with ASP .Net web forms, MVC is a welcome change!
LINQ
I now use it much more effectively than before
NHibernate
which is the first ORM tool I’ve used
NServicebus
a bus for enabling messaging in a scalable manner, it has forced me to rethink how I code
TDD
initially I found it disorienting as I’d always seen tests as something to slap on at the end of coding, but now I truly can see how tests can force you to think through what exactly the code must do. Mocking up objects is now part of my TDD routine. Having the VS2008 plugin Resharper installed helps with this process.
Design Patterns
It’s also been great to work with design patterns such as Publish/Subscribe and Dependency Injection and to see them applied appropriately in the codebase I work with.
In my own time I’ve decided to learn the language and Framework that inspired ASP.Net MVC: Ruby On Rails
Working off the web version of the Ruby on Rails Tutorial book got my jump started on the project.
Just for the heck of it, I thought I’d do this all on Ubuntu, and which I’m learning two new concepts, why not through in some more?
I found that gVim is useful for editing against huge sql scripts that VS2008 struggled to open or search within quickly enough for me (I’m impatient, which is one of the Programmer virtues)
Having learning the commands using youtube screencasts and cheatsheets I feel fairly comfortable with it as an editor with the Linux terminal, but I still would put myself in the beginner category, having seen the level of expertise others have achieved.
Probably the next learning curve that I’ve attempted to ascend is Git which I quite enjoy using. I’ve set up a github account to demo some of the tutorials that I’m trying out. Ruby Koans is an interesting one.
Well the adventure continues, I’ll hopefully post more frequently this year!