- Why I moved away from Poetry for Python
December 15, 2022 poetrypython - Book review: "Flask Web Development" by Miguel Grinberg
February 7, 2022 flaskpythonbook-review - To convert an unhashable Python dictionary to a hashable one
February 22, 2023 pythoncaching - How to speed up development using 'requests-cache' for Python
September 25, 2022 cachingpython - To use 'git bisect' to find when something was fixed in CPython
August 17, 2022 bashdiffinggitpython - 'pip' can't uninstall packages installed with 'sudo'
April 26, 2022 pippython - You might not need 'jq' for simpler use cases
April 8, 2022 azure-clijsonpython - A lesson in Docker build cache invalidation
March 15, 2022 cachingdockerpippython - '--preload' exposes additional logs in Gunicorn
March 9, 2022 python - Docker multi-stage builds, GitLab CI/CD, and Poetry are easy enough
December 8, 2021 cicddockergitlabpoetrypython - You can view up-to-date speed measurements of CPython
November 14, 2021 performancepython - It makes sense to pin even patch versions of dependencies
November 10, 2021 dockerpython - Python decorators are executed at the time the function is defined
November 3, 2021 python