Working With Slugs In Django
My approach to efficiently working with slugs, creating slugs at the proper stage, and using slugs for seo.
September 3, 2023
My approach to efficiently working with slugs, creating slugs at the proper stage, and using slugs for seo.
Considerations in developing a content suggestion engine in Django.
Considerations in building an interface for updating tag names.
The differences between deep and shallow copies in Python, mistakes I commonly make, and how I correct for these errors.