django-planet

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 Update01.29.2025
Posts31

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

Build an intuitive CLI app with Python argparse

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

Learn how to use Python's built-in argparse library to build an intuitive CLI app

Read More

Forward SSH Agent Requests From WSL to Windows

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

Learn how to use the built-in Windows ssh-agent from inside your WSL instance

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

Generate DKIM key pairs in Python

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

DKIM key pairs are simply RSA key pairs and you can easily generate them in Python.

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

Why CSRF token cookies don't need to be httpOnly

July 20, 2024 » Josh Karamuth » [Archived Version]

CSRF token cookies are typically sent without httpOnly set to true. But is that a secure practice?

Read More

Send Templated Emails in NodeJS

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

Learn how to use NodeMailer, Handlebars, and juice to send emails effortlessly in NodeJS.

Read More