Yannick Pereira-Reis bio photo

Yannick Pereira-Reis

DevOps (docker swarm, haproxy, CI/CD, ELK, prometheus, grafana, ansible, automation, RabbitMQ, LVM, MySQL replication...) and fullstack web developer Symfony 2/3/4/5 + VueJs in Valence (France).

Twitter LinkedIn Github

All Posts about DevOps, Symfony and VueJs development

2020

2019

2018

2017

2016

MySQL INSERT IGNORE alternatives

INSERT IGNORE INTO or REPLACE INTO MySQL operations are not really good practices. I advise you to replace with something else to INSERT if not exists.

Docker image size optimization

How to optimize docker image size with simple tricks. Caching layers, minimal base image like alpine or busybox, low number of layers, removing useless files...

Composer, Satis and docker

Thanks to Composer, Satis, satisfy and docker it's really easy to host and use private git repositories

2015