-
Achieving Idempotency for Entity ID in Data Migration Using UUID5
When performing data migrations, ensuring that entity IDs are idempotent is crucial for consistency and avoiding duplication...
-
Creating XML document in Python - without losing your mind
When working with parsing and building XML documents or working with SOAP in python, we often use xml.etree.ElementTree or xml.dom.minidom API. Those are really powerful and feature-complete APIs to work with any sort of XML Documents...
-
Performance Battle: Flask vs Falcon vs Actix-web vs Rocket vs Nestjs
At my current workplace, we are preparing for a new product to be developed. Till date, we have worked with Python Django, Java Spring framework. All those are great. But for this new product we want to be as efficient as possible in-terms of performance...
-
My favorite django packages
I use Django every single day at my work. Due to long time user of Django, I have a few packages that I love and use most of the time.