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 😛

How to integrate Sign In with Apple with Symfony?
How to integrate Sign In with Apple with Symfony?

131 reads
Category: Web development
Level: Expert

Ahhhh, passwords ... I've already talked about them in a previous article, but in this one we're going to talk about a method for saving our dear little users from having to remember their passwords... Apple now makes it possible to "sign in with Apple", basically the same thing as Google, Facebbok and all the others. But! the Apple way... In this article, we'll look at how to integrate this feature into a Symfony application. You need Apple developer access to access "sign in with Apple...

Ludovic Frank - Freelance developer
Ludovic Frank
Apr 22, 2021
Buying cheese with Bitcoin? It's possible
Buying cheese with Bitcoin? It's possible

128 reads
Category: Web development
Level: intermediate

Hello hello hello, Today, we're going to talk about my latest little adventure: enabling a 142-year-old company to accept cryptocurrencies. Setting the scene I've been working with Les Frères Marchand, for over a year now, at first we made a website together (it was Ludo Dev CMS's second instance), then we got the urge to create an online cheese shop together, which has been online since September 2021. On this cheese shop, everything is automated to simplify life for customers...

Ludovic Frank - Freelance developer
Ludovic Frank
Feb 9, 2022
Mailcow, a plug and play e-mail server?
Mailcow, a plug and play e-mail server?

128 reads
Category: System administration
Level: intermediate

Hello, hello 🙂, Thank you for clicking on this article, was it the cow photo that made you click? So, yes... I see what you mean... I let loose on the image and on the title of this page... yes no, but it's summer, we're relaxing here 😛. So, have you ever managed your own e-mail server? I have, several times in the past for different companies I've worked for... Today, we're going to talk about a cow, but, not the one from interville (old man's reference...), but ano...

Ludovic Frank - Freelance developer
Ludovic Frank
Jun 27, 2024
How do I create a free restaurant menu QR code?
How do I create a free restaurant menu QR code?

127 reads
Category: Digitization
Level: Beginner

To avoid contacts, restaurants are now using QR Codes to allow their customers to consult the menu. The PDF format To start with, you'll need the menu in PDF format. The "PDF" format is a standard format that can be read on any device, iOS or Android, so using the PDF format means you won't have any compatibility problems with your customers' phones. It's also possible to have a simple web page, but since that's more difficult to achieve, stick to a PDF format, which you should already ha...

Ludovic Frank - Freelance developer
Ludovic Frank
Mar 4, 2021
Why add a Messenger bot to your Facebook page?
Why add a Messenger bot to your Facebook page?

125 reads
Category: Social networking
Level: Beginner

I thought it would be interesting to write an article on the subject now that I've set up a Messenger bot for my Boréales Créations Facebook page. What is a Messenger bot? You've created a robot? It's your fault, isn't it Skynet? Well, not yet anyway. Here the Messenger bot is simply used to answer for you when people, prospects, customers write to you on your Facebook page. 😃 You know what it's like when you're busy, you don't necessarily check all the notificat...

Josselin Dionisi - Freelance developer
Josselin Dionisi
Mar 15, 2021
How to auto-host Google Fonts in 2025?
How to auto-host Google Fonts in 2025?

125 reads
Category: Web development
Level: Confirmed beginner

Hello good morning 🙂, Ah, you're still on vacation? I'll come back later with my article, then? No, it's okay? Can we go now? Top! 😁 Today, we're going to talk about Google Fonts, more specifically: how to "self-host" them ? Let's turn on the fan, warm up our fingers and get started! What are Google Fonts? Google Fonts are a set of fonts created by Google. What's special about these fonts is that they're designed for screens, especially the web. On this site I don't us...

Ludovic Frank - Freelance developer
Ludovic Frank
Aug 20, 2022
How do I get my Turbo application onto Android?
How do I get my Turbo application onto Android?

125 reads
Category: Development
Level: Confirmed

Hello 🙂 Lately we've been talking about Turbo and iOS, and about making PWAs installable. This article is the continuation of those two articles (well, more the one on iOS), so I invite you to skim it, because even if the two systems are quite different, the principle is the same. The application in production As always, the app we're going to talk about is the one I use every time I want to test new technologies. As I write these lines, it's available on the Google Play Store....

Ludovic Frank - Freelance developer
Ludovic Frank
Oct 16, 2023
My top apps on Setapp
My top apps on Setapp

125 reads
Category: Tech tips

Hey, good morning 😁! Thanks for clicking on this article 😛. This week we're going to talk a bit about application, not the one I code, but the one I use 😁. Are you ready? Then let's get started. The world is changing... and so are business models Have you noticed? No ? Yes, you have 😁. In the software industry, subscription has become the norm. Gone are lifetime licenses... well, if they still exist, but hey, your version will soon be "obsolete",...

Ludovic Frank - Freelance developer
Ludovic Frank
Oct 1, 2024
Why isn't MYSQL a search engine?
Why isn't MYSQL a search engine?

124 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 do I manage a workflow with Symfony?
How do I manage a workflow with Symfony?

124 reads
Category: Web development
Level: Confirmed beginner

I think you'll have gathered by now that on this blog we're particularly fond of Symfony. 😛 The robustness and versatility of this framework (I should almost say ecosystem, by the way), we've already talked about here Well, I suppose for this time that the principle I'm going to present also exists in other frameworks, but again, it's really simple to use in Symfony. What's a workflow? This principle is workflow. If you're used to working in an English-speaking context, a workf...

Josselin Dionisi - Freelance developer
Josselin Dionisi
Dec 5, 2022