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
January 2026 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 31
Author Archives: Paulo "JCranky" Siqueira
TDC 2012 and Scala
From 4th to 8th July this year we will have the TDC conference in São Paulo. Although we are already very close to the event date, the call for papers is still open, so please submit something. Of special interested … Continue reading
a small store application in scala, with play and akka
I’ve been promising some people that I would put a personal project I’m working on available on github. I wanted to have it done and usable before doing that, but since I always get delayed by something, I decided to … Continue reading
Slides from my Akka presentation at Just Java 2012
I just uploaded the slides from the Akka presentation I did at Just Java 2012. You can find them here. The slides are in portuguese because the audience were brazilians, of course 😉 By the way, the conference was really … Continue reading
Akka at Just Java 2012 in São Paulo
This weekend, 18th and 19th of May, will hold the Just Java 2012 conference down here in São Paulo, Brazil. If you are in the area, please drop by. This year, I’ll give a presentation about Akka 2.0 – mainly … Continue reading
Scala 99 Problems on github
A long time ago I started playing with the scala 99 problems. The project is going very slow, but it is moving. So I decided to share the code in a more open and easier way: github. I have solutions … Continue reading
Posted in scala
Tagged github, programming, repository, scala, scala 99 problems, specs2
Leave a comment
Why dynamic languages are not cool
Some people love dynamic languages. I don’t. This last week, I found one more reason for it. I might be a bit biased because I love Scala, but lets go for it. A project I started maintaining a few weeks … Continue reading
Posted in scala
Tagged dynamic, dynamic language, dynamic languages, interpreter, python, scala, static, static language, type
2 Comments
Matching a combination of class and trait in Scala
While doing some development with Scala I discovered that it is possible to match combinations of a class and traits. It might seem obvious if you already know it, but I didn’t. What happened is that I needed something like … Continue reading
Posted in scala
Tagged AnyRef, case, class, match, pattern matching, scala, trait, with
Leave a comment
scaladores first meeting
Right to the point: we are starting a Scala user group down here in São Paulo, called Scaladores. The idea is to for people interested in the Scala language to meet in person and talk about it. If you are … Continue reading
Acidental scala upgrade with sbaz
And then I was playing around with the scala tools that come in the installation’s bin folder. There is something there called sbaz, and this name sounds so different that I just HAD to play with it to find out … Continue reading
Posted in scala
Tagged netbeans, package manager, sbaz, scala, scala-library, upgrade
Leave a comment
Scala’s Parallel Collections are useful even in the most simple cases
One of the main features that Scala version 2.9.x brought was Parallel Collections. If you think about it quickly, you might consider using such a feature only in complex, process intensive scenarios. Although those are certainly the main places where … Continue reading
Posted in scala
Tagged amazon, amazon s3, collections, foreach, par, parallel collections, s3, scala
Leave a comment