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 …
Visual Studio 2017 and CMake
Microsoft is continuously improving its record with the open source community. First dumping massive chunks of .NET into github, then actually making …
String interpolation in Python 3.6
String interpolation is a useful feature in many programming languages which helps the developers to generate formatted messages easier. An example …
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 …
New Google Inbox - first impressions
Yesterday I received an invitation to Google Inbox - a new mail service from Google on top of the famous GMail. I wanted to use it because it provided …