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

2020 week 24

Infrastructure as a python code Emacs blog posts with videos Small talk conference 2019 talks

Read more →
· 1 min read

2020 week 23

Awesome emacs introduction Emacs Doom Youtube playlist Clojure spec tips and tricks Janestreet Blog especially Review system in Emacs

Read more →
· 2 min read · php

Setting up a PHP development environment with Apache2 and php-fpm on macOS Catalina

At the moment using Docker for development on macOS © has its own flaws, and in case you need good performance, there is a more or less complicated way to set up a local development environment with …

Read more →
· 1 min read

Awesome video using REPL with Pharo on Raspberry Pi

Totally awesome video of remote REPL with interaction on the Raspberry Pi device. If you want to know more about Pharo and Smalltalk, I encourage you to complete this the free Pharo course.

Read more →
· 4 min read

Переезжая на Hugo

Первая запись в wordpress блоге датируется декабрем 2009. Видимо в это время мне стало понятно, что поддерживать контент-менеджмент в написанном на Parser 3 сайте nexus.org.ua стало накладно и я …

Read more →
· 1 min read

2020 week 22

Про раздел Links В еженедельном формате я буду публиковать ссылки, которые мне пригодились, в первую очередь чтобы разгребать все, что попадает в мой backlog, но также и делиться с читателями. Также …

Read more →
· 1 min read

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

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

Read more →
· 1 min read

2020 week 21

Телевизионная журналистика Статья на Habr про средства консоли chrome console http://kamalmarhubi.com/blog/2015/08/27/what-even-is-a-kubelet/ …

Read more →
· 1 min read

Ruby and Smalltalk

Ruby has so much inspiration from the Smalltalk! Here are my findings: Inspect method actually opens an inspector for the object in Smalltalk, Ruby just tries to show object’s guts collect, select are …

Read more →
· 1 min read

How to increase Kubernetes PVC size for AWS EBS

It’s quite simple to increase PVC size since K8s 1.11 kubectl describe pvc and find your storage class. Name: jenkins Namespace: jenkins StorageClass: jenkins-gp2 Status: Bound Volume: …

Read more →