The counter takes into account the actual number of views, when someone stays on the page less than 5 seconds, it doesn't count đ
105 reads
Category: Brico Hack
Level: Confirmed
Oh no, did he say hacker, like too dark, behind black screens and all? Actually, no, in people's minds, a "hacker" is malicious and does some pretty uncool stuff, but actually, no. Hackers are already divided into "white hats" and "black hats", the former being harmless, while the latter are not so nice. This week, we're going to talk about the "hacker spirit". Of course, that's my own definition, and others will have other visions? My definition of the hacker spirit A hack is a "d...
105 reads
Category: About Ludo
Hey, hello there 🙂, Say, doesn't it smell a little like spring right now? 😛. Ah yes, I digress... that's not why we're here 😮. This week, we're going to talk about "Side Projects", those little projects that are basically there for fun and sometimes become big. Indeed, if you follow this blog, you'll know that they're at the heart of my life... Developers and Side Projects Before anything else, I'd like to take the time to talk about the relationship betwee...
103 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...
103 reads
Category: Web development
Level: Confirmed beginner
Hi there! In response to some of my latest articles, a few of you have sent me a quick e-mail asking "But ... in legacy applications, what do I replace JQuery with?" So, when a question comes up, you know what we do? We write an article ... for everyone to enjoy. Bootstrap 5, the final stage in JQuery's demise? Let's take a quick look at some history. JQuery arrived on planet Earth in 2006. Back then, there was a big problem on the web (it was called Internet Explorer?, roh ç...
102 reads
Category: Web development
Level: Confirmed
Sharing resources is at the heart of the Internet, and social networking buttons can be found on all kinds of sites, making it easy to share content so that others can enjoy it. On Android, this has been possible for some time, but on IOS and macOS it's only been available since version 12.1 of Safari. This article will be very brief, showing how to use this API. window.navigator.share This is the name of the function for sharing via the native window of the operating system, iOS or Andro...
102 reads
Category: Digitization
Level: Beginner
Come on, this week I'm making enemies! Here we go! Since the beginning of the crisis, we've been seeing "Get a website and increase your visibility" all over the place. Watch out! Hold on to your hats, a huge "scoop" is coming: a site costing just a few euros a month won't bring you ... ANYTHING. What's that? What do you mean you knew? Ah yes, nothing worthwhile in life is easy to achieve... that's true. What's a website for? Let's say you had your "ma-super-boutique.com" website made,...
102 reads
Category: System administration
Level: Beginner
Hello and thank you for clicking on this article! Some time ago I told you about my nuclear disaster, the super adventure of a server that suddenly shuts down and gives no sign of life. Recently I received an email from my service provider saying "Please note that your Ubuntu version will soon no longer be supported. You should upgrade to 22.04 minimum". Well, even if this email seems nicer, I still had a feeling of déjà vu of my server getting lost in the cosmic uni...
101 reads
Category: Development
Level: Beginner
How are you? Last week, the "Ludo Dev E-Shop" explanatory page was released. On this page, it's explained that the emphasis has been placed on the user experience, and that everything has been done to try and keep the experience as simple as possible. Behind this interface, there's a lot of technology (full automation), but is this technology alone enough? In this week's article, we're going to talk about the user experience, and how to make it a pleasant one. For this, I'm going to use t...
101 reads
Category: Web development
Level: Confirmed beginner
Hi over here 🙂, thank you for clicking on my article 😁. Today, for once, we're going to talk about a very controversial subject in the world of web development: Wordpress... Often scoffed at, Wordpress is nonetheless a must-have, it grew up with the web, Korben 's blog for example, it's a Wordpress 😛 (did you know that?) But this little guy has evolved, and that's why I'm featuring him in this week's article... In fact, I've used it to create the landing page f...
100 reads
Category: Web development
Level: Confirmed
Like any dev, I sometimes want to test small pieces of code, make an example landing page to test a service or API... In short, there are many cases where you just want to try something out, without it being a full-fledged project. To do this, of course, we run our development environment on our own machine, "locally". Let the world benefit from our local project Okay, that's all well and good, but what if we need to access this local code from the outside? And yes, it can happen...