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 😛

Why isn't MYSQL a search engine?
Why isn't MYSQL a search engine?

117 reads
Category: Web development
Level: intermediate

Hey there. How are you? Good, not too cold? so much the better! This week's article is for my fellow developers, and we're going to talk about search ... but real search! I often see MYSQL used as a search engine ... It's a fact! In the projects I've worked on, I've often seen this database management system (or MariaDB or Postgresql) used as a search engine, with things like "where my_attribute LIKES '%blabla%". And this is a very bad practice... What's the real use of a relational...

Ludovic Frank - Freelance developer
Ludovic Frank
Nov 8, 2021
How much does a web developer cost in 2024?
How much does a web developer cost in 2024?

115 reads
Category: Web development
Level: Beginner

Hello ?, Just as everyone in the world understands why one car can cost up to 50 times more than another, in the web world there's sometimes a lack of understanding of prices, especially since the advent of certain advertisements promising to get everything for nothing. In this article, I'll try to guide you and give you some real figures on pricing in the web and development field. In the first part, we'll cover the basics, and in the second, we'll take a look at some very concrete cases....

Ludovic Frank - Freelance developer
Ludovic Frank
Jun 6, 2022
How to create Cron spots easily?
How to create Cron spots easily?

115 reads
Category: Development
Level: Beginner

Hello there, Today we're going to talk about Cron, a tool that lets you create scheduled tasks on a Linux server. It's a very useful tool for automating repetitive tasks, such as sending e-mails, backing up files and so on. For beginners, creating Cron tasks can be a little complicated, but don't panic... with the right tools and knowledge, it's pretty straightforward. What is Cron? Cron is the Linux job scheduling system. It allows you to launch tasks at specific times, or at regular...

Ludovic Frank - Freelance developer
Ludovic Frank
Oct 30, 2022
What is the Sylius e-commerce framework?
What is the Sylius e-commerce framework?

115 reads
Category: Web development
Level: Confirmed beginner

Hello ?, After Josselin's article on languages and Sylius, I'd like to take you through the framework in its entirety... Have you ever come across a complicated e-commerce project? Or rather, have you ever found yourself unable to adapt or customize your e-commerce site the way you want? As if you had to adapt to the solution rather than the solution adapting to you? Does this sound familiar? If so, I've got something for you: Sylius. Have you ever heard of it? No ? In any cas...

Ludovic Frank - Freelance developer
Ludovic Frank
May 15, 2023
How do I use PageSpeed on a local site?
How do I use PageSpeed on a local site?

113 reads
Category: Web development
Level: Confirmed beginner

Hello over here 🙂, It's been a while since I took the time to write on the blog, and yes, I had a lot of work 😁. Don't worry I haven't forgotten you, during my big work period I've been using PageSpeed a lot, and that's what we're going to talk about today. Let's get started 😛 What is PageSpeed? PageSpeed is a web application, available to every web developer on the planet. It was introduced at Google's developer conference in 2010, but I've mostly been h...

Ludovic Frank - Freelance developer
Ludovic Frank
Feb 19, 2024
Why use dual authentication?
Why use dual authentication?

112 reads
Category: Web development
Level: Beginner

The what? What's this now? No, I'm sure you've already heard of it. Double authentication, often referred to under the acronym 2FA (for 2 Factors Authentication), is the principle of requiring 2 proofs of identity from a user to connect to a site, app or service. So here's a scoop: you've all used this before, and for a very long time. And yes, when you withdraw money from a cash dispenser (or make a contact payment with your bank card), it's 2FA. You use your card itself, with its number a...

Josselin Dionisi - Freelance developer
Josselin Dionisi
Jun 10, 2021
How can I improve my Windows productivity?
How can I improve my Windows productivity?

112 reads
Category: Tech tips

Hello Hello ?, Windows isn't my main operating system, in fact I'm more Linux / macOS, but that doesn't stop me from following what's going on with Windows and using it from time to time. It has to be said that Microsoft's work over the last few years has been quite remarkable; between the terminal, "WSL 2" and "Powershell", there's plenty to do. This week, I'd like to talk a little about "PowerToys", a set of tools made available by Microsoft to enhance the Windows experience. As the...

Ludovic Frank - Freelance developer
Ludovic Frank
Mar 15, 2023
What is CI/CD?
What is CI/CD?

111 reads
Category: Development
Level: intermediate

Just like Github or Docker, most of today's developers have come across this strange collection of letters. Well, today we're going to tell you what it means, what it is and what it's for! Continuous Integration(CI) and Continuous Deployment(CD) are steps in the versioning of your code. In fact, if you'd like us to explain versioning, Git and all that follows in another article, don't hesitate to let us know! Continuous integration This stage consists of carrying out a battery of te...

Josselin Dionisi - Freelance developer
Josselin Dionisi
Feb 14, 2022
My experiences with IT and dev
My experiences with IT and dev

110 reads
Category: About Ludo
Level: Beginner

This text was on the home page of the site, but after updating it I decided to move it to the blog? 1998 - Discovering computers At elementary school, I discovered computers. At the time, Windows 95 was the star product, and I fell in love with these machines. A teacher, noticing this growing passion, decided to encourage it by giving me a computer; it was a Compaq, with a 486 processor and 4 MB RAM. At the same time, I got an Amstrad CPC equipped with BASIC, which marked the beginning of...

Ludovic Frank - Freelance developer
Ludovic Frank
Apr 21, 2022
How can I reduce the size of my CSS files?
How can I reduce the size of my CSS files?

110 reads
Category: Web development
Level: Confirmed beginner

Hello there, Today we're going to talk about weight loss, so no, I'm not going to talk to you about exercising (come back soon!?), but about how to reduce the size of your CSS files. In addition to helping the planet, you'll also gain in performance on your websites and web applications. Ready to get started? Let's get started! (What do you mean? You've already left?) CSS resource compression, the basics So, I'll tell you right now, that's not the point of this article. In fact, I'll r...

Ludovic Frank - Freelance developer
Ludovic Frank
Sep 12, 2022