Skip to content

Tech I learned

Each week, I share a technical trick that I learned

  • Home
  • Code
  • Home
  • Code

Category: Python

Convert a UUID in base57 with PostgreSQL (like Shortuuid)
Code / PostgreSQL / Python

Convert a UUID in base57 with PostgreSQL (like Shortuuid)

22/03/2025

I was implementing DBT in one of my project and I needed to keep the same behavior than shortuuid python package. Shortuuid is basically encode …

Generate PDF using python, docx templating and libreoffice deployed on Scalingo
Code / Deploiment / Django / Python

Generate PDF using python, docx templating and libreoffice deployed on Scalingo

24/08/202424/08/2024

What I need to achieve ? For one of my client project, I need to produce legal documents (named CERFA) filled with information entered by …

Logging and Sentry
Code / Python

Logging and Sentry

22/05/2023

Sentry in a software monitoring tools which have the ability to group errors, this is very useful to don’t be flood by repeated errors which …

Code / Python

Read GML object in python

31/03/202331/03/2023

Using gdal library install gdal Then, in your code Using GeoDjango Geodjango is part of django, you’ll just have to declare it in your INSTALL_APPS …

django-extentions and more to enrich your development environment
Code / Python

django-extentions and more to enrich your development environment

15/02/202311/03/2023

I recently install django-extensions, ptpython and django-browser-reload packages on a project, it is convenient packages to Django developer. Installation install it with pip: or reference …

Funny library from Standard Python Library
Code / Python

Funny library from Standard Python Library

31/12/202203/01/2023

Hello world ! Let’s start with one you won’t ever use, the package __hello__ print the famous hello world senrence Return Zen of Python Let’s …

Check the licenses of your python dependencies
Code / Python

Check the licenses of your python dependencies

23/12/202225/12/2022

Licenses subject is a huge subject in open-source project because some of the licenses can be contaminating. Most common example is the GPL license, every …

Recent Posts

  • PostgreSQL tips
  • Convert a UUID in base57 with PostgreSQL (like Shortuuid)
  • PostgreSQL doesn’t know how to do division
  • GIT Blame in VSCode
  • Manage MAX_ID and auto_increment value

Categories

  • Code
  • Deploiment
  • Django
  • Flutter
  • Générale
  • Git/Github
  • Management
  • PostgreSQL
  • Python
  • Security
  • Tailwind
Copyright © 2025 Tech I learned. Powered by WordPress and Bam.