- tailwindcss 4
- gunicorn 3
- Alpine.js 3
- ansible 2
- pyenv 2
- databases 2
- systemd 2
- htmx 2
- VirtualBox 1
- poetry 1
- SQLite 1
- DjangoCon 1
- supervisor 1
- pip 1
- git 1
- https 1
- aws 1
- serverless 1
- s3 1
- VSCode 1
- debugging 1
- npm 1
- pm2 1
- css 1
- postgres 1
tailwindcss
Floating labels for select fields
How to create floating labels for select fields
Loading spinners
How to create loading spinners with htmx and tailwindcss
Floating labels with Tailwindcss
How to create floating labels with Tailwindcss
Include tailwindcss in a Django project
How to include tailwindcss in a Django project with django-tailwind and automatically run both npm and runserver during development
gunicorn
Deploy a Django app on a VM (manually)
All manual steps required to transfer the code on the remote host and set up a systemd service that executes your Django application
Manage background processes with Supervisor or Systemd
How to run your Django application as a background process
Gunicorn from scratch
How to run your Django application through a WSGI server like Gunicorn
Alpine.js
Dynamic formsets with Alpine.js
How to dynamically add and remove forms in django formsets with Alpine.js
Select dropdown with search
How to crate a select dropdown with a search field to filter options
Enhance your forms with Alpine.js
How to prefill forms with data from the local storage
ansible
Automate deployment with Ansible
How to automate provisioning of a remote host and deployment with Ansible
Set up a VirtualBox VM
How to run a virtual host locally to test your automatic provisioning
pyenv
Deploy a Django app on a VM (manually)
All manual steps required to transfer the code on the remote host and set up a systemd service that executes your Django application
How to set up a Django project
How to start a Django project the right way
databases
Postgres
Open source relational database with a lot of features and a big community. It is well supported by Django and has a lot of tools and packages around it.
SQLite in production
SQLite can handle concurrent writes, it is easy to set up, and can be backed up easily to S3 with Litestream
systemd
Deploy a Django app on a VM (manually)
All manual steps required to transfer the code on the remote host and set up a systemd service that executes your Django application
Manage background processes with Supervisor or Systemd
How to run your Django application as a background process
htmx
Loading spinners
How to create loading spinners with htmx and tailwindcss
Django and HTMX
How to create a form wizard with Django and HTMX, without saving any intermediate data to the database or session
VirtualBox
Set up a VirtualBox VM
How to run a virtual host locally to test your automatic provisioning
poetry
How to set up a Django project
How to start a Django project the right way
SQLite
SQLite in production
SQLite can handle concurrent writes, it is easy to set up, and can be backed up easily to S3 with Litestream
DjangoCon
SQLite in production
SQLite can handle concurrent writes, it is easy to set up, and can be backed up easily to S3 with Litestream
supervisor
Manage background processes with Supervisor or Systemd
How to run your Django application as a background process
pip
Deploy a Django app on a VM (manually)
All manual steps required to transfer the code on the remote host and set up a systemd service that executes your Django application
git
Deploy a Django app on a VM (manually)
All manual steps required to transfer the code on the remote host and set up a systemd service that executes your Django application
https
https://
How to create my own certificates and serve over https
aws
Simulate an S3 Bucket locally with LocalStack
How to create an S3 bucket locally and connect it to a Django application
serverless
Simulate an S3 Bucket locally with LocalStack
How to create an S3 bucket locally and connect it to a Django application
s3
Simulate an S3 Bucket locally with LocalStack
How to create an S3 bucket locally and connect it to a Django application
VSCode
Debugging with VSCode
How to debug a python application in VSCode
debugging
Debugging with VSCode
How to debug a python application in VSCode
npm
Include tailwindcss in a Django project
How to include tailwindcss in a Django project with django-tailwind and automatically run both npm and runserver during development
pm2
Include tailwindcss in a Django project
How to include tailwindcss in a Django project with django-tailwind and automatically run both npm and runserver during development
css
Floating labels with Tailwindcss
How to create floating labels with Tailwindcss
postgres
Postgres
Open source relational database with a lot of features and a big community. It is well supported by Django and has a lot of tools and packages around it.