Most Read Articles

The counter takes into account the actual number of views, when someone stays on the page less than 5 seconds, it doesn't count 😛

What is git and versioning?
What is git and versioning?

96 reads
Category: Development
Level: Beginner

Last time, I told you about CI/CD right here I don't know if you thought it was cool, but today we're going to talk about Git itself. "You've already explained to us, though, that it's meant to deploy our code online, is there anything else?" Yes, CI/CD is only part of what Git can be used for. Indeed, its primary use is versioning. Behind this rather barbaric name lies something that is both very useful and almost magical. Yes, it is. "What's this guy trying to sell us now? Noth...

Josselin Dionisi - Freelance developer
Josselin Dionisi
Mar 25, 2022
What does AI mean for developers?
What does AI mean for developers?

95 reads
Category: Development
Level: Beginner

Hello and welcome to a new world! Well, almost. You couldn't miss it, today everyone's talking about AI, Artificial Intelligence and super-smart robots that do everything for us. < So I thought, this might be a good opportunity to set the record straight on the subject. What is AI? We're talking about artificial intelligence, but that in itself is already shorthand for a machine learning model. In other words, the "computer", i.e. a set of servers, will be able to deduce things by pr...

Josselin Dionisi - Freelance developer
Josselin Dionisi
Jan 31, 2023
How to use Whisper (OpenAI) on macOS?
How to use Whisper (OpenAI) on macOS?

95 reads
Category: Tech tips
Level: intermediate

Hello there 😁, This week, we're not going to write a long article, we're going to do something simple and useful... I hope you'll enjoy it anyway! 🙂 The idea is to talk about OpenAI's Whisper, this "AI" allows you to transcribe an audio file to text, and it's totally possible to make it work on your local machine, without an internet connection. Are you ready? Let's go! WhatsApp voice messages, convenient for those who send them... So, first of all, here's the...

Ludovic Frank - Freelance developer
Ludovic Frank
Oct 6, 2025
What is software as a service?
What is software as a service?

94 reads
Category: Economy
Level: Beginner

It's hot out there, ah yes, but no, that's not the topic of the day ... are you okay? This week we're back to the notion of "software as a service", or to put it more "stylishly" (or not), "Software as a Service" abbreviated as "SaaS". When Microsoft announced Windows 10, they said "this will be the latest version of Windows, it will be a SaaS" ... OK well, what about the upcoming arrival of Windows 11? ????. What? I'm looking for the little beast? I don't know what you're talking about ......

Ludovic Frank - Freelance developer
Ludovic Frank
Jun 21, 2021
Why aren't your publications visible on the networks?
Why aren't your publications visible on the networks?

93 reads
Category: Social networking
Level: Beginner

New week, new article, how are you? Well, the title isn't crazy, we agree, but SEO and all that ... You're present on social networks, you have subscribers, relations ... etc. (in short, there are people in your network!), but when you publish something, your publication reaches few people ... so you ask yourself "But WHY? "I'd say, "That's just the way it is, life's unfair", but that'd be pointless and would evade the question.... Social networks are private companies I think it's wort...

Ludovic Frank - Freelance developer
Ludovic Frank
Apr 5, 2021
How to write a router in native PHP?
How to write a router in native PHP?

93 reads
Category: Web development
Level: intermediate

Hello and thank you for clicking on this article 😁 Today we're going to talk about experimental code that I've been interested in recently. To contextualize, I finished a PHP course for a promo I had as a trainer. Once we'd seen the basics and got to the end of the program, we naturally moved on to the MVC and object-oriented aspects of implementing a project in native PHP. It was at this point that I asked myself the question of how to implement a router in a project of this t...

Josselin Dionisi - Freelance developer
Josselin Dionisi
Mar 31, 2025
What's the difference between freelance and fixed-price contracts?
What's the difference between freelance and fixed-price contracts?

92 reads
Category: Freelancing
Level: Beginner

Hello, good morning 😁, To kick off 2023, we're going to talk about freelancing, and more specifically about the different ways of working in the freelancing world. As you'll have gathered from the title, the two most common working methods are agency and fixed-price... but késako? 😛 Contract work Let's start with this, because it's very widespread, especially when the client is a large group. In fact, freelancing is very similar to salaried employment. F...

Ludovic Frank - Freelance developer
Ludovic Frank
Jan 4, 2023
My transition to Docker
My transition to Docker

91 reads
Category: Web development
Level: intermediate

Ah Docker! I've been hearing about it for years, but like many people (I think) I hadn't yet taken the plunge. I'd read several articles on this technology, and even looked at the official documentation to try and tweak a few things, but it was still too vague for me. First of all, what is Docker? It's (almost) magic in the sense that you don't need to worry about your server configuration, your OS or your version of PHP, Node, React ... in short. You just code on your machine, and miracu...

Josselin Dionisi - Freelance developer
Josselin Dionisi
Dec 7, 2020
Does the little padlock guarantee security?
Does the little padlock guarantee security?

91 reads
Category: Computer security
Level: Beginner

New week, new article! How are you? The wife? The kids? The goldfish? (is the goldfish important?) This week we're going to try and figure out what the padlock in your browser's address bar means, so yes on this site there is one (there, I've just saved you the trouble of looking up to check). Naaaaaa but don't go away, it's an interesting subject! promise?. Before you start I'm redirecting you to the "asymmetric encryption" paragraph of my article on ransomware, because there's no p...

Ludovic Frank - Freelance developer
Ludovic Frank
May 14, 2021
How important is responsive design in 2022?
How important is responsive design in 2022?

91 reads
Category: Web development
Level: Confirmed beginner

Today we're going to be talking about one of the most important topics on the web, yet one that is all too often overlooked by many. That subject is Responsive Design. "What's this thing you're doing? Just another gimmick to look good? To look good, yes, but it's anything but a gimmick? It's about adapting the size of your website to all screen formats. From a smartphone to a TV or even an overhead projector. Why is this important? Which device do you think is most often used to acce...

Josselin Dionisi - Freelance developer
Josselin Dionisi
Sep 20, 2022