php|tek 2011 and what's trending

Another edition of php|tek has come and gone and this year some very amazing topics came into view. The conference itself was once again a great experience, great people, incredible speakers, lots of activities and incredible hack-a-thons and unconference sessions.

Cloud computing is reaching a level of maturity in the technology market as a whole, finally finding its place and purpose and dropping the “silver bullet” tag. This seems to reflect on the language as well and many sessions revolved around using the cloud to complement projects and on how to take advantage of cloud aspects in a PHP architecture, as well as the many cloud offerings available.

Another topic that kept us all busy was Mobile development, which following the incredible rise of the smartphones and the various systems like iOS, Android and WP7 was also present in multiple tags teaching how to architect your app and create solutions that would work for all smartphone users out there.

I was very surprised this year to see a the clear presence of Applications in the event. Wordpress, Drupal and sites like joind.in made their presence in various aspects, ranging from talks, to coding sessions and especially to representatives who took their time to talk to the speakers and attendees.

APIs and integration with external tools was also a hot topic. Many sessions described the many tools that can be used to improve your application, like queues, protocols, services and so many more, also how to develop api into your code so that your application can also be used as an external tool in another project.

One topic that i would love to see more and more was also present: Soft skills. This is a very important area to be explored by the community in general, some conferences like DayCamp 4 Developers already do a great job of covering them but they also grow in various others. These skills or just plain recommendations are fundamental to new and old developers so they can find new paths and grow in their own careers as they do it.

I must also reserve space for the Hack-a-thon which was a complete surprise and success this year, seeing somewhere around 90 developers hacking into the night or just plain learning from each other was quite a pleasing experience. I myself had a great time explaining the importance and the first steps needed to develop PHPT tests to cover PHP’s source code, its not about how much work is done in these events, but its about planting that very important seed that will keep growing after the event, and I was very glad to see so many reach that stage during the event.

Congratulations to the organizers and to all the speakers for delivering incredible content and for taking all developers under their wing to teach and interact. I had a great time also speaking to everyone about Windows Azure and architecting for the cloud, and I hope everyone at the session had a great time learning, even tough my voice decided to play a hoax on me and make me sound like a game of “fill in the blanks”. If you were at the session I would love to hear your feedback, please do it over at joind.in , also you may want to see the slides, so please go ahead and see them here or below.

Open a window, see the clouds - php|tek 2011

View more presentations from Rafael Dohms

comments powered by Disqus

Related Posts

A study on RSS - Part 1 XML DOM

A study on RSS - Part 1 XML DOM

  • July 15, 2006

RSS, today someone asked me, “what is this?” Well, I know what it is, but at that moment the words failed me, especially the “non-programmer” words, so as to explain to “the common folk” the true meaning of it and some of its uses.

Read More
Desenvolvendo um auto-complete com PHP e Ajax

Desenvolvendo um auto-complete com PHP e Ajax

  • July 10, 2006

** Script atualizado para versão 1.1, clique aqui para ver os detalhes **

Desenvolvendo uma solução de sistema de gerência para o Dep. Comercial do ComuniWeb recebi inúmeros pedidos de “mas não pode aparecer os nomes dos clientes quando vou digitando?”. Ok não foi tão lindo e poético assim, na verdade o que acontecia era que o auto-complete padrão do IE causava uma confusão enorme nos usuários (usuário é usuário né?).

Me vi então cara a cara com um problema, como resolver este problema? Precisava que um script ao tempo que a pessoa digitava fizesse uma busca no banco para retornar a lista de clientes e o seu vendedor, isso tudo num browser. Se o tmepo hoje fosse alguns meses atrás (não muitos) eu falaria “impossível, estamos falando de web, nao delphi ou VB!”. Alás que surgiu o xmlHttpRequest e tudo mudou…

Read More
Deploying a Symfony2 and Composer app on PagodaBox

Deploying a Symfony2 and Composer app on PagodaBox

  • April 16, 2012

I have been working on a little pet project and wanted to put it up somewhere to show to a few people how it was going.

Read More