web | https://blog.pecar.me/ |
---|---|
Author | Anže |
Feb. 6, 2024 » Anže’s Blog » [Archived Version]
How to configure SQLite for better throughput with Django.
Read MoreJan. 16, 2024 » Anže’s Blog » [Archived Version]
Explains `database is locked` errors in Django when using SQLite, and how to solve them.
Read MoreJan. 2, 2024 » Anže’s Blog » [Archived Version]
This article shows how to achieve zero-downtime deploys of your Django, Flaks, or FastAPI app using only Gunicorn. It explains how to reload the Gunicorn process with the -HUP signal using systemd or the kill command directly making sure no requests are dropped during the upgrade.
Read MoreNov. 3, 2023 » Anže’s Blog » [Archived Version]
Speed up your SQLite writes and reads with this crazy trick. 🤪
Read MoreOct. 6, 2023 » Anže’s Blog » [Archived Version]
How to write a simple pytest plugin.
Read MoreSept. 16, 2023 » Anže’s Blog » [Archived Version]
Discover the most favorited posts from developers on Mastodon with Fedidevs Posts.
Read MoreAug. 25, 2023 » Anže’s Blog » [Archived Version]
How I've built django-tui
Read MoreAug. 18, 2023 » Anže’s Blog » [Archived Version]
Scribbling down how I automated publishing to PyPI with GitHub Actions.
Read MoreAug. 11, 2023 » Anže’s Blog » [Archived Version]
I am coding a TUI application to help me with my daily writing.
Read MoreAug. 1, 2023 » Anže’s Blog » [Archived Version]
How to automatically reload your Textual app when code changes occur
Read More