The Clever Cloud Blog

The Commit Log

All posts in Engineering

Set up your SBT for personal proxy use

This post will cover the new Clever Cloud Artifactory instance we deployed two weeks ago,…

Engineering

The PostgreSQL JDBC Driver is now PgBouncer compliant

Three years ago a discussion was launched on the Pgbouncer mailing-list [1] about the JDBC…

Engineering

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…

Engineering

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…

Engineering

Knowing your system – Part 7 – Contributing to Exherboe

The exherbo contribution mechanism

Basically everything regarding exherbo is discussed and managed via the…

Engineering

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"…
Engineering

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…

Engineering

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.…
Engineering

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,…
Engineering

Facron 0.9 released

Usually, every Thursday I publish another post in my "Knowing your system" saga, but this…
Engineering

Facron – fanotify cron system

The filesystem cron principle

At Clever Cloud, we often have to manage stuff based…

Engineering

Knowing your system – Part 2 – The init process

As we last saw, when we start an UNIX-like system, the kernel gives the hand…
Engineering

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…

Engineering

Traits extended by one-line case classes

Let's start talking about Scala, that pretty language making you able to use both object-oriented…

Engineering