I'm ready to GO !

Currently I've been playing a lot with Go. I like the idea of it, it's compiled, simple, performant and the dev feedback is instant using the air package. I tried Go multiple times and everytime I didn't feel it but this time it is growing on me quite a lot.

Read more

Spring VS Quarkus

Spring is the most popular Java Enterprise framework used everywhere, but Quarkus is taking a lot of steam in this new microservice heavy world. Quarkus brings the Cloud Native mindset and was built from the ground up to support it and support Native builds using GraalVM.

Read more

Amazing Modern C++

C++ is a daunting, enormous and scary beast. The pointers, the tooling, the memory issues and dependency management makes it difficult for new and old programmers but is it still accurate? C++ went through a lot of changes starting with C++11 and I believe the beast is getting way more tamed than we think. Let's dive in on the why.

Read more