Tag Archives: agile

A plea for small Pull Requests

A Plea For Small Pull Requests Pull Requests (PRs) are the norm today when it comes to common software development practices in teams. It is the right way to submit code changes so that your peers can check them out, … Continue reading

Posted in agile, misc | Tagged , , , , , , , , , , , , , | Leave a comment

The Developers Conference 2011

From July 6 to 10 happened The Developers Conference 2011 down here in São Paulo. The other editions were really good and, better, this one topped all of them. It was a really fun and productive event. I had the … Continue reading

Posted in java | Tagged , , , , , , , , | 3 Comments

TDD Talk at UMC

Yesterday I gave a speech, with two friends, about Test Driven Development at UMC, here in Mogi das Cruzes – SP – Brazil. The talk was nice, and this post is just to thank Claudinho and Fabio, the two friends … Continue reading

Posted in agile, java | Tagged , , , , , | Leave a comment

Testing XML data in your unit tests with XMLUnit

Once upon a time I had to compare two pieces of XML data. And it was good. Well, actually, it wasn’t. Comparing two sets of XML can be really tough. Initially, I considered doing so by hand. Bad, bad idea, … Continue reading

Posted in agile | Tagged , , , , , | 1 Comment

Pair Programming as a Motivator

Everyone has ups and downs. Maybe a fight with a significant other, or a problem with family, it doesn’t matter, brought you down. I went through something in this line a while ago, although for a completely different reason. But … Continue reading

Posted in agile | Tagged , , , , | 1 Comment

Falando em Java 2009

Hi! This post is one more about Java related events! Two weeks ago, we had the OpenTDC 2009. And this last Sunday, we had the Falando em Java (Speaking Java) 2009. Those two were very busy weeks! As OpenTDC, Falando … Continue reading

Posted in agile, java, web development | Tagged , , , , , | 1 Comment

OpenTDC 2009

This last Sunday I went to the OpenTDC event, organized by Globalcode. It took place at the Universidade Anhembi Morumbi, down here in São Paulo, Brazil. Like the one that happened last year, it was very nice. The event started … Continue reading

Posted in agile, java, web development | Tagged , , , , , , | Leave a comment

Continuous deployment

Continuous deployment. How does that sound to you? Crazy? Beautiful? Difficult? For me, its every one those and than some more. I recently translated this InfoQ article about such topic, and it really made me think about the idea. Maybe … Continue reading

Posted in agile, misc | Tagged | Leave a comment

Infoq contributions

A few months ago I started to contribute to the brazilian version of the InfoQ website. My contributions consist basically of translations of some of the articles published in the english version. If you are interested, I created a page … Continue reading

Posted in agile, java, misc, web development | Tagged , , | Leave a comment

Software Quality and Agile

Often when we talk about agile software development, we mention how important quality is. In this post, I’ll run quickly through some thoughts and practices on how agile tries to guarantee this so-called higher quality. When I first started using … Continue reading

Posted in agile | Tagged , , , , | Leave a comment