django-planet

Blog: Josh Karamuth

web https://joshkaramuth.com/
Author

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

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