The counter takes into account the actual number of views, when someone stays on the page less than 5 seconds, it doesn't count 😛
97 reads
Category: Tech tips
For once, I'm not going to talk purely about web development, but rather about the digital lifestyle? A few years ago, there was a lot of talk about online banking. I must admit that I fell for it at the time (and following a lot of advice too, because marketing isn't everything?) and created an account with N26. The conclusion? I still use it as a secondary account today. Online banking VS traditional banking Tech people understand each other when it comes to getting things done...
96 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...
95 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...
94 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...
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...
93 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...
93 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...
92 reads
Category: Web development
Level: Beginner
There are several ways of creating a website, each with its own advantages and disadvantages. But first of all, you need to ask yourself the right questions? Why this site? What needs should it meet? Is it a store? Is it a blog? Is it a showcase site? Does it need to be highly interactive (like an application)? Does it need to be SEO-friendly? Once we've answered these questions, we have several options open to us, including two main ones: Custom development. In this case, we create th...
92 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 ......
91 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...