Posted on Aug 27th 2010 by admin.
Posted on Aug 19th 2010 by admin.
Speaker: Elizabeth Naramore
Technical debt is something that most project teams or independent developers have to deal with – we take shortcuts to push out releases, we don’t focus on quality, deadlines need to be met, quick fixes slowly become the standard. Whatever the reason, if we don’t manage our technical debt (not unlike financial debt), before too long our applications are technically bankrupt, and we are forced to completely refactor and start anew.
In this talk, we will discuss what technical debt is, when it is acceptable and when it isn’t, and strategies for effectively managing it, both on an independent and team level. We’ll talk about how it affects the entire team and how to work through minimizing it, as well as working effectively as a team to address it.
(see also the slides from this talk: http://naramore.net/slides/DPC10-techdebt.pdf)
Like it? Share it!










Posted on Aug 5th 2010 by admin.
Posted on Aug 2nd 2010 by admin.
Posted on May 25th 2010 by admin.
Posted on May 11th 2010 by admin.
Posted on Apr 27th 2010 by admin.
Speaker: Juliette Reinders Folmer
With PHP6 in the works and said to be fully UTF-8 compliant, the interest in the community in using UTF-8 has grown. On top of that, with PHP entering the – often multilingual – enterprise web playing field, the benefits UTF-8 can bring are getting more attention.
Unfortunately most developers at one point or another run into problems implementing UTF-8.
In this talk I will cover UTF-8 from the basic linguistics, through client-side aspects to all the steps you need to take to tackle the most common (and some more obscure) issues when using UTF-8 in a database driven PHP application.
Posted on Apr 16th 2010 by admin.
Speaker: Dustin Whittle
Join us for a case study on using open source tools to build a platform for enterprise web applications. Find out what worked and what didn’t when building scalable web applications with open source tools (apache, php/apc, mysql, memcache, symfony, yui). Learn how you can tools Yahoo! offers for developers and how your team can leverage Yahoo’s Open Stack for your next web project. We will examine the components that make up Yahoo!’s open stack: developer tools (YUI), data APIs (YQL), and the application platform (YAP).
Posted on Mar 30th 2010 by admin.
Speaker: Andrei Zmievski
Quick, what do memcache, MogileFS, and Gearman have in common? They are scalable, distributed technologies, and they can also interface with PHP, your ubiquitous Web development language. Digg uses all 3 (and a few more) in its quest for social news domination, and this session will share much of what we’ve learned about them and how they are best utilized with PHP.
Slides for this talk can be found here.
Posted on Mar 12th 2010 by admin.
Speaker: Boy Baukema
Like PHP, JavaScript is easy to learn but hard to master.
In this talk these and more comparisons will be drawn between the two languages. The main weaknesses and strengths of JavaScript will be discussed and compared to PHP.
Examples will be given of closures and lambda functions in JavaScript and they will be compared to the implementation of these same features in the upcoming PHP 5.3. And through comparison the speaker will demonstrate that the two languages are quite similar.