Julien Maitrehenry
  • Home
  • Docker
  • Talks
  • Français
  • About
Sign in Subscribe

Development

A collection of 3 posts
Comment maitriser git et produire de beaux commits
Development

Comment maitriser git et produire de beaux commits

Cette présentation s’adresse à tous ceux utilisant Git avec une interface graphique ou en ligne de commande. On discutera des usages de base de Git, et via des cas pratiques, on verra comment utiliser Git pour résoudre nos problèmes.
10 Jun 2022
Live code reloading for Golang project
go

Live code reloading for Golang project

Some month ago, I started a new API project in Golang, and I found the edit-compile-start-kill loop not pleasant. I start looking for a better way to just edit and test my project. I would like a dead simple option, and I found this solution. I updated it for only
29 Nov 2017 1 min read
Found and cleanup keys without expiration in Redis
Redis Featured

Found and cleanup keys without expiration in Redis

If for some reason, your Redis memory grow and grow but you would like to know why the first step should be to check how many keys you have without expiration. You can easily check it by running the info keyspace command: # Keyspace db0:keys=3277631,expires=447528,avg_ttl=
22 Nov 2017 3 min read
Page 1 of 1
Julien Maitrehenry © 2025
Powered by Ghost