Reactions in slack. Improve collaboration in remote teams
Inspired by the “The Effective Remote Developer” talk from QCon I wanted to share a small trick we use in…
programming and psychology
Inspired by the “The Effective Remote Developer” talk from QCon I wanted to share a small trick we use in…
Problem: move many translations from the base_**.properties file to the impex file for LocalizationEntry table. Lets say in the base_**.properties for German language we have…
Recently I have taken a 4-day training culminated in the iSAQB CPSA Foundation Level Exam. The CPSA, by the way,…
During Netconomy Summit I learned about an interesting algorithm called HyperLogLog. The idea is like this — suppose you have…
There are people who argue that backdoors in hardware and software, that allows the government to access data bypassing the standard passwords are a good thing. Those are governments, they argue, I want to use passwords to protect myself from bad guys, but I also want the government to be able to break the devices of bad guys.
There is an interesting command in Linux: yes y It generates an infinite stream of letters ‘y’ and presses enter…
TL; DR – f.lux website. Winter is coming… which means the sun is going down earlier, and if you get…
As a supportive thing for some careercup challenges I wrote a class for a BST Node. It also stores the…
Rewritten my problem-tester project from scratch in Python 3. Here are the improvements. Debugging The problem with the old solution…
When designing nice modern HTML emails keep in mind that the support for CSS in email clients is much more…