The counter takes into account the actual number of views, when someone stays on the page less than 5 seconds, it doesn't count 😛
116 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...
116 reads
Category: Web development
Level: Confirmed beginner
Hello there, This week we're going to be talking about image formats. In fact, this article follows on from my article on CSS, and we're going to be talking about optimizing sits, in this case images. First of all, we'll review the older image formats, find out how to optimize them and finally talk about WEBP. We'll even see how it's possible to have a site or application that uses this format automatically, as is the case on the site you're currently visiting. Other image formats We'...
115 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...
115 reads
Category: Technology and business
Level: Beginner
Hello there, This week we're going to talk about what makes a good developer, but not in the way you might think. The idea for this article comes from the discussions I have with my customers and why they enjoy working with me. This article also comes from the fact that, last weekend, I was taking a look at the state of the infrastructure on which this site (and the customers) are hosted, and in two years a lot has happened.... Are you ready? Then let's get started. What this artic...
115 reads
Category: Development
Level: intermediate
Hello, hello? Have you ever watched a child playing with "Legos"? Stacked one on top of the other, they create complex structures that are both unique and fundamentally similar, because they all share the same basic elements... What if I told you that playing with Legos is a bit like our topic for today... Welcome to the concept of object-oriented programming (OOP)! It may sound like an obscure concept, a maze of jargon designed to confuse, but fear not, it will! We're about to emba...
114 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...
114 reads
Category: Technology and business
Hello little wolves 🙂, Happy New Year 2025! So, have you been spoiled for Christmas? 😁 As far as I'm concerned, in December I wanted to set myself a slightly "silly" challenge. The idea was to create three free SaaS that meet real needs that can arise in VSEs and SMEs. In fact, you've probably already seen them... Yes, the little orange insert above the blog posts! So, shall we talk a little more about these little SaaS and their history? Let's get started! Creati...
114 reads
Category: Mobile development
Level: Confirmed
Well, happy new year! Admittedly, I'm a little late in wishing you a happy new year, but January is always the month for getting back into the swing of things, planning for the year and getting back in touch with just about everyone. Not to mention the galettes ... anyway 😛 Today I wanted to talk about a handy little tool that appeared on iOS 14: widgets. Personally, I use them a lot for apps that give me info at a glance like the weather, the day's to-do list, the calendar, et...
113 reads
Category: Tech tips
Hello, hello?. This week, we're going to talk about a subject that bothers us all. We've all received at least one in our lives, and for some of us (like me, for example), it's easily 10 or so a day. That's all well and good, but for the sake of sound mental health, let's take a look at how to block these calls, and thus remove unhelpful distractions. If the line belongs to a company If the phone line belongs to a company, that company has fewer options for blocking these calls, sin...
112 reads
Category: Web development
Level: Confirmed
I bootstrap, you bootstrap, he bootstrap, we bootstrap... Oulah, what's wrong with me ... ? Hello, hello? This week, we're going to talk about CSS, and more specifically about CSS frameworks, the best-known of which is Bootstrap, and the new kid on the block, Tailwind, who's trying to steal its number 1 spot... Bootstrap released in 2011 This framework arrived at a time when the web looked nothing like it does today - just to give you another date, Chrome came out 3 years before. B...