When connecting to an SSH server using Python libraries like Fabric or Paramiko, if the versions are outdated, you may encounter the error "Authentication (publickey) failed."
I recently realized that I can rotate backup files (by deleting old files) every few days by sharding the sequential day numbers, which increase by one each day, using modulo 10. Here's the method I've been using lately.
Here's an overview of the blog post in English:
---
This blog post introduces a function to obtain a datetime N months ago, without using the `dateutil` library.
The function was created because `dateutil` was not available in the Python Data Source for Re:dash.
---
During an IT audit, it was necessary to represent the scale of the application. To achieve this, I decided to consider the total number of URLs in Django as an indicator of the application's scale.