header image

Recent Posts

Facebook Hackercup. 5 tips

5 minute read

It is always interesting to measure your skills in problem solving. One of the ways to check how good you are, is to participate in Facebook Hackercup. If yo...

Microservices: Handling timeouts

2 minute read

The timeout pattern is perhaps the most basic way to reveal performance issues and satisfy the SLA. Even though the request did not succeed, the client gets ...

Hackatrain 2018

5 minute read

How about having a hackathon on a train? 6 hours on a train, without internet, with a speed over 180 km/h. Sounds crazy but rather cool, isn’t it? Consider a...

Do not lie to your user

1 minute read

Your app or service is ready to be released. Time to attract users - but how? What do you tell them about your masterpiece while temptation to praise it to t...

.Net Custom IDataReader

3 minute read

Recently I had an interesting task in the scope of the project. The requirements were to transfer the data from multiple ODBC sources into the destination da...

Javascript Stacked bar horizontal chart

4 minute read

Today I want to share with you some experience implementing a jquery-based plugin. What is needed is a stacked bar horizontal chart in HTML or javascript, id...