The counter takes into account the actual number of views, when someone stays on the page less than 5 seconds, it doesn't count 😛
100 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 ç...
99 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,...
99 reads
Category: Development
Level: Confirmed beginner
What does it mean to code with several people? As developers, you're geeks who work alone from home, aren't you? Well, not quite. In fact, if we just coded alone, we wouldn't get very far as developers. Helping each other and working together are the pillars of the IT world. So today we're going to take a look at the main forms that exist, and why they're useful in your apprenticeship or career as a developer? Peer-programming One of the best-known and most natural forms of mutual a...
99 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...
98 reads
Category: Economy
Level: Beginner
Yes, I'm back this week... Did you miss me? No, well ... ? Another thorny subject this week, I'm often asked: "Hey, do you know a free web host? How do you make a site for free? ... etc." So here I'm going to explain why what we think is free isn't, and more importantly, why we think it is. Everything on the Internet is free - where does that come from? The Internet is a medium, and like many media before it, its business model is based on advertising, often aimed at individuals (there'...
98 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...
98 reads
Category: Artificial intelligence
Level: Beginner
Salutation voyageur? (what? what plagia?), On this blog, there hasn't yet been an article on chatGPT, why? Quite simply, because if it's to tell you the same thing you've already seen elsewhere, there's no point. So I've been waiting for something interesting and useful to tell you, and it looks like I've got one. If you're using ChatGPT, you must have accumulated quite a few prompts for communicating with it, and then after a while you realize that "copy/paste" isn't the most practical...
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: 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...
93 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...