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

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

Understanding Python Decorators thanks to Django

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

Master Python decorators by dissecting ones provided by Django

Read More

Show Django flash messages as toasts with Htmx

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

Learn how to display Django messages as user friendly toasts with Htmx

Read More

How to implement RESTful routing in Django

Sept. 19, 2024 » Josh Karamuth » [Archived Version]

Learn to leverage the REST archicture in a Django app.

Read More

Robust Full-Stack Authentication with Django Allauth, React, and React Router

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

Learn how to integrate django-allauth with React for a powerful and easy authentication system.

Read More

Using Django Allauth without Username Field

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

Learn how to use Django Allauth without a username field in your User model.

Read More

How to Remove Username from Django's Default User model

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

Learn how to allow users to authenticate with your app without a username.

Read More

Populate Custom User Attributes When Signing Up Using Django Allauth

March 21, 2024 » Josh Karamuth » [Archived Version]

Learn how to set custom attributes to your User model when signing up users with Django Allauth.

Read More