django-planet

Blog: Josh Karamuth

web https://joshkaramuth.com/
Author

Why the HTML dialog element sucks

Feb. 4, 2025 » Josh Karamuth » [Archived Version]

Learn why you should implement custom modals instead of relying on dialog

Read More

Build a Reusable Component with Django Cotton and AlpineJS

Jan. 14, 2025 » Josh Karamuth » [Archived Version]

Learn how to build a reusable component with simple tools

Read More

The Most Absurd Profession

Jan. 13, 2025 » Josh Karamuth » [Archived Version]

Programming isn't about building useful software, it's about decency.

Read More

Show Django forms inside a modal using HTMX

Dec. 25, 2024 » Josh Karamuth » [Archived Version]

Learn how to create and edit models using Django forms inside a modal using HTMX

Read More

How to show a modal in Django + HTMX

Dec. 16, 2024 » Josh Karamuth » [Archived Version]

Learn how to show a modal with minimal Javascript in Django + HTMX

Read More

How and why to run your Docker apps without root

Oct. 25, 2024 » Josh Karamuth » [Archived Version]

Understand the importance of running your apps without root privileges inside your Docker container

Read More

Automated container deployment without a registry

Oct. 23, 2024 » Josh Karamuth » [Archived Version]

Learn how to automate deployment of a containerized Django app without a registry

Read More

Docker is better than Podman

Oct. 22, 2024 » Josh Karamuth » [Archived Version]

I experimented with Podman and realized that Docker is still better

Read More

Understanding Python Decorators thanks to Django

Oct. 14, 2024 » Josh Karamuth » [Archived Version]

Master Python decorators by dissecting ones provided by Django

Read More

A script to "Modernize" your Linux CLI

Oct. 13, 2024 » Josh Karamuth » [Archived Version]

Use this script to install modern CLI tools for Linux

Read More