The Clever Cloud Blog
The Commit Log
Set up your SBT for personal proxy use
This post will cover the new Clever Cloud Artifactory instance we deployed two weeks ago,…
The PostgreSQL JDBC Driver is now PgBouncer compliant
Three years ago a discussion was launched on the Pgbouncer mailing-list [1] about the JDBC…
Kickstart your scala API client by turning JSON into case classes.
Why code generation?
When interacting with 3rd party json-based APIs from scala, modelling the API's…
Knowing your system – Part 8 – On the road to upstream
How did I start contributing?
When I started to really dig into my system to…
Knowing your system – Part 7 – Contributing to Exherboe
The exherbo contribution mechanism
Basically everything regarding exherbo is discussed and managed via the…
Knowing your system – Part 6 – Source-based distributions: Discovering Exherbo
The limits of Gentoo As I said in part 3 of the "knowing your system"…
Knowing your system – Part 5 – Source-based distributions: the binary way
We last saw the paludis tool. Now, we'll take a look at how…
Knowing your system – Part 4 – Falling in love with paludis
Installing a source-based GNU/Linux distribution As we last saw, I'm really fond of source-based distributions.…
Knowing your system – Part 3 – Source-based distributions: The Gentoo example
After a little reminder on UNIX-like systems and a quick view to the init process,…
Facron 0.9 released
Usually, every Thursday I publish another post in my "Knowing your system" saga, but this…
Facron – fanotify cron system
The filesystem cron principle
At Clever Cloud, we often have to manage stuff based…
Knowing your system – Part 2 – The init process
As we last saw, when we start an UNIX-like system, the kernel gives the hand…
Knowing your system – Part 1 – Basis on UNIX-like systems
This is the beginning of a batch of blog posts which will help you understanding…
Traits extended by one-line case classes
Let's start talking about Scala, that pretty language making you able to use both object-oriented…