I say Agile, You say Traditional, Document-Driven

As a Post-Modern Agilist, Naresh Jain leads Industrial Logic's initiatives in Asia. From Organizational Transformation to enhanced Developer productivity, Naresh helps organizations embrace, scale and sustain essential Agile and Lean thinking - I say Agile, You say Traditional, Document-Driven » Read More

Digg PHP's Scalability and Performance - O'Reilly ONLamp Blog

Several weeks ago there was a notable bit of controversy over some comments made by James Gosling, father of the Java programming language. He has since addressed the flame war that erupted, but the whole ordeal got me thinking seriously about PHP and its scalability and performance abilities compared to Java. I knew that several hugely popular Web 2.0 applications were written in scripting langu » Read More

Zipper - A Zipping Component In .NET 3.5 Using C# 3.0

Nice article with clean code and class diagram for Zipper - a Zipping component developed by Shams Mukhtar and article is posted on www.geekscafe.net » Read More

An Introduction to the Art of Unit Testing in PHP

Testing is an essential aspect of developing in any programming language. If you don't test your source code then how can you verify it works as expected? Manual testing can only be performed irregularly and usually only in limited ways. The answer to testing source code regularly, and in depth, is to write automated tests which can be frequently executed. In PHP such tests are usually written us » Read More