Formatting, How to

AppVeyor and python formatting

Hello ! I'm Xavier Jouvenot and in this small post, I am going to explain how to automatically check if your python code is well formatted with AppVeyor. Self promotion: Here are a few social networks where you can follow me and check my work as a programmer and a writer 😉 personal website, Twitter,… Lire la suite AppVeyor and python formatting

Publicité
Formatting, How to

Checking your python code format on Azure Pipelines

Hello ! I'm Xavier Jouvenot and in this small post, I am going to explain how to automatically check if your python code is well formatted with Azure Pipelines. Self promotion: Here are a few social networks where you can follow me and check my work as a programmer and a writer 😉 personal website,… Lire la suite Checking your python code format on Azure Pipelines

Formatting, How to, Programming

Formatting Python – Why and How !

Hello ! I'm Xavier Jouvenot and in this small post, I am going to explain why you should format you python scripts and how to do it. Self promotion: Here are a few social networks where you can follow me and check my work as a programmer and a writer 😉 personal website, Twitter, Dev.to,… Lire la suite Formatting Python – Why and How !

AdventOfCode, C++

Making my Advent Of Code solution cross-platform (a developer journey)

Hello ! I'm Xavier Jouvenot and today, I want to reflect a little bit on the solution to Advent Of Code 2021 challenges I have done so far, and more precisely on how and why I have made my solution cross-platform. Self promotion: Here are a few social networks where you can follow me and… Lire la suite Making my Advent Of Code solution cross-platform (a developer journey)

AdventOfCode, C++, Programming

Advent Of Code 2021 – Syntax Scoring – Puzzle 10

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

CodeNewbie, Learn In Public, Self Improvement

Learning in Public – CNC 2022 – Mission 1

Hello ! I'm Xavier Jouvenot and today I want to talk to your about my experience during the "Learn in Public". This is article is the first of a small series where I will describe how I achieve the Missions given by CodeNewbie, in order to complete the challenge, and what experience I gained about… Lire la suite Learning in Public – CNC 2022 – Mission 1

How to, TipsAndTricks

How to automatically detect issues in your YAML file with Circle CI

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 Circle CI. 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 Circle CI

AdventOfCode, C++

Advent Of Code 2021 – Smoke Basin – Puzzle 9

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

AdventOfCode, C++, Programming

Advent Of Code 2021 – Seven Segment Search – Puzzle 8

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

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