GIT Blame in VSCode
Here is a very simple extension to add to your VSCode IDE : Git Blame. It shows you the last person who updated the line …
Each week, I share a technical trick that I learned
Here is a very simple extension to add to your VSCode IDE : Git Blame. It shows you the last person who updated the line …
In some strange cases, I experienced a lost of synchronization between the auto-increment id and the and the sequence which manage the auto-increment. Here is …
What I need to achieve ? For one of my client project, I need to produce legal documents (named CERFA) filled with information entered by …
To check the ongoing query And kill the one is blocked
On «Longue vie aux objets» project, I had to create a new way to navigate in the application. However, I didn’t want to introduce to …
My need was to search in a limited square area. Actually it was a little bit more tricky, I implemented a « Search in this …
Using Django Queryset, to get a random order by, just use the ? parameter Django doc : https://docs.djangoproject.com/en/dev/ref/models/querysets/#django.db.models.query.QuerySet.order_by
Here is my Django tip of the week (not provided every week 🙄) Let’s join in template ! Using template filter join Works well or …
In my project for ADEME (national environment agency), we need to display our app in an iframe to embedded it as a tool inside a …
Here I share some configuration I like to set in my github repo. Main banch Forget master branch, standard of CI/CD is to use main …