Personal blog powered by a passion for technology.
· 2 min read

Compare Postgres speed within Docker and without

I decided to compare if there will be significant differences between dockerized and non-dockerized Postgres. Here is my test environment: rails 5 application with rich test suite, about 628 examples, …

Read more →
· 2 min read

Gitlab: continuous delivery setup for Clojure/Java with Docker

Recently I was doing a microservice with Server Sent Events and Pedestal in Clojure and I though it should be a good idea to implement automatic build and deployment to docker registry container. I …

Read more →
· 2 min read

Fully automated docker mysql database backup from remote host

The main idea is to have fully automated docker database backup from low end D-Link NAS DNS-320. I believe, that host, which hosts backups should be responsible for doing whole backup process, not the …

Read more →
· 2 min read · ansible

Ansible Containers

Long story short. Ansible decided to create separate orchestration tool for the managing application containers, which is obviously a mainstream now. And this is straightforward next step after …

Read more →
· 1 min read

О красоте кода

Когда программист программирует, он начинает разбивать код на модули только потому, что имеет ограничение в своем неокортексе на количество одновременных элементов в памяти. А я ведь когда-то писал на …

Read more →
· 3 min read

Deployment of Clojure app to a production with Docker

Clojure deployment to a production itself not a very complicated task, but with the Docker it becomes more flexible solution. You can deploy your app to the Amazon EC2 or even to Amazon EC2 Container …

Read more →
· 1 min read

Что почистить на вашем Mac?

То, что раньше делал прекрасный Daisy Disk, сейчас вполне неплохо выполняет встроенная в Mac OS Sierra утилита.

Read more →
· 4 min read

Разработка фронтенда на веб катится не туда.

«Спасибо скажем мы Аллаху, за то, что он наполнил мир глупцами, Иначе не увидели бы мы мудрецов» Омар Хайям. Потребовалось мне на днях запилить динамический веб на стеке React + Redux. …

Read more →
· 2 min read

Про Docker и Ruby on Rails sprockets and precompiled assets

Рельсы идут не тем путем. По-хорошему монолит на рельсах нужно дробить, а то получается 1С:Бухгалтерия, со всеми включенными галочками по-умолчанию. В данном случае умолчания в рельсах слишком greedy. …

Read more →
· 5 min read

Музей Мерседес-Бенц в Штуттгарте

Музей Мерседес-Бенц в Штутгарте произвел на меня неизгладимое впечатление. Легко можно потратить на его посещение целый день и даже этого будет мало. Пожалуй, начну с развенчания некоторых мифов. У …

Read more →