Feed: Josh Karamuth

Hi, I'm Josh from Mauritius. I write about programming and other related topics.

Blog Josh Karamuth
RSS 2.0 Feed Josh Karamuth
web https://joshkaramuth.com/
Last Update04.02.2026
Posts18

Level Up Your Django Views with the ViewModel Pattern

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

Here's how to supercharge your Django templates and make your views squeaky clean with a pattern you'll wish you'd known about sooner.

Read More

The Ghost in the Migration: Why Your Model's Methods Disappear

Sept. 1, 2025 » Josh Karamuth » [Archived Version]

Ever had your Django data migration mysteriously fail on a model property that you know exists? Here’s why.

Read More

How I deploy Python/Django Apps as a Solo Dev

Aug. 24, 2025 » Josh Karamuth » [Archived Version]

Stop wrestling with complex deployments and learn how I use Ansible, Docker, and Litestream to run Django apps on a secure, self-updating, and ridiculously resilient setup.

Read More

Break django-admin commands into subcommands

March 8, 2025 » Josh Karamuth » [Archived Version]

Learn how to organize Django management commands into intuitive subcommand namespaces, making your CLI cleaner and more developer-friendly!

Read More

Why I can't use a new tech-stack

March 5, 2025 » Josh Karamuth » [Archived Version]

Why I’m Still Betting on Django in 2025 (And Why That’s Not a Bad Thing)

Read More

Why I Was Wrong About NextJS and LLMs: A Django Advocate's Reckoning

March 3, 2025 » Josh Karamuth » [Archived Version]

Confession: Why I abandoned NextJS for Django to save my LLM project from becoming a code nightmare—and why your AI stack might need the same intervention.

Read More

How to handle 404 errors with htmx in Django

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

Enhance user experience by gracefully handling 404 errors with htmx in Django

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

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