The counter takes into account the actual number of views, when someone stays on the page less than 5 seconds, it doesn't count 😛
85 reads
Category: Web development
Level: Confirmed
Hi little wolves 🙂 (yep, it's the heat, it makes me cringe... deso), Thank you for clicking on my article 😁, as usual we'll try to do quality and I hope you'll like it.... This week, we're going to talk about signed exchanges, it's a techno that's still little known and yet I find it super interesting, so we're going to share it all with you! Briefly, what are signed exchanges? Signed exchanges are a technology proposed by Google that allows you to cache your pages a...
84 reads
Category: Development
Level: Confirmed
Hi there 😁, Thank you for clicking on this article, I hope you enjoy it, despite its very "niche" nature.... But hey, this adventure happened to me in December 2024, so I figured I'd make an article out of it. Are you ready? Let's get started! What is a label printer (Zebra)? Without realizing it, you use them every day. For example, on your packages ordered online, there are labels. These self-adhesive labels are created using a label printer. The one I'm most familia...
83 reads
Category: System administration
Hello everyone and thank you for clicking on this article 🙂 Today I'm going to tell you something dramatic: On a beautiful spring afternoon, you're working on your server via your favorite terminal and all of a sudden boom. Nothing responds. You try to open the web sites you're managing, and nothing happens. It just keeps going until the browser times out. 🤦♂️ This is exactly what happened to me a few days ago, and I wouldn't recommend this experience...
82 reads
Category: Freelancing
Hello over here 🙂, Thank you for clicking on this article, I hope as always you enjoy it 😁. This week, we're going to talk about a hot topic, well hot ... when I see the heated debates on LinkedIn that I never take part in, because I find it a debate that is a bit pointless. And yes, I'm talking about telecommuting, I don't really understand all the fuss about this practice, but hey, why not, today I'm going to give a bit of my vision of the thing and above all: ho...
81 reads
Category: Blockchain
Level: Confirmed beginner
Remember the 1990s? Remember what? Some of you weren't born then? Ah OK .... all right! Back in the 90s, a "trendy new thing" was just starting to make waves, and for the most part, apart from a small group of geeks, nobody could see what it could be used for... that trendy little thing was... the Internet. Thirty years on, I think we've understood what it could be used for.... For me, blockchain is a bit like the Internet at the time, nobody really knows what it could be used for, and in 30...
80 reads
Category: Search engine optimization (SEO)
Level: Confirmed beginner
Hello everyone, This week we're going to talk about the link between creating content, like the one you're reading right now for example, and increasing sales for your business... because yes, there is a link, and yes, it's possible. Why can content creation increase sales? The first question to ask yourself is "What do you sell?". For most of you, the answer would be "I sell development time" or "I sell training courses"... and so on. But really? No... "What? What do you mean? I'm...
80 reads
Category: Tech tips
Level: Beginner
Hello there! Today's article is going to be quite short, but practical. In my little life as a freelance developer, I have to monitor my customers' applications and websites to make sure they're up and running, including the site you're currently on.... So I don't miss a single incident, the device that alerts me if there's the slightest problem with one of the services I manage is on my wrist... and yes, it's the Apple Watch. Basically, I'm someone who doesn't like notifications; they t...
80 reads
Category: Web development
Level: intermediate
Hey folks 😁, Thanks for clicking on this article, we're staying in the web world and I hope you'll enjoy it! 🙂 Today we're going to talk about a web API that I really like, and which is now well supported by browsers, the dialog element. Are you ready? Let's go! 😉 Why this article? As you probably already know, I'm currently working on Coupéo, the ViteUneTable but for hairdressers this time. And my favorite front-end stack remains the same,...
79 reads
Category: Search engine optimization (SEO)
Level: Confirmed beginner
What is a slash? Let's start by explaining what a slash is. A slash is simply the slash found in Internet addresses, which is simply "/". It's also found in file paths on Unix-based operating systems (such as macOS) or Linux (such as Ubuntu). On Windows, the convention is for file paths to use backslashes, i.e. the same slash, but the other way round. A little history. In the past, putting a slash in Internet addresses made it possible to differentiate a "file" from a "folder".I use qu...
79 reads
Category: Web development
Level: intermediate
Today, I've chosen a subject that is sometimes neglected by developers, but is nonetheless very practical: testing. No, I'm not talking about testing your code before sending it to production by pressing F5 to see if everything works. 😛 I'm talking about automated tests that you write following the logic of an algorithm to create practical cases that can be launched at different times. Imagine you have an e-commerce site and you want to test that a product is actually added to...