Open Source Your Career, my story

About a month ago my good friend Lorna Mitchell put out a call for stories on how working with Open Source has influenced people's careers. Given that a lot of my recent career has been driven by my involvement in Open Source, I shared my story with Lorna. But I also wanted to share some of my story with everyone. So here is my story and opinion on how Open Source can influence your career in a positive way.

Several of the jobs I've had in the past years I've come into partially based on my activity in the Open Source world. I'm not saying it's *only* because my open source contributions, but in both cases it definitely had an impact in the whole process. I can point out some clear examples of why companies would be interested in you when you're active in the Open Source community, but in the end I'm sharing with you my own view of things, and not the view of the company. Since I've been in a position where I was partially responsible for hiring people I can (and will) give you a view on how I looked at things when I was in that position.

Believe it or not, but my first example is of a job I landed by commenting on a blogpost. It may sound stupid, but it's true! I was not even really looking for a new job at that point, though I was definitely open for a change. I had been active in Zend Framework and had made the switch to symfony where I had become an active member of the community. I was an active blogger, and also active in commenting on other people's blogs, when at some point someone posted a blogpost with the question "What is your top 3 of companies you would like to work for one day". My top 3 at that time was: 1. Google, 2. Sensio, 3. Zend. Most of these are probably very obvious but let me explain: Which geek doesn't want to work for Google? The company seems to be a very inspiring (though demanding) environment to work in. Sure, they don't work with PHP and I knew for sure when I posted the comment that Google was pretty much out of my league, but still, I would love to work there. The second company, Sensio, is the company behind symfony. And since that was the framework I was working with at that point, and Sensio seems like a pretty cool company in the first place, working for them would definitely be cool. Unfortunately that would mean moving to Paris, so it would not really be an option, but still, as with Google, I'd love to work there. The third option is I guess an option that many people in the PHP world also consider: Zend is "The PHP Company", and with Zend Framework they have an awesome project. But they offer more, such as their consultancy work, which I've seen from the client perspective, and then already I considered that to be a really cool job. So Zend was definitely in my list as well.

Back to the topic at hand: Not too long after posting that comment I got an e-mail from the CTO of a PHP services company in the Netherlands. He is also active in the community and had seen my comment. He offered me to come and talk about a career at "his" company. They were partners with Zend, and were open to a similar partnership with Sensio. And if I was interested, he could perhaps get me to interview with Google. I declined the latter offer but took him up on the offer to come and talk about joining their ranks. During the interview it became clear that they were aware of my activity in the symfony community and they were considering expanding their services to include symfony development. They considered me a good addition to their team. It was crazy, but they offered me a job then and there and I said yes directly. I definitely had a mostly great time while at this company.

The second story I want to share with you had a much bigger impact, at least emotionally. It made me realize just how cool the PHP community is. It is a much more recent story, meaning I was already more active in Open Source than during the first story. I was an international conference speaker at that point, and was really active in the symfony community as well. I was forced to start looking for a new job, so I decided to do just that, in any way I could. I started by simply putting out a tweet, stating I was looking for a new job, and if they knew anything, they should let me know. I had hoped for a couple of retweets by people so that some more people would hear about it, and who knows, perhaps I could get some leads for new jobs that way. For the next hours after my tweet, though, my "mentions" were exploding. Everyone who meant and means something in the PHP world was retweeting my message, including some key people like Andrei Zmievski, Derick Rethans, Matthew Weier O'Phinney, Ben Ramsey and many many more. I was completely blown away.

In the days after putting out this tweet, and mind you, I had not done any other efforts so far, I got many e-mails and phone calls from companies that were interested in speaking to me about the position they were having. I interviewed with quite a few companies and eventually at the Dutch PHP Conference I met someone that I'd already spoken to on IRC. We talked, I went for an interview, and I've ended up working for that company. Funny enough that person has become a dear friend and even though I've moved on since from that job I'm still in touch with him on a (nearly) daily basis.

I am absolutely sure that, had I been a 9 to 5 average PHP developer with no involvement in open source, I would've had a much harder time landing either of those two jobs. The community gives you visibility, and if you do it right, it can build you a reputation. If you do it wrong, you can also build a reputation of course, which is not necessarily positive, so there's always two sides to the story. In my case though, I gained a lot by being active.

Looking at it from the other side

I've been in a position where I was partially responsible for hiring new developers. I was interviewing them and advising HR on who to hire or who not to hire. One of my standard questions was "Do you use Open Source?". When answered in a positive way, I would ask "Have you contributed to Open Source?". These questions were not the deciding factor, but it definitely added to the reasons of why to hire someone. Why? Well, first of all, I'd ask for which contributions they made, and links to those contributions. Whether they were code, or tickets/bug reports, or documentation, all contributions would say something about how well someone works: Is it thorough? Has it been done in a quick way? Was it a pragmatic solution or simply a crap one? Also, usually it was quite easy to see whether someone was really passionate about software engineering. I'd rather hire someone with no degree that clearly has a good insight in engineering and has a passion for the topic, than someone with a degree that ends up coming in at exactly 9 and leaving at exactly 5:30. Passion is important, together of course with some skill.

Switching back to my position as being a developer looking for a new job, I can use the same questions: Again it's not a deciding factor but if a company uses Open Source or even better actively contributes back to the projects they are using, I surely know I'm going to have a much better time there than in companies that don't contribute or even worse, don't even use available Open Source code. So make sure to not only be judged on Open Source, but also use it to your advantage in deciding for which company you are going to work. It is not a strange question to ask...


Add comment

Comments

gravatar Michael: Gday Stephan,

That was an interesting blog post. I have read a few similar post about how open source has helped an IT career.

I am currently a PHP Developer at a company that, at the moment, I am enjoying working for. However, in saying that, I am always looking for something more to boost my knowledge.

With so many projects and communities to choose from how does one get their foot in the door in an open source community?

Regards,
Mikey

July 29, 2010
gravatar left: Hi Michael,

I am already planning a new post on how to contribute to Open Source for the coming weeks, but this specific question I can of course answer:

Best is to look at the open source software that you use regularly. If either at work or in a personal project of yours you use, say, Zend Framework, see if you can somehow get involved in that. Check the issue tracker to see if you can fix some bugs, or propose a new component. Same goes of course for any other project. If you use symfony, open source some of your plugins. And of course, always report bugs that you encounter, that is also a contribution to the project.

A very easy way to contribute to open source project is to start your own blog. Write articles about Open Source projects, about how you solved a specific problem, etc.

There's so many ways to get involved in a project. Again, I'll write a full blog post soon. If you have specific questions, feel free to comment or to get in touch via e-mail (via the 'who' in the menu)
July 29, 2010
gravatar Michael Kimsal: Cool stories. I do think the projects you got involved in had an impact as well. Had you been 'involved in open source' as in maintaining your own OS project, but it was something few had heard of, what would the outcome have been? In some ways you're doing *more* for the 'community', but it's a much smaller community, so your impact and reach isn't as known.

As to Michael's post, there *are* many projects to choose from. The smaller and lesser-known ones probably need your input/help even more than the big ones, but your efforts may go less-noticed.
July 29, 2010
gravatar saif: nice post, 1st 2 stories are awesome and i got a new realization from this.
July 30, 2010
gravatar Deependra Solanky: Thanks for sharing your story for others to follow.
July 30, 2010
gravatar ferrisoxide: Great post - really jelled with me some thoughts about the importance of open source not only to your career, but also your growth as a developer - your commitment to your craft.

Where I work we have devs with zero involvement with open source, other than what we pull in. And there's no pushing back of fixes we make to the open source community. It's very inwards focused and a consequence the devs are very closed-off, often quite behind in terms of technology and technique.

I think the lack of engagement is telling. It encourages a "leech" status with the open source community, but also leads to feelings of disempowerment, of careers in limbo. There's nothing like the buzz and camaraderie (and angst and tears) of being involved in a vibrant open source project - and for a company the difference between looking out versus looking in. And there's nothing like that amongst the guys I work with.

You're spot on about the emotional impact. This is the first shop I've worked in a long time that has such little involvement with the open source community - and the most depressive. Sad really.

Thanks dude for your most excellent post.


August 1, 2010
gravatar dwaine: I am amazed with the blog post. I have read the post and open source really is very helpful even in a non IT career. I am an accountancy graduate but I am working as a Customer Service Rep and at the same time during my free time, I am currently working as a data entry position. I just started and I enjoyed working in my free time.

Good day!

Dwaine
August 1, 2010

Php5_zce_logo

not tested in IE


Upcoming events

I will be speaking 08-10-2010: Symfony Day Cologne 2010
I will be speaking 09-10-2010: Symfony workshop

Tags

1337 2008 2010 4developers access modifiers accessibility AdaLovelaceDay09 advent agavi agile amsterdam apache apple article articles atk atkMetaNode audioscrobbler azure backwards compatibility barcelona bbc bbq beatstad belgium best practices bittorrent boards of canada book books bughuntday caching cake cal evans career cat cerf certificate cfp clear cms cologne common sense communities community conference conferences continuous integration contribute crisis css custom datetime DbFinderPlugin decorator decorators deployment devdays development directoryindex documentation download dpc dpc09 dpc10 DPC2008 dreamhost dv7 eclipse ed efficiency enterprise errors event events expertise ezcomponents facebook flickr framework frameworks freelance freeze frontend fun games germany getting real google googletalk graceful degradation hack hackers hidden gem hiphop howto hp html http ibuildings icann ide idm imovie indy ingewikkeld internet IPC ipc ipc08 javascript job jobeet john peel joomla kubuntu left on the web lighttpd lime linux live london loudblog m2ts mac malware mambo marjolein mediterra meeting meme meta methodology microsoft movie music mysql namespace namespaces netbeans netherlands nllgg odmarco open source opinion ORM osx paradiso pavilion pear performance personal pfc10 pfcongres pfcongrez photo php phpabstract phpazure phpBB phpbb phpbelgium phpbenelux phpbnl10 phpgg phpitalia phpnw phpnw08 phptek phptek09 phpuk2009 phpUnderControl phpunit php|architect php|tek podcast politics portability postcrossing presentation presentations private projects protected public qa recruiting refactoring review rewrite ruby on rails schedule scifi script security seven things sfdaycgn simplexml slides smfony software sogeti solar sound standard standards star trek static steer strings subversion symfony Symfony2 symfonycamp symfonyday symfonyUnderControlPlugin talk talks technology techportal tek09 telecommuting terratec terrorism testfest testing textpattern tips tld tomas training twig uncon unet usability usergroup validation vhost video vinyl virus warp weblogging wiki windows winphp women work workshop world world of warcraft wpi writing xml xpath xsd yara year youtube ZCE zemanta zend zend framework zend server zend studio Zend_Form
© 2004 - 2010 Stefan Koopmanschap + Powered by Symfony, photos powered by Flickr, links powered by Delicious, Shanghai smilies by Iconbuffet. Feeds: rss / atom. Left on the Web v4.4.0.1