Explore >> Select a destination


You are here

www.electricmonk.nl
| | tdhopper.com
32.5 parsecs away

Travel
| | I wrote a few months back about how data scientists need more automation. In particular, I suggested that data scientists would be wise to learn more about automated system configuration and automated deployments. In an attempt to take my own advice, I've finally been making myself learn Ansible. It turns out that a great way to learn it is to sit down and read through the docs, front to back; I commend that tactic to you.
| | thomascfoulds.com
19.3 parsecs away

Travel
| | Ansible is a powerful tool for managing your servers but it can be difficult to manage when dealing with large projects. Here are 25 tips you can follow to m...
| | stribny.name
8.9 parsecs away

Travel
| |
| | blog.fredrb.com
97.6 parsecs away

Travel
| Tiny Python Docker Images I was looking for a way to create a very small docker image for a Python project. The python project I created is a Telegram bot quizzes me in German. The python-telegram-bot pip package requires gcc to fully build- so using alpine image did not do the trick for me. I searched online, found a few example bot none that would actually do what I needed with a reasonable image size.