Reducing Python Docker Images Size

I’m using docker a lot to build and deploy the software that I (try to) write. I’m also writing a lot of Python. And one of the things that really annoy me is the size of docker images. Especially python. I often laugh about the size of a hello world in Go. But in Go you can deploy your application in docker with no extra cost. So, compiling this hello world in go : ...

April 19, 2019 · 6 min · 1108 words · Rémi Desgrange

Right Management in Postgresql

Recently I though about (re)starting a blog, but didn’t find subject to fill it. Then I got a new job with tons of news subject to learn and I need a place to store it, maybe it will help some. Enjoy. Right Management in Postgresql @Fibrea we use postgresql a lot, it’s the heart of our system. Operating this DB day to day is quite challenging some time. So here is what I understand from my experience and reading on right management in postgresql. ...

November 28, 2017 · 4 min · 694 words · Rémi Desgrange

Welcome !

Hi👋! This is my blog where I will mostly talk about tech. Most post will be in english, but I have some french content yet to be released. Tech This site is build with Hugo. Code is stored on Github. And the hosting part is handeled by Netlify

November 27, 2017 · 1 min · 48 words · Rémi Desgrange