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
In this post, we’ll be building a simple, but useful decorator from scratch and adding new functionality step by step to try and gain a better understanding of how python decorators work, and how they can be used.