Вещи в веб-деве, которые меня действительно впечатлили
Lightmod и Nightcode редактор с подсветкой синтаксиса, где Clojure и ClojureScript работают из коробки и есть несколько хороших примеров кода прямо в той же коробке. Удивительно, какие вещи может …
Read more →Про редакторы и IDE
Я люблю время от времени тыкать палочкой в различные редакторы и пробовать их в своей работе. Сейчас появилось очень много интересных и быстрых штук типа Sublime, Atom, LightTable. Ребята из Jetbrains …
Read more →Моноколесо Ninebot One S2: Ремонт прокола камеры своими руками
Однажды ехал вечером домой и не заметил достаточно глубокую яму. После обследовал колесо: включается-выключается, крутится, но шина спущена. Взял в руки потерпевшего и понес 🙂 Насмотрелся видео с …
Read more →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 →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 →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 →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 →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 →О красоте кода
Когда программист программирует, он начинает разбивать код на модули только потому, что имеет ограничение в своем неокортексе на количество одновременных элементов в памяти. А я ведь когда-то писал на …
Read more →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 →