Personal blog powered by a passion for technology.
· 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 →
· 4 min read

My new modern web site stack

In the age of Kubernetes and all this fancy stuff, I decided to make something really simple and as static as possible. The modern, cutting-edge tech stack. This is a story about …

Read more →
· 1 min read

My recent tasks

Create a Jenkins job for mobile application internal share to the Google Play Store Create a Jenkins job for mobile application automated release to the Google Play Store Restore Jenkins jobs for the …

Read more →
· 1 min read

Applescript instantly open Zoom link from the iCal calendar

This is really my little timesaver because you know, a lot of meetings happen when you work remotely. Works best with Alfred 4 using mapped hotkey. tell application "Calendar" tell calendar …

Read more →
· 1 min read

Applescript instantly open Zoom link from the iCal calendar

This is really my little timesaver because you know, a lot of meetings happen when you work remotely.

Read more →
· 1 min read

The bad thing about Rails is that by default it suggests using own messy design patterns like fat…

The bad thing about Rails is that by default it suggests using own messy design patterns like fat models. I mean all these callbacks in AR, observers and everything that is good for a simple blog but …

Read more →
· 2 min read

Два древних языка, которые нужно изучить программисту

Почему нужно проинвестировать время в изучение двух древних языков Lisp и SmallTalk? Я уверен, что это сделает вас на шаг ближе к стадиям развития специалист и эксперт. Nikita Prokopov сделал отличный …

Read more →
· 2 min read

Два древних языка, которые нужно изучить программисту

Почему нужно проинвестировать время в изучение двух древних языков Lisp и SmallTalk? Я уверен, что это сделает вас на шаг ближе к стадиям развития специалист и эксперт. Nikita Prokopov сделал отличный …

Read more →
· 1 min read

How to improve ruby code with dup and tap methods

Here is a piece of my old code, but it’s definitely could be improved. def to_params h = ticket_params h[:activity] = extract_activity if extract_activity h[:event] = extract_event if extract_event …

Read more →
· 2 min read

Введение в Prolog

Хочу такой туториал, с которым все понятно, куда коней запрягать. А его нет. Напишу тогда свой. Итак, Пролог это не обычный язык программирования. Самый лучший пример использования это решение …

Read more →