Ванкувер

Ура! Новое велопутешествие! Дима обнаружил дешевые билеты в Ванкувер на 5 дней, и мы решили отправиться туда!

Riviere-a-Pierre - Montreal
Ура получилось! Мы в Riviere-a-Pierre, где начинается наше велопутишествие. Добрались на поезде 8 ) ViaRail. Никогда не ездил на поезде в Канаде. Все незнакомо, много вопросов и не был уверен, что ...
В округе города Mont-Laurier QC
В округе города Mont-Laurier QC, на карте opencyclemap выделены синим вело маршруты. Стало интересно что там, проверим. Сам город известен финишем Ptit-train du Nord, 201 км и… может чем-то еще. Micr ...
Central Ontario Trail Loop (COLT)
Central Ontario Trail Loop (COLT) - 450km, 80% по диким дорожкам. В неспешном темпе мы проехали за 5 дней. Велодорожками это назвать сложно, по большей части это сети для ATV и снегоходов зимой. Пр ...
Мексика - крутим по Юкатану
Итак, начинаем! 30 декабря, мы c Dmitry Zhuravlev ждем посадку на рейс в Канкун, Мексика. Билеты взяты еще до событий варианта О, и две последние недели потрепали нервишки возможными отменами и пер ...
Deploy to Virtual Private Cloud using Github actions

Github actions is a nice addition to all GH services. It might be very useful as basic CI/CD system. Easy to setup and use.

I wasn't sure about using it because of GH is a public system and I want to use it to deploy code into private network servers.

Whitelisting GH IP addresses and opening ports from outside is not my way. Here is how to solve it.

Google, something is very wrong with your API's

Google FCM or Google Cloud Messaging is terrible to setup, understand and use. Documentation looks solid, but it does not give answers to tons of small questions of how it works behind the scene. How to expire subscription? How to unsubscribe everybody from given topic?

Wordpress Gutenberg 2

Wordpress Classic Editor plugin has 5M+ installs except,

Asynchronous requests with RxHTTP

Asynchronous programming is very popular nowadays, mostly popularized by Javascript in Node.JS. Having single thread in Javascript leaves no way to do parallel things. Same picture is in PHP, where request is handled by single process or thread.

Good news is that PHP is not years behind. There are already async extensions and libraries, for example ReactPHP.

Our goal can easily be reached using ReactPHP based on callbacks or promises, but I want to add more magic with RxPHP. It is outstanding approach to solve daily tasks in a way you might never thought before.

So let's describe ultimate goals and move on:  Efficially query remote Rest API via HTTP GET.

Change tooltip position on Google Charts

It does not support changing tooltip position by any methods.  In case of HTML tooltips, they appear not in desired position.  Next method works, it is based on my findings and own experience.