Running ipinfo.tw on dokku
To obtain my external IP, I chose to use ipinfo.tw. Initially, I fetched my IP via https://ipinfo.tw, but I decided to host it on my own server. I prefer using Dokku to run applications, manage su...
I'm Pierre, a senior software engineer based in Strasbourg, France. With over 15 years of experience, I specialize in Ruby on Rails and Hotwire, with deep expertise in Android and iOS native mobile development. I build complete solutions from backend to production.
To obtain my external IP, I chose to use ipinfo.tw. Initially, I fetched my IP via https://ipinfo.tw, but I decided to host it on my own server. I prefer using Dokku to run applications, manage su...
You can easily speedup tests runs by using matrix strategy with github actions. Create a script called for example ci_tests which generates for example the following JSON output: { "include": [ ...