In January I've been speaking at PHP Benelux 2013, one of the major PHP conferences in Europe.
You can find a recount of what happened there on the Onebip blog (my company, which sponsored my travel).
A journey in web development, [computer] science, engineering:
getting to know what lies under the hood -- Giorgio Sironi
Subscribe to:
Post Comments (Atom)
Featured post
A map metaphor for architectural diagrams
It is a (two-dimension) representation of a pipe. The map is not the territory , but in software engineering terms they are models of it....
Popular posts
-
Download now Practical Php Testing , my ebook on testing php applications, is finally here as promised, in the first days of December. Ho...
-
This is the errata page of the Practical Php Testing ebook, where typos and other errors will be listed and corrected. This page is linked ...
-
Mathematics is a part of a programmer's life. Other than the basic concepts implemented in programming languages, there are particular t...
2 comments:
PHP manages freeing all resources. Users does not required to free file handle resource, database resources, etc, unless programmer need to free resource during script execution. PHP has a garbage collector and a pretty complex memory manager.
A high usage ratio of PHP Depend and PHPMD in Benelux is interesting and sounds good, but why are there so less bug reports, feature requests etc.? I would love to see more user engagement, to improve both tools.
Post a Comment