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
May 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 31
Tag Archives: functional programming
Scala World 2017
Scala World 2017 So this year I managed to go to Scala World again and, like last year, it was awesome. Also like last year the event featured some extra activities, outdoors. And unlike last year, this time I participated … Continue reading
Posted in scala
Tagged anamorphism, catamorphism, functional programming, hike, jcranky, penrith, scala, scala world, women in tech
Leave a comment
Lots of Fun in Brazil
This year – 2017 if you reading somewhere from the future, between late April and early May I visited Brazil. I obviously took the time to visit family and friends, but I want to talk about something else: I attended … Continue reading
Posted in scala
Tagged 3d printing, functional programming, intel, panama papers, qcon, qcon sp, scala, tdc, tdc floripa, thedevconf, vr
Leave a comment
Quick introduction to functions in Scala
So, as you might already know, Scala is a functional language. This means that it is heavily based on functions (Scala actually mixes Object Orientation and Functional Programming). Lets take a look on how to use functions in Scala. It … Continue reading
Posted in scala
Tagged function, functional programming, object orientation, operator, operator overload, scala, scaladoc
Leave a comment