how-to

A collection of 3 posts

Don't use default values in your database cover image
logging,  how-to

Don't use default values in your database

This is a bad practice in my opinion if your database is owned by one application (or service). It is the usual scenario when using…

Changing the log format in Spring Boot cover image
logging,  how-to

Changing the log format in Spring Boot

Do you know that hours of trial and error can save you minutes of reading documentation? Well, that was not the case today because I wasn’t…

Optional dependencies in Rust cover image
rust,  how-to

Optional dependencies in Rust

Yes, I’m learning a new language. A typed one =D I love C++. Some of my best code and all my research was done in C++. But I hate its…