Xavier Bruhiere

Google Distill: Everything data pros need to know

  Momentum works In 1984, the idea of an AI winter (a period where deep research in this artificial intelligence…

7 years ago

DevOps is not continuous delivery

What is the difference between DevOps and continuous delivery? The tech world is full of buzzwords; DevOps is undoubtly one of…

7 years ago

How are container technologies changing programming languages?

In March 2013, Solomon Hykes presented Docker, which democratized access to Linux containers. The underlying technology, control groups, was already incubating…

7 years ago

How to Retain Your Team

The job market for software engineers is remarkable. Go ahead and Google something like "software engineer shortage," and you will…

7 years ago

Reactive Python – Asynchronous programming to the rescue, Part 2

This two-part series explores asynchronous programming with Python using Asyncio. In Part 1 of this series, we started by building…

8 years ago

Reactive Python – Asynchronous programming to the rescue, Part 1

On the Confluent website, you can find this title: Stream data changes everything From the createors of Kafka, a real-time…

8 years ago

Reactive Python – Real-time events processing

A recent trend in programming literature promotes functional programming as a sensible alternative to object-oriented programs for many use cases.…

8 years ago

React Dashboard and Visualizing Data

I spent the last six months working on data analytics and machine learning to feed my curiosity and prepare for…

8 years ago

Go Extensions: Fetching Data and More

The choice of Go for my last project was driven by its ability to cross-compile code into static binary. A…

8 years ago