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

Вещи в веб-деве, которые меня действительно впечатлили

Lightmod и Nightcode редактор с подсветкой синтаксиса, где Clojure и ClojureScript работают из коробки и есть несколько хороших примеров кода прямо в той же коробке. Удивительно, какие вещи может …

Read more →
· 2 min read

Про редакторы и IDE

Я люблю время от времени тыкать палочкой в различные редакторы и пробовать их в своей работе. Сейчас появилось очень много интересных и быстрых штук типа Sublime, Atom, LightTable. Ребята из Jetbrains …

Read more →
· 2 min read

Моноколесо Ninebot One S2: Ремонт прокола камеры своими руками

Однажды ехал вечером домой и не заметил достаточно глубокую яму. После обследовал колесо: включается-выключается, крутится, но шина спущена. Взял в руки потерпевшего и понес 🙂 Насмотрелся видео с …

Read more →
· 1 min read

Quick fix for rubygems SSL error

In case you get ERROR: SSL verification error at depth 2: certificate has expired (10) ERROR: Certificate /C=BE/O=GlobalSign nv-sa/OU=Root CA/CN=GlobalSign Root CA expired at 2014–01–28T12:00:00Z …

Read more →
· 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 →