From AsciiDoc/DocBook to PDF, ePub and mobi - part 2
Submitted by Tomek Kaczanowski on Tue, 07/02/2013 - 22:11This time we will look into Docbook/Fop/PDF generation, which is much more complicated than what we did previously with HTML and txt.
From AsciiDoc/DocBook to PDF, ePub and mobi - part 1
Submitted by Tomek Kaczanowski on Mon, 07/01/2013 - 21:58First of all, it was obvious to me that I will use AsciiDoc to write books. The rest was only a matter of implementation. ;)
In this serie of blog post I will describe the details of how I have used AsciiDoc, DocBook & co. to generate a book in various formats.
Testing with Fluent APIs
Submitted by Tomek Kaczanowski on Wed, 06/26/2013 - 19:21The more tests I write, the more love I feel towards fluent interfaces :) I hope to write someday soon more about Test Data Builders and FEST assertions, but for now only a short list of useful fluent APIs that can help you write nice(r) tests:
- FEST Fluent Assertions Module - for those who prefer
assertThat
overassertEquals
You Shall Not Test Methods
Submitted by Tomek Kaczanowski on Tue, 06/18/2013 - 07:02When discussing unit tests it often happen that I hear that "unit testing is about testing methods". I do not agree, and because this is something which surfaces here and there so I think the idea deserves a comment.
Fighthing Generics Monster
Submitted by Tomek Kaczanowski on Mon, 05/27/2013 - 11:211000 words about Java generics.
Why Self-Publishing?
Submitted by Tomek Kaczanowski on Wed, 05/08/2013 - 15:13I got an email asking why I have decided to self-publish rather than go to some big name like O'Reilly. Here are the reasons:
JUnit And TestNG - Similar Or Different?
Submitted by Tomek Kaczanowski on Sat, 04/20/2013 - 09:39The slides from my short talk about JUnit and TestNG on 18 April 2013, BrighTalks.
To view the presentation click here.
Code Kata - Pager
Submitted by Tomek Kaczanowski on Tue, 04/09/2013 - 08:20A simple code kata - "Pager" - which could be used by those who try to learn programming, and especially for TDD beginners.
Failed Build? Never Again!
Submitted by Tomek Kaczanowski on Mon, 04/01/2013 - 08:06Oh, a failed test again! And not on your local machine but on the CI server! What to do, oh, what to do?!
This used to be my blog. I moved to http://tomek.kaczanowscy.pl long time ago.
