Posts
All the articles I've posted.
-
Upgrade Major PostgreSQL version on Docker
3 min read PostgreSQLEasily upgrade PostgreSQL in docker, without losing data
-
2023
1 min read New YearHello, 2023!
-
Hey there
2 min read LifeHey there... Long time no see.
-
What happened to self-hosted blogs?
2 min read RantPlatforms such as Medium have made the majority of original self-hosted blogs a matter of the past. Personally, for the whole blogging community, I believe that is terrible.
-
Your Own Python Calendar
1 min read PythonThe Python calendar module defines the Calendar class. This is used for various date calculations as well as TextCalendar and HTMLCalendar classes with their local subclasses, used for rendering pre-formatted output.
-
Get the Most of Floats
1 min read PythonFloats also have several additional methods useful in various scenarios
-
Format text paragraphs with textwrap
1 min read PythonPython's textwrap module is useful for rearranging text, e.g. wrapping and filling lines.
-
Unicode Character Database at Your Hand
1 min read PythonPython's self-explanatory module called unicodedata provides the user with access to the Unicode Character Database and implicitly every character's properties.