How to, TipsAndTricks

How to automatically detect issues in your YAML file with GitHub Actions

Hello ! I'm Xavier Jouvenot and in this small post, I am going to explain how to automatically detect issues in your YAML file with GitHub Actions. Self promotion: You can find other articles on computer science and programming on my website 😉 Problematic If you have CI/CD processes or if you want to create… Lire la suite How to automatically detect issues in your YAML file with GitHub Actions

How to, TipsAndTricks

How to automatically detect issues in your YAML file with Appveyor

Hello ! I'm Xavier Jouvenot and in this small post, I am going to explain how to automatically detect issues in your YAML file with Appveyor. Self promotion: You can find other articles on computer science and programming on my website 😉 Problematic If you have CI/CD processes or if you want to create some… Lire la suite How to automatically detect issues in your YAML file with Appveyor

AdventOfCode, C++, Programming

Advent Of Code 2021 – The Treachery of Whales – Puzzle 7

Hello ! I'm Xavier Jouvenot and here is the 7th part of a long series on Advent Of Code 2021. For this new post, we are going to solve the problem from the 7th December 2021, named "The Treachery of Whales". The solution I will propose in C++, but the reasoning can be applied to… Lire la suite Advent Of Code 2021 – The Treachery of Whales – Puzzle 7

How to, TipsAndTricks

How to automatically detect issues in your YAML file with Azure Pipelines

Hello ! I'm Xavier Jouvenot and in this small post, I am going to explain how to automatically detect issues in your YAML file with Azure Pipelines. Self promotion: You can find other articles on computer science and programming on my website 😉 Problematic If you have CI/CD processes or if you want to create… Lire la suite How to automatically detect issues in your YAML file with Azure Pipelines

AdventOfCode, C++, Programming

Advent Of Code 2021 – Lanternfish – Puzzle 6

Hello ! I'm Xavier Jouvenot and here is the 6th part of a long series on Advent Of Code 2021. For this new post, we are going to solve the problem from the 6th December 2021, named "Lanternfish". The solution I will propose in C++, but the reasoning can be applied to other languages. Self… Lire la suite Advent Of Code 2021 – Lanternfish – Puzzle 6

How to, Programming

How to easily detect issues in your YAML files

Hello ! I'm Xavier Jouvenot and in this small post, I am going to explain how to easily detect issues in your YAML files. Self promotion: You can find other articles on computer science and programming on my website 😉 Problematic Whether you use YAML files to store server or CI/CI configuration, or simply data… Lire la suite How to easily detect issues in your YAML files

AdventOfCode, C++, Programming

Advent Of Code 2021 – Hydrothermal Venture – Puzzle 5

Hello ! I'm Xavier Jouvenot and here is the 5th part of a long series on Advent Of Code 2021. For this new post, we are going to solve the problem from the 5th December 2021, named "Hydrothermal Venture". The solution I will propose in C++, but the reasoning can be applied to other languages.… Lire la suite Advent Of Code 2021 – Hydrothermal Venture – Puzzle 5

AdventOfCode, C++, Programming

Advent Of Code 2021 – Giant Squid – Puzzle 4

Hello ! I'm Xavier Jouvenot and here is the 4th part of a long series on Advent Of Code 2021. For this new post, we are going to solve the problem from the 4th December 2021, named "Giant Squid". The solution I will propose in C++, but the reasoning can be applied to other languages.… Lire la suite Advent Of Code 2021 – Giant Squid – Puzzle 4

AdventOfCode, C++, Programming

Advent Of Code 2021 – Binary Diagnostic – Puzzle 3

Hello ! I'm Xavier Jouvenot and here is the 3rd part of a long series on Advent Of Code 2021. For this new post, we are going to solve the problem from the 3rd December 2021, named "Binary Diagnostic". The solution I will propose in C++, but the reasoning can be applied to other languages.… Lire la suite Advent Of Code 2021 – Binary Diagnostic – Puzzle 3

AdventOfCode, C++, Programming

Advent Of Code 2021 – Dive! – Puzzle 2

Hello ! I'm Xavier Jouvenot and here is the 2nd part of a long series on Advent Of Code 2021. For this new post, we are going to solve the problem from the 2nd December 2021, named "Dive!". The solution I will propose in C++, but the reasoning can be applied to other languages. Self… Lire la suite Advent Of Code 2021 – Dive! – Puzzle 2