m4nu56Update a PostgreSQL table using a WITH queryI often need to update a table using values from a different table and most of the time the quickest and also dirtiest solution is simply…Oct 10, 2020Oct 10, 2020
m4nu56Build a simple CLI tool to simplify your day-to-day tasks: automatically restore postgres schemaIt’s a common task in my current position to have to download and restore client schema on my local postgres to debug it. So I decided to…Apr 30, 2020Apr 30, 2020
m4nu56Basic monitoring with curl and jenkins/gitlabSo you just finished your super webapp/api and it’s already going live. I’ll show you a simple way to add a basic monitoring on your…Feb 4, 2020Feb 4, 2020
m4nu56Overriding Dependency Injection with HK2 in Jersey TestsA common problem when testing APIs is to be able to inject Mock of the services we don’t want to invoke during our test.Dec 5, 20192Dec 5, 20192
m4nu56Run multiple Postman Collection in parallel — Stress-A known limitation of the Postman Collection Runner is that it can only execute collection in a consecutive way. This is just a simple…Nov 19, 20191Nov 19, 20191
m4nu56Jersey Injection Dependency example with HK2Example of a Jersey project using the dependency injection framework HK2 to inject logged user into the application via a custum annotationNov 14, 20191Nov 14, 20191
m4nu56Automatiser le déploiement avec Gitlab + Docker + OuroborosLe but de cet article est de vous montrer une solution simple et rapide pour mettre en place du déploiement continue.Nov 11, 2019Nov 11, 2019
m4nu56Automatiser les tests d’intégration de votre API avec Postman et NewmanLes tests sont une composante primordiale de n’importe quel développement et il est aujourd’hui très commun de retrouver un grand nombre…Nov 11, 20191Nov 11, 20191