Real-time notifications with Django-channels, HTMX and Server Sent Events
2024-04-20
Using htmx server-sent events to update client-side html elements in real-time based on changes to data in a Django backend.
2024-04-20
Using htmx server-sent events to update client-side html elements in real-time based on changes to data in a Django backend.
2020-07-11
A walkthrough of how I used the Ansible Python API to create a script which executes any playbook and reports the apt packages that it does NOT install (i.e unmanaged packages), but are installed on the system. This is useful for auditing systems where packages should only be installed automatically by ansible
2019-06-22
We look at how python decorators work using an example from the python decorator library - one which retries function execution on failure.