2022-08-04・5 min read
Running old Ruby on Rails application with Docker
A few years ago, in 2016 I was developing Ruby on Rails applications. It was the beginning of my programming journey so I was not paying attention to containerization or even proper documentation. This made running those apps in 2022 a little bit…
2021-10-20・2 min read
Automatically Restarting Heroku App With Cronjob
In this blog post, I will describe how to configure an automatic restart of your Heroku app. This will be done in a few steps: Get a Heroku authentication token. Prepare the Heroku API request for restarting dynos. Create a script with this request…
2021-09-14・7 min read
Football Data Visualizations - Passing Networks
End to End Football Data Visualization During Euro 2020 I've seen a lot of good-looking visualizations on Twitter (see those created by Maram AlBaharna and Matteo Pilotto). There's also plenty of other data scientist, some professional and some…
2021-05-01・2 min read
Disabling captions in LaTeX subfigures and dividing figures between multiple pages
Motivation While writing my thesis paper I have encountered problem with subfigure captions. I wanted to get rid off subfigure numbers, i.e. "(a)" or "(b)". I didn't want to disable subcaptions in entire document but do this locally. That is my LaTeX…
2021-04-25・9 min read
The Great Depression
What was The Great Depression The Great Depression was a major worldwide economic depression that took place during the 1930s, beginning in the United States in 1929 after the stock market crash of October 29, 1929 (Black Tuesday). As a comparison…