Startup mentality
There was a characteristic talk at one of last Stackoverflow Poscasts. One of the hosts said he had to bring…
programming and psychology
There was a characteristic talk at one of last Stackoverflow Poscasts. One of the hosts said he had to bring…
Another brilliant talk from one of the older goto conferences: Why Scaling Agile Doesn’t Work. My main takeaway from it:…
The only thing I’m good at is complaining, so when I found a couple of false-positives in the SonarQube, I…
This is a small post written after a presentation on Java User Group Graz regarding IntelliJ tricks. The presentation is available…
During Netconomy Summit I learned about an interesting algorithm called HyperLogLog. The idea is like this — suppose you have…
This article is also available in russian Image courtesy of www.freedigitalphotos.net If software developers were janitors Junior Developer — knows…
Unit testing is more or less like the tire testing. You take a wheel, disconnect it form the car, put…
Today I encountered this nice SP2-0027 Oracle error. In short, there is a limitation in sqlplus that does not allow…
One of the problems with WScript is that it implements not the normal JavaScript we all use in web but…
One more caveat in using switch-statement is when you tend to use it like if-statement. Here is an example: Now.…