php|tek 2009: The community in action

This year I was abel to attended the 2009 php|tek conference in Chicago. This conference is hosted by MTACon, the company behind php|architect magazine, one of the most influent PHP publications in the world. php|tek is a unique event in its overall “feel” and purpose - for those that read my post on ZendCon'08 you may be able to pickup this difference yourselves. Tek is a community oriented event, as opposed to ZendCon which is much more aimed at companies. Is this good you ask? Yes, its perfect, it in no way falls short of the content in ZendCon, but on the plus side it gives one many more opportunities to mingle and meet the central PHP Core Developer Team, and most importantly, it inspires attendees to work with and give back to PHP.

Same as last year, the conference was held in Chicago, IL in the Unites States at the Sheraton Hotel, a wonderful venue that helps keep everyone close by during the conference and during “off-time”. The conference ran for three days plus a tutorial day - from May 19th to May 22nd. The day before the start one could already see many of the most well known PHP developers arriving - it appeared that the Core team was arriving early to host a PHP Dev meeting held at Microsoft. And the topic of the conference .. ? PHP 5.3.

The sessions were great, and tutorials day featured particularly interesting sessions, of which I attended a security talk to complement my PHP Security skills,as well as a Code Review Session. This session, held by Sebastian Bergamann, Stefan Priebsch and Arne Blankerts was extremely interesting, we dove deep into the code of some major frameworks and apps, like Magento, Wordpress, Habari and found some incredible (not in a good sense) pieces of code. This talk showed me a different side of things especially for certain areas of coding where I can certainly do better. It also gave me a new perspective on code reviews, which have today a much bigger importance then before.

The rest of the sessions during the event were really good, some were inspiring (Security Centered Design ), some made you wish PHP 5.3 was out (PHP 5.3 - Hot or not? ), some made incredible associations to drive home the importance of a good development environment (The Knight Rider Methodology to Software Development ), some showcased the more obscure but very useful parts of PHP (SPL to the Rescue ), some even tried to point you in a good direction (Untestable Code ). There really were sessions for every kind of developer, from the “regular joe” to the php expert - at times I wished I had the method __clone implemented on myself, so I could get to all sessions. Also, alongside the event we had great UnCon Sessions and an Hackathon organized and led on by the community, with some simple but great sessions.

This leads me to the biggest feature of php|tek, and one most commonly overlooked by developers and managers alike, namely the community. This was by far the biggest difference from ZendCon, a total focus on the community and hence, a focus on geting everyone active. The PHP comunity has been in focus during the last few months. Since the news of PHP 5.3 was released we have seen an increase in activity inside the PHP community: BugHuntDays, TestFest09, documentation, patches, you name it the community has done it this year. User Groups keep growing and popping up everywhere. Just in Brazil we have had at least 5 groups started since last year. The conference fosters the

The recipe for success in this sense is not clear, was it the community oriented sessions (A guide to using and understanding the community , User Group Meetup )? The after-hour programming (PechaKucha night, Retro Gaming Night, Hackathon)? Maybe it was the breakfasts and lunches where you shared tables with all the active members of the community? The discussions around a cup of wine? I’m guessing it was a combination of all this, the sheer exposion to all this is enough to get you into the “giving back” mood. The ingredients are pretty simple, knowing where you can help, who to ask, where to read about it and a touch of “karma”. Many moments at tek were based on this, the interaction with great names of the community and a clear picture of what PHP needs. The whole experience shows you clearly that not Zend, ibuildings, IBM or Microsoft are in the control of PHP, we are, the community has grown.

PHPdeveloper.org has talked about this and I can see it myself, PHP has matured, coming out of its teenage years of rebelty and strange changes, and moving now to its mature Adult years. But not only the language, the whole of the PHP Community has tagged along, the core developers show more leadership, the community no longer takes a step back, it now steps forward, opinating, working, committing, participating.. no longer a bystander. During the closing notes the crowd was asked to stand up, not all at once, but in an order of “community activity”, it was amazing to see how many people were standing up in the end, from Core developers, extension developers, translators, documentators, testers, UG leaders to the PHP teacher at his company’s office we had almost a full room standing, leaving maybe 10~15% of people that are not active present in the event.

This is the message that Tek brings with it, the maturity of a language we know for so long, which fits right into ZendCon’s message from last year, “Why not PHP?”. Another indication that community was in focus was that some session focused on making the developers life easier, with frameworks, version control techniques and so many orders. Different from other times, sessions did note revolve around asking if a framework is enterprise-ready, they revolved around comparing various frameworks, deemed enterprise-ready, and how you should choose your framework. One of the features displayed for each framework was the community behind it, showing us once more that the community does make a difference and not only for PHP but for all the pieces we use on a daily basis.

If tek leaves me with a message I can take back to fellow developers and UG members it is: “Step up, contribute to PHP, help out with what you can, any little thing you do will come back around to you, writing tests will make for a better 5.3 release, and that will surely make life easier for you, it does not take too much, even small things like writing documentation, just get active, wear you PHP shirt and go for it.”

As for the managers, deccision makers and leaders, i leave you with this message: “Believe in PHP, invest in the community and in your employees, growing the language will grow your business, giving back to PHP will eventually give back to you. Promote that message in your office, employees who invest in PHP gain more knowledge about it, giving your solution more quality.”

(most of the talks mentioned here and most of the ones presented at php|tek09, can be found on slideshare )

First published at: http://www.mihswat.com/2009/05/31/phptek-2009/

comments powered by Disqus

Related Posts

News Update

News Update

  • August 15, 2006

O tempo pra variar não espera ninguem, no meu caso já fiquei para trás a muito tempo.

Read More
strtotime() - is it useful?

strtotime() - is it useful?

  • September 15, 2006

Every now and then I get e-mails with questions that ask “How can I add X days to a given date?”, “How can I figure the day that corresponds to next thursday?”, and others along the same line. It scares me when I see replies that include enormous codes that execute innumerous function even including some bizarre leap year determination algorithms, I just can’t understand why all the complication and fuss.

The strtotime() function exists to solve these problems and i plan to introduce you to it and show a few usage examples. Also I’m going to check function performance using a simples benchmark comparison.

Read More
Solving conflicts in composer.lock

Solving conflicts in composer.lock

  • November 28, 2016

We have all been there: CONFLICT (content): Merge conflict in composer.

Read More