Categories
Programming & Web Development

PHP Debugging with Xdebug

Web development with PHP can get frustrating without the adequate tools. The most common thing a new web developer does when attempting PHP debugging is to add var_dump() calls to print out the value of a variable at a certain point in the program’s execution, in conjunction with an exit() or die() call. Doing this […]

Categories
GNU/Linux Free Software & Open Source Programming & Web Development

10 PHP code quality tools to avoid a mess in your projects

When programming in any language there are certain common errors that everyone makes as they mature and evolve their programming skills. In the case of PHP, I’ve seen a lot of ugly and complicated code around, since the language is very permissive. To have a good and healthy PHP code base so it won’t resemble […]

Categories
GNU/Linux Free Software & Open Source Programming & Web Development

Easy PHP code test development with SimpleTest unit testing framework

Testing is a task every developer has to do eventually on any programming project. You can do it manually after writing all your code to see if it works as you intended, or better yet, before writing your code, using test driven development techniques that will save you time and frustrations down the road. One […]

Categories
Emacs personal

The Social Network Movie

I just saw The Social Network movie. From a geeky perspective, its a very interesting movie. But I don’t know if it will be entertaining enough for the general public. Also I say this with the perspective of having read the book, and as most movies based on books, they missed lots of details and […]

Categories
Events GNU/Linux Free Software & Open Source

First day at DrupalCon San Francisco 2010

DrupalCon San Francisco has been great. Yes, its been only one day but I love the atmosphere. There are several tracks going on at the same time during the day, so its impossible to see every talk. I hope that they publish videos of the ones I couldn’t attend. There’s about 3,000 attendees so the […]

Categories
GNU/Linux Free Software & Open Source Interesting random stuff Programming & Web Development

Random links from my bookmarks

I’d like to share my bookmarks from time to time. I think sometimes random browsing can be very fruitful and sometimes even productive. This week on my delicious bookmaks, I’d like to share: Red Hat Magazine | A guide to GNU Screen Very useful to use when needing to run long processes through an SSH […]