We at REKKI are working on a monorepo that contains all the backend Go code for most of our services and jobs. As time goes by and the size of this repository grows, the time it takes for an initial…| Aymeric Beaumet Blog
I see writing code as an art. An art we would each approach from a different perspective, playing with the tools we are being offered. We all evolve at a different level of the stack. And yet, we all…| Aymeric Beaumet Blog
I have recently been playing with chromedp. Chromedp is a Go library that enables you to control a Chromium browser programmatically. This can be used for different tasks: from testing to scraping. I…| Aymeric Beaumet Blog
We live in a world critically relying on a growing mass of information systems: whether it be for APIs, automation, synchronizing services, or any other server-side operation. But how do these systems…| Aymeric Beaumet Blog
I spend a fair amount of time wandering around in the terminal. The chances are that you are too since you dared to open this story. My daily activities led me to contribute to various kinds of…| Aymeric Beaumet Blog
Edit (March 5th 2015): the frontend community has evolved in the last few months and tends to be less hostile to the CommonsJS style (e.g.: Angular is now available on npm). This article has been…| Aymeric Beaumet Blog
GraphQL is not to be presented anymore. One main drawback though in comparison to REST is the upstream bandwidth cost can become significant as the number of queries increases. Automatic Persisted…| Aymeric Beaumet Blog