Hello everyone. I am storing my approaches and thoughts here just to remember them better.
April 1, 2025
Why the laptop can't suspend
March 18, 2025
How to inherit CheckboxSelectMultiple django form for using it with Wagtail
March 16, 2025
Use GzipFile and TextIOWrapper for reading from S3 line-by-line
Feb. 25, 2025
Some actions about my data security
Feb. 22, 2025
Python: use an additional dict for sorting a list of tuples
Feb. 17, 2025
Some steps to get your site indexed by Google: https, sitemap, canonical links, etc.
Feb. 16, 2025
Adding a new site, I always forget to add my new subdomain to these settings in Wagtail :D
Sometimes I work with third-party libraries and I want to check what is the path of calling methods and functions
Several weeks ago I faced the issue: I have a method that is used in a lot of places, and I was not going to change the interface of this method...