Our latest Talk
Clic here to jump to the beginning of the talk. As we are moving more and more our infrastructures in the cloud, it’s important…
- Sustainability, Talk
- English

Our latest talks and articles

- Medium Article ·
Estimating AWS EC2 Instances Power Consumption
Last year we tried to estimate the carbon footprint of cloud workloads and found that the main missing piece was the power consumption of cloud…

- Medium Article ·
A Spotlight on Women in Tech at Teads
Teads is passionate about contributing to the feminization of IT jobs. In 2019, we launched our first Engineering Camp, a two-day training session we offered…

- Medium Article ·
Flexible and Secure SSH access to cloud infrastructure — Part I
A couple of years ago we reviewed the way we manage our teams’ SSH accesses. We were looking for three key areas of improvement: service-level…

- Medium Article ·
Evaluating the carbon footprint of a software platform hosted in the cloud
A practical attempt by Benjamin DAVY to estimate CO2 emissions for our platform. In short, we discovered that it’s a fascinating but complex topic. The…

- Dataset ·
AWS Instance Specifications
This small dataset contains instance specifications gathered on the AWS documentation as of October 2020. It was initially created to translate our billing reports into…

- Medium Article ·
Updating to Spark 3.0 in production
In this article, Louis first covers the main breaking changes we had to take into account to make our code compile with Spark 3 and…

- Medium Article ·
The most accurate way to schedule a function in a web browser
A detailed analysis of 3 JavaScript timeout strategies (setTimeout, requestAnimationFrame & Web Worker) and how they perform in thousands of web contexts.

- Medium Article ·
Hard skills run the tech, soft skills scale it up
Building great software requires software craftsmanship skills but successful software companies have something in common on top of that: engineers with great soft skills.

- Dataset ·
Machine Learning Dataset #1:
We are releasing a first dataset containing 3 million labeled lines (advertising auctions). This dataset can be freely used as resources for Machine Learning courses.…

- Medium Article ·
Generating UUIDs at scale on the Web
Can you trust every browser to generate globally unique identifiers at scale? At Teads, we have tried, and the answer is yes, with a few…

- Medium Article ·
Reducing AWS EMR data processing costs
3 actionable measures to lower your EMR bills: Spot instances, EMR pricing on bigger EC2 instances and idle cluster detection.

- Talk ·
ScalaIO 2019: “Essential functional structures in Scala”
In this talk, Kevin Margueritte gives an overview of essential functional structures in Scala: Functor/Applicative/Traverse. He demonstrates that these structures are everywhere and make your…