Первая запись в wordpress блоге датируется декабрем 2009. Видимо в это время мне стало понятно, что поддерживать контент-менеджмент в написанном на Parser 3 сайте nexus.org.ua стало накладно и я сделал выбор в пользу популярного движка блогов wordpress. Надо признать, под влиянием medium он сильно прибавил в юзабилити и редактировать посты стало в нем одно удовольствие.
Как видите на 2009 год я считал, что поднять mysql и запустить php было очень хорошей идеей. Все это так, пока ты не становишься старше и не принимаешь решение, что поддержкой wordpress ты заниматься не хочешь, потому что:
В какой-то момент не хочется заниматься поддержкой всех этих технологий, а хочется просто писать в блог.
В еженедельном формате я буду публиковать ссылки, которые мне пригодились, в первую очередь чтобы разгребать все, что попадает в мой backlog, но также и делиться с читателями.
Также мне очень нравится подход, которому я научился у американцев, считать неделями. В году ведь всего 52 недели и каждая пронумерована, так довольно прикольно индексировать.
Я люблю время от времени тыкать палочкой в различные редакторы и пробовать их в своей работе.
Сейчас появилось очень много интересных и быстрых штук типа Sublime, Atom, LightTable. Ребята из Jetbrains создают отличные (но медленные и прожорливые) IDE типа WebStorm, RubyMine, PyCharm.
Ruby has so much inspiration from the Smalltalk!
Here are my findings:
super
is calling the superclass
parent methodIt’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: pvc-473e3dbf-b759-11e9-9cbc-02a7fb0b6cca
Labels: app.kubernetes.io/component=jenkins-master
app.kubernetes.io/instance=jenkins
app.kubernetes.io/managed-by=Tiller
app.kubernetes.io/name=jenkins
helm.sh/chart=jenkins-1.3.6
Annotations: pv.kubernetes.io/bind-completed: yes
pv.kubernetes.io/bound-by-controller: yes
volume.beta.kubernetes.io/storage-provisioner: kubernetes.io/aws-ebs
Finalizers: [kubernetes.io/pvc-protection]
Capacity: 16Gi
Access Modes: RWO
VolumeMode: Filesystem
Mounted By: jenkins-6b5c9bcbbb-gr2l5
Events:
kubectl edit storageclass jenkins-gp2
add the following to your storage class
allowVolumeExpansion: true
kubectl edit pvc jenkins
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 https://it-premium.com.ua reincarnation featured with responsiveness and saving all the functionality it had before. Though it wasn’t a simple, but very interesting journey.
Here are the specs I wanted to preserve:
At first, it was a Ruby on Rails 4.2 application and it used the following gems:
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 "maksym.prokopov@trilogy.com"
set itemLocation to location of first event where its start date ≤ (current date) + 10 * minutes and end date ≥ (current date)
if itemLocation contains "zoom.us" then tell application "Finder" to open location itemLocation
end tell
end tell
This is really my little timesaver because you know, a lot of meetings happen when you work remotely.