Documendous

Documendous @documendous

About: Documendous, the creator of DocrepoX. DocrepoX is OSS (LGPL-v3) Enterprise Content Management (ECM) and Digital Asset Management (DAM) platform for storing, organising and retrieving digital assets.

Location:
Colorado USA
Joined:
Apr 16, 2024

Documendous
articles - 20 total

Django, React, and Docker Walk Into a Bar — Only Nginx Gets Served

Subtitle: Or, how I lost my patience debugging staticfiles in production and came out stronger for...

Learn More 0 0May 29

🔐 How to Use Email as the Username in Django (The Right Way)

Using email instead of a username for login is more user-friendly and often preferred in modern...

Learn More 1 0Apr 8

How to Fully Remove Docker Volumes (Even When They Persist)

Docker makes it easy to manage containers, but cleaning up unused resources—especially volumes—can...

Learn More 0 0Mar 10

Hybrid Compact Block Spacing: A Practical Coding Format for Readability and Refactoring

Writing clean and maintainable code is an art. While many developers adhere to established style...

Learn More 0 0Mar 5

Stop Icons from Moving When Your Page Loads

Have you ever seen your icons flicker or move when your page loads? This happens because the browser...

Learn More 0 0Feb 16

How to Remove a Stubborn Docker Volume

Sometimes, you try to delete a Docker volume and get an error like this: Error response from...

Learn More 0 0Feb 3

How to Convert Audible AAX Files to MP3 for Free

Audible audiobooks come in AAX format, which won’t play on many devices. If you want to convert an...

Learn More 3 0Jan 20

Using Django Fixtures with Foreign Keys Without Hardcoded IDs

When working with Django, fixtures make it easy to load sample data into your database. But if you...

Learn More 1 0Jan 16

How to Get Back a Lost Git Branch

Losing a feature branch in Git can be frustrating, but there’s usually a way to recover it. Whether...

Learn More 1 0Jan 16

How ChatGPT Can Help You Maintain Code Quality Without Gold Plating

As developers, we all want to write code that works well and is easy to maintain. But sometimes, in...

Learn More 0 1Jan 14

Run a Script Before Debugging Your Django App in VSCode

You know what’s annoying? Debugging a Django app and realizing, halfway through, that you forgot to...

Learn More 1 0Jan 4

Getting the Most Out of AI with this Simple Method

Artificial Intelligence (AI) is a powerful tool that can help with tasks like writing, coding, and...

Learn More 0 0Dec 30 '24

Using Python set() to make Django queries efficient

Recently, I worked on cleaning up some Django code that was running slower than it should. The task...

Learn More 0 1Dec 24 '24

How to Fork Private GitHub Repositories and Contribute Back

Forking repositories on GitHub lets you create a personal copy of a project to make changes. This...

Learn More 1 0Dec 20 '24

How to Remove Git Commit History While Keeping Your Main Branch Intact

If you’ve ever wanted to clean up your Git repository by removing its commit history while keeping...

Learn More 3 0Dec 19 '24

You Should Aim for 100% Coverage with Your Unit Testing

Python coverage is an invaluable tool for ensuring your code is reliable and maintainable. It...

Learn More 1 0Nov 21 '24

Python Basics Cheat Sheet

Python Cheatsheet Basics # Print Statement print("Hello, World!") #...

Learn More 3 0Jun 13 '24

Streamline Your Django Workflow: A Guide to Creating Custom Management Commands

Creating custom management commands in Django can significantly enhance the efficiency and...

Learn More 3 0May 31 '24

Why You Should End Your Source Files With a New Line

In software development, seemingly minor details can have a significant impact on the efficiency,...

Learn More 21 2May 29 '24

10 Lesser Known Git Commands and Techniques You Should Know

Git is a powerful version control system used by developers worldwide to manage and track changes in...

Learn More 8 2May 28 '24