Django: Sanitize Incoming HTML Fragments With nh3
https://adamj.eu/tech/2023/12/13/django-sanitize-incoming-html-nh3/
https://adamj.eu/tech/2023/12/13/django-sanitize-incoming-html-nh3/
adamj.eu
Django: Sanitize incoming HTML fragments with nh3 - Adam Johnson
A fairly common situation in a Django project is where you need to store and serve arbitrary HTML fragments. These often come from forms with rich text editors (using HTML’s contenteditable).
You Are Never Taught How to Build Quality Software
https://www.florianbellmann.com/blog/never-taught-qa
https://www.florianbellmann.com/blog/never-taught-qa
Florian Bellmann | Be curious, explore and meditate.
You are never taught how to build quality software
Learning how to build quality software is not part of computer science education. How do we learn it?
Create a Subscription SaaS Application With Django and Stripe
https://www.saaspegasus.com/guides/django-stripe-integrate/
https://www.saaspegasus.com/guides/django-stripe-integrate/
SaaS Pegasus
How to Create a Subscription SaaS Application with Django and Stripe
All the technical details of creating a subscription SaaS business using the Python-based Django web framework and Stripe payment processor.
The Key to the key Parameter in Python
https://open.substack.com/pub/thepythoncodingstack/p/the-key-to-the-key-parameter-in-python
https://open.substack.com/pub/thepythoncodingstack/p/the-key-to-the-key-parameter-in-python
Thepythoncodingstack
The Key To The key Parameter in Python
A parameter named key is present in several Python functions, such as sorted(). Let's explore what it is and how to use it.
Challenging the Norm: Leading Django towards Hexagonal Architecture
https://medium.com/flux-it-thoughts/challenging-the-norm-leading-django-towards-hexagonal-architecture-b5711471408c
https://medium.com/flux-it-thoughts/challenging-the-norm-leading-django-towards-hexagonal-architecture-b5711471408c
Medium
Challenging the Norm: Leading Django towards Hexagonal Architecture
In this article, we want to talk about the experience of our Architects and Developers in a real project: a med tech start-up in the U.S.
Building a virtual clothing try-on (VTO) for the perfect look
https://medium.com/@jyotidabass/building-a-virtual-clothing-try-on-vto-for-the-perfect-look-b0dec899b351
https://medium.com/@jyotidabass/building-a-virtual-clothing-try-on-vto-for-the-perfect-look-b0dec899b351
Medium
Building a virtual clothing try-on (VTO) for the perfect look
Powered by artificial intelligence, VCT is an amazing virtual try on tool that visualize all the outfit ideas in seconds. Just enter…
Transducers: Introduction to map, filter, and reduce
https://learningdaily.dev/transducers-introduction-to-map-filter-and-reduce-a4a460821e90
https://learningdaily.dev/transducers-introduction-to-map-filter-and-reduce-a4a460821e90
Medium
Transducers: Introduction to map, filter, and reduce
Suppose you’re given a list, and you want to do some computations on it. Mostly, if not always, your computations will be one of the…
Enhancing RAG with BAAI/bge-reranker: A Comprehensive Guide
https://colemurray.medium.com/enhancing-rag-with-baai-bge-reranker-a-comprehensive-guide-fe994ba9f82a
https://colemurray.medium.com/enhancing-rag-with-baai-bge-reranker-a-comprehensive-guide-fe994ba9f82a
Medium
Enhancing RAG with BAAI/bge-reranker: A Comprehensive Guide
Learn how reranking in llama index can be used to improve Retrieval-Augmented Generation with the new bge-reranker