django-planet

Blog: Josh Karamuth

web https://joshkaramuth.com/
Author

I moved my blog from Ghost to Astro

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

Learn about the benefits of publishing with Astro instead of Ghost

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

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