A blog about programming. Mostly Python.

HOTW - HTML over-the-wire
A lot have changed since the invention of the World Wide Web (can we still call it like this?). One thing, tough, hasn't changed much...

Bootstrap 5 - Disable validation icons
Did you know you can disable validation icons on form validation when using Bootstrap 5?


Django (DRF) 12 Factor App with examples
I've been working with Django (especially with DRF) for a while now. Deploying Django apps is the one thing...