Published at Jul 8, 2025 Generating Video Thumbnails with MoviePy and Azure Blob Storage moviepyvideo-processingazure-blob-storage Learn how to generate video thumbnails using MoviePy, optimize them, and prepare them for upload to Azure Blob Storage.
Published at Jul 8, 2025 Integrating a Vite Frontend with Django djangovitefrontend integration A guide to integrating a Vite frontend with a Django backend, focusing on static assets and automating HTML generation.
Published at Jul 8, 2025 Configuring Azure Blob Storage for Django Static and Media Files djangoazurestorageblob-storage Configure Azure Blob Storage to serve static and media files in a Django project. Includes settings.py and custom_azure.py configurations.
Published at Jul 8, 2025 Convert Django QuerySets to Markdown Tables djangoquerysetmarkdown A function to convert a Django QuerySet (represented as a list of dictionaries) into a Markdown table string.
Published at Jul 8, 2025 Django: Retrieve User Token with a Management Command djangorest-frameworktokenmanagement-command A Django management command to retrieve a user's token by username and copy it to the clipboard.