RSS feed
Subscribe to the blog's RSS feed here.JCranky’s Twitter
Tweets by jcranky- agile
- akka
- arduino
- book
- caelum
- case
- casual class
- class
- clone
- cloud
- cloud computing
- coffee
- collections
- css
- date
- digital tv
- dojo
- ejb
- event
- foreach
- function
- functional programming
- ginga
- globalcode
- good practices
- infoq
- j2ee
- java
- java posse
- javascript
- js
- jsf
- junit
- just java
- jxta
- language
- last
- list
- lojinha
- london
- match
- maven
- mercurial
- music
- mvn
- netbeans
- p2p
- pair programming
- pattern matching
- peer-to-peer
- podcast
- programming
- regex
- REST
- robotics
- roo
- s-99
- sbt
- scala
- scala 99 problems
- scalax
- simple build tool
- spring
- spring roo
- springsource
- sun
- tdc
- tdd
- test
- thedevelopersconference
- typesafe
- value
- web development
- xml
- xp
June 2023 M T W T F S S 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
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 agile, code quality, code review, git, PR, PRs, pull request, pull requests, rebase, review, stash, team work, teamwork, test
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 agile, java, javascript, python, ruby, scala, tdc, tdc 2011, thedevelopersconference
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
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
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
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 agile, caelum, event, falando em java, java, web
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 agile, event, globalcode, j2ee, java, opentdc, robotics
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
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
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