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 with grep/sed/awk tool chain. How to handle it for JSON? Searching for a solution 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 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 short configuration and run fat 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 in our commercial project. 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 casting is not possible 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 and we had to print in which phase we currently Read more
Journal.IO 1.3 released
About
Just a moment ago (in February 17th) Journal.IO 1.3 has been released. Journal.IO (https://github.com/sbtourist/Journal.IO) is a lightweight, zero-dependency Read more
Control your bandwidth using ntop
- local hosts bandwidth distribution
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 modules, back-end development in this
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 useful and how run them.
In this Read more