How to use a `DATABASE_URL` environment variable with Alembic.
I always find interesting to port a simple web app from a stack to another. Today I rewrite a small Django app to Go.
My "Rapid Application Development" process to build a web app and deploy it live in a single day with Django - part 3/3.
Today I Learnt... that there are several techniques that can help making content insertions with SQLite much faster.
Learning how to trigger a GitHub Action that builds my GitHub README when a `git push` is done on this blog's repository.