The Clever Cloud Blog

The Commit Log

All posts in Engineering

How to Deploy a Hugo Static Site

Clever Cloud launched a french speaking podcast about two weeks ago. We decided to…
Engineering

How to Deploy your Elixir/Phoenix Application to Production

Hi everyone! Today let's follow a simple deployment tutorial to learn how to deploy your…
Engineering

Cellar a S3-like service for Rails’ Active Storage

Introduced with the release of Rails 5.2 , Active Storage replaces previous solutions for storing…

Engineering

How to deploy a Deno application

Rejoice! The long-awaited Deno 1.0 release is among us. What is Deno you ask?…
Engineering

Integrate Metabase in Ruby on Rails

Today, I am proposing a very simple tutorial. I needed to integrate a Metabase dashboard…

Engineering

Deploy node projects as static – MDX-Deck demo

As some of you may know, we love to present tech talks at Clever Cloud,…
Engineering

Introducing Traffic Overview in Real-Time

Time for some exciting new features! We've been working for a while now on giving…

Engineering

Cellar v2: even more S3 compatibility

In November 2018, we released the Cellar C2 cluster. Every new cellar account since then…

Engineering

Clean up your Rails Controllers with Service Objects

Fat Models and skinny Controllers right?

You know what they say about the MVC design…

Engineering

Setup your Ruby on Rails Online Dev Environment

In this tutorial we are going to install the latest version of RubyOnRails and deploy…
Engineering

SEO basics for developers

Yeah… I know… Our job (and what we love) is to code. And SEO is…
Engineering

Really understand Rails templating

As a web developer, my first framework ever was RubyOnRails and I still keep a…

Engineering

How to deploy Metabase to make sense of your data

At Clever Cloud we manage most of our own data and when we want to…

Engineering

Bring your API to the World Within 3 Minutes

A couple years ago, I was a developer for a startup which has almost no…

Engineering

How to Fork Things the Right Way

Some open source git repos host really useful code but are sometimes not maintained.

If…

Engineering

In Defense of Optimization Work

It is common knowledge that hardware is cheap, and programmers are expensive, and that…

Engineering

The specifics of PaaS deployment for JHipster

We see a lot of people trying to deploy JHipster applications on Clever Cloud. It…

Engineering

Spectre and Meltdown

Yesterday two issues affecting CPUs have been released to the public.

TL;DR: the attacks are…

Engineering

Hot reloading configuration: why and how?

At Clever Cloud, we are working on Sōzu, an HTTP reverse proxy that can…

Engineering

Async, Futures, AMQP, pick three

A few weeks ago, we set out to develop an AMQP client library in…

Engineering