• Tips and Tricks

    Mimicking TravisCI with Jenkins

    by  • February 6, 2013 • PHP, Tips and Tricks, Tools • 1 Comment

    We are all awaiting the day when all of us can get TravisCI Pro and get all of that testing goodness into our private repositories right? And by that I mean, having our PRs annotated with build status, running automated tests and such. Well, there is a work around to it, if you use...

    Read more →

    Debugging PHPUnit Tests in NetBeans with XDebug

    by  • May 13, 2011 • PHP, Tips and Tricks, Tools • 4 Comments

    Every now and then you run into this weird situation in your code, where something that was supposed to zig is now zagging and it makes no sense whatsoever. For me this ends up happening in my unit tests since i’m not running everything in the browser everytime and since my tests usually run...

    Read more →

    Using the Facebook PHP-SDK to run FQL

    by  • January 12, 2011 • Development, Pessoal/Off-topic, PHP, Tips and Tricks • 4 Comments

    As of Facebook’s migration to the new Graph API and its OAuth 2.0 protocols, I can say that their Developer documentation has become a confusing, misleading and generally unstrung pile of semi-deprecated articles, and I’m being optimistic in doing so. Problem is lots of old articles are still in there pointing to old practices...

    Read more →