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
Category Archives: agile
The Tale of An Operationally Excellent Team
“Based on a True Story” Join us for this short and boring novel of team work, excellence and success. The Team It all started on a Thursday morning. The team was happy: an essential refactoring went live the day before, … Continue reading
Posted in agile
Tagged continuous improvement, due diligence, incident management, IT, no blame culture, novel, operational excellence, sre, team work
Leave a comment
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
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
Program-ME Dojo Globalcode
Quick post, to bring back some life to this blog =) About one month ago, on December 10th, Globalcode organized its first programming DOJO. The topic was Program-ME, Globalcode’s version of Arduino. The idea of a dojo is to try … Continue reading
TDC – The Developers Conference 2009 – day 1
So, one more Java event happened this last weekend down here in Brazil. The Developers Conference, organized by Globalcode, took place on the 6th and 7th of November in São Paulo, and it is going also to Florianópolis (9th) and … Continue reading
Posted in agile, java, web development
Tagged ejb, glassfish, globalcode, grails, groovy, j2ee, java, jsf, netbeans, robot, spring, springsource
2 Comments
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