From time to time I have a need to do some fixes in my json data. In a world of flat files I do this Read more
Author: Arek Burdach
Enums for scala
Scala has very limited implementation of Enumeration. Enumerated objects can’t extends other classes. Partial replacement for it is to use sealed classes. You can do Read more
micro-burn has Trello integration
After a few long evenings I’ve finally integrated micro-burn with Trello. All you need to run it for your Trello board is to write Read more
Sample for lift-ng: Micro-burn 1.0.0 released
During a last few evenings in my free time I’ve worked on mini-application called micro-burn. The idea of it appear from work with Agile Jira Read more
Use asInstanceOf[T] carefully!
Background
Scala has nice static type checking engine but from time to time there are situations when we must downcast some general object. If this Read more
Multi phased processing in scala
Last time in our project we had to add progress bar for visualization of long time running process. Process was made of a few phases Read more
Control your bandwidth using ntop
I was looking for tool which could help me check who is using my bandwidth. Here are requirements which I want from this kind of
Rapid js + css development
Background
Last time I had some work to do in
OSGi web module written in Spring MVC. If we have application splitted to well-designed
TouK on GitHub Part 1
Our company moving our Open Source projects from present top.touk.pl host on github. It is a good moment to refresh knowledge why they can be Read more