Articles
- fr
- en
Pseudo-code, Framework-less - The future of code
Analysis of the impact of artificial intelligence on the developer's profession, and exploration of a new AI-based development approach: programming guided by structured pseudo-code, without a specific framework or language.
- fr
- en
"๐ฉโ๐ป๐".length = 7 ??? How to count emojis with Javascript
Emojis are great, but they can be a pain to work with in JavaScript. The problem is that each emoji is actually made up of multiple UTF-16 code units, so when you try to count the number of emojis in a string, you end up with an incorrect count. I'll explain why the count is wrong, and show you how to get the right number of emoji in a JavaScript string.
- fr
- en
Using IPFS for data replication
A complete guide to create an IPFS cluster, with docker, in order to replicate data on several machines.
- fr
- en
Interview with Jim Hall for the 25th anniversary of FreeDOS
For the 25th anniversary of FreeDOS (a free DOS ๐), I had the chance to interview its creator, Jim Hall. Here is the transcript of this interview!