November 2022

2022-11-27 15:03 (3 years ago)

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.

nuxt
2022-11-20 03:29 (3 years ago)

This document provides guidelines for easily setting up a development environment when you are using a different web framework for your server-side API, instead of utilizing the built-in server-side API feature of Nuxt3, which allows the creation of server-side APIs by simply creating a file like server/api/xxx.ts.

Django
2022-11-18 10:16 (3 years ago)

I usually write data copy scripts in bash, but I tried writing one in Python this time and decided to document it.

2022-11-16 00:19 (3 years ago)

Define a unique attribute for user Admin and ensure that only users with is_active = True are displayed.

2022-11-04 08:25 (3 years ago)

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. ---

Django
2022-11-02 12:34 (3 years ago)

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.

Categories

Archive