This Saturday we’ve (the Software Craftsmanship in Cracow guys) organized a Code Retreat, right after AgileCE. We’ve invited Corey Haines to join us and facilitate this meetup, and later on even Alexandru Bolboaca AND Maria Diaconu joined us in facilitating the event and so it got even better :-) Before we start, just a quick reminder [...]
Tags:
clean code,
clojure,
coderetreat,
coding,
java,
meeting,
objective-c,
python,
review,
ruby,
scala,
TDD
Hey there guys. I hope some you enjoyed my presentation on SFI last weekend. The workshop was kinda chaotic (network problems mailny) but I’m sure some of you got convinced to use, or begin with trying out, git in yout next projects… :-) Well, that was all nice and cool but git (other DVCS have [...]
Tags:
#maven,
bisect,
coding,
git,
java,
runner,
SCM,
TDD,
testing
Yesterday and today I’ve been hacking some JavaScript during a free training organized by http://releasingforce.com/ although they’re not really braging that it’s them who do these meetings, more precisely: http://www.devmeetings.pl/ :-) As I’m coding quite a lot GWT and JS has also become quite powerfull in the last years I enlisted the training to learn [...]
Tags:
clientside,
coding,
java,
javascript,
js,
meeting,
node.js,
review,
serverside,
TDD,
training
As my team is using a kinda weird source eclipse code formatter setup, that other IDEs can’t emulate in 100% I sometimes found myself committing in a file with only a few changed spaces. Of course, I could use “external-formatter” plugins etc but that’s no good. Running eclipse’s formatter each time I want to format [...]
Tags:
#eclipse,
coding,
git,
hack,
intellij,
java,
netbeans,
SCM,
tip,
xsolve
Ok, now for a quick trick before I get into writing more about git and our last javacamp (movies are still being converted, sorry for the long wait). If you code in Java, you most probably use (you really should use) some dependecy injection mechanisms. They’re really great and take care about all the setup [...]
Tags:
coding,
java,
jee,
junit,
junit4,
spring,
TDD,
testing
Yup, I’m now an happy owner of an Amazon Kindle. In case you don’t know what it is (…how’s that even possible…?) it’s an ebook reader. One of that kind we’ve been waiting for a loooong time now – with an e-ink display and free internet access etc etc… Here’s an super quick review of [...]
Tags:
amazon,
coding,
ebook,
java,
kindle,
lifestyle,
review
Hi guys, todays post is about yet another fun and small hack, namely: Having twitter posts (tweets) to be displayed right along all wordpress blog posts (posts) in the same timeline (wordpress main view). しかし!!! As my blog is being listed on http://www.dworld.pl/Blogsfera (and for other obvious reasons) I didn’t want all my tweets to [...]
Tags:
coding,
guide,
php,
tips,
twitter,
wordpress
Just a quick sed (the stream editor) example, as someone from work needed it a few minutes ago and I was more happy to supply an quick solution: # replace the href part [ktoso@homunculus ~]$ cat sedmastery <a href="#" id="hibernate">Hibernate</a> <a href="#" id="html">HTML</a> <a href="#" id="js">JavaScript</a> [ktoso@homunculus ~]$ sed 's|\([^#]*\)#\([^>]*\)>\([^< ]*\)|\1/\3\2>\3|g' sedmastery [...]
Tags:
coding,
sed,
shell,
terminal
After I came back to Poland this week I had an bazillion of things to do… Now it’s just getting even more but I’ll try survive this. One additional time-taker this week was this years Java Developers’ Day. In fact, it should have been renamed and I’m very wondered that it wasn’t to: “Java Developer [...]
Tags:
coding,
conference,
java,
jdd,
jee,
meeting,
review,
scala
!UPDATED POST – see bellow! As I’ve been recently given a task to “copy & paste” all our properties into an specific document on google docs – that the client wanted to use in order to translate these properties into other languages. Of course I decided NOT to do this by hand – but script [...]
Tags:
coding,
fun,
groovy,
gwt,
java,
jee,
project,
tips