HTMX, Django list_editable, and ManyToMany relationships in Django Admin
A quick demonstration of how I use HTMX in the Django Admin to hack in a ManyToMany relationship, kind of like using list_editable…
A quick demonstration of how I use HTMX in the Django Admin to hack in a ManyToMany relationship, kind of like using list_editable…
Brave makes a strategic mistake in buying a defunct search engine. Say it with me folks, privacy is a feature, not a platform.…
Put away the keyboard Put down the phone Go find somewhere away from work We all need some time to free roam and let our minds wander. Free from work. Free from distraction.…
I once built a Yelp for apartments/rentals. It did not work out. This is that story.…
Frustrated with Google, I decided to build a focused search engine to see if it can deliver better results. My first experiment covers the Django ecosystem.…
Success is the iterative process of many small failures– small bets made over and over again. Each time is slightly different, eventually leading me to an acceptable outcome.…
Quickly develop async task queues with only django commands and postgresql. I dont need the complexity of Kafka, RabbitMQ, or Celery.…
Quick docker/docker-compose setup of how to use caddy to serve your files…