Binary self contained structured logs for fun and profit
The number of large software systems in the world is growing steadily. Old first generation solutions get improvements and grow more sophisticated. …
Using telegram bots for DevOps notification and script updates
Telegram, one of the largest instant messaging applications, introduces bot support some time ago. Their main purpose, it seems, is to have a sort of …
Bokeh graphs and pandas dataframe groupby object
Bokeh is a nice library, helping python web developers to visualise your data in the browser. It is on good terms with pandas, the statistical and …
YamlDotNet and anchor references
Yaml is a convenient format for config storing . There are bindings in most of the popular programming languages, including .NET. The latter is well …
Creating Drupal theme based on boostrap and material design from Google
Scrapy and persistent cookie manager middleware
Scrapy is a nice python environment for web scraping, i.e. extracting information from web sites automatically by crawling them. It works best with …
No more Mr JavaScript guy?
After doing some web development work recently, I have clearly remembered why I hate JavaScript so much. Not only is it ugly as a language, lacking in …
Mobile multi-platform development
Again I find myself thinking about how to write as little code as possible when developing applications for various mobile platform. I do find it …
Using SSH in scripts ignoring known_hosts file
Sometimes you want to automate some SSH command execution and don’t really care about checking the remote machines in
Clever spammers
There is no doubt - spammers are becoming cleverer every day. I’ve added CAPTCHA verification to my site in order to prevent spam comments from …