The counter takes into account the actual number of views, when someone stays on the page less than 5 seconds, it doesn't count 😛
123 reads
Category: Social networking
Level: Beginner
Instagram has become a must-have social network, with 18-24 year olds spending an enormous amount of time on it and ... like all social networks its business model is to capture and resell attention. In this article, I propose a non-exhaustive list of ideas for improving your presence on this network. Put keywords in your account name and display name Instagram's search engine doesn't use the data in the "bio" to find a user, it only uses the data in the account name and display name, so...
123 reads
Category: Web development
Level: intermediate
Hey there. How are you? Good, not too cold? so much the better! This week's article is for my fellow developers, and we're going to talk about search ... but real search! I often see MYSQL used as a search engine ... It's a fact! In the projects I've worked on, I've often seen this database management system (or MariaDB or Postgresql) used as a search engine, with things like "where my_attribute LIKES '%blabla%". And this is a very bad practice... What's the real use of a relational...
122 reads
Category: Tech tips
Level: Beginner
Hey there! 🙂 To read this article, you use a software, this software is so present in your life that now, for you it seems "part of the scenery". I'm talking, of course, about your browser 😛. Over the last ten years, we're not going to lie to ourselves, there's been one all-category champion who's been raking in all the market share, well, especially on the "desktop", I'm talking of course about Google Chrome. On mobile, this is less true, with Apple forcing the use of...
121 reads
Category: Development
Level: Beginner
Hello there, Today we're going to talk about Cron, a tool that lets you create scheduled tasks on a Linux server. It's a very useful tool for automating repetitive tasks, such as sending e-mails, backing up files and so on. For beginners, creating Cron tasks can be a little complicated, but don't panic... with the right tools and knowledge, it's pretty straightforward. What is Cron? Cron is the Linux job scheduling system. It allows you to launch tasks at specific times, or at regular...
120 reads
Category: Web development
Level: Confirmed
This week's article is all about developers, yes ... there's something for everyone. How are you? Whit Monday and all that ... yeah well, that's no reason to get up and get to work. What's a slug? For the guys at the back, we'll remind you what a slug is. It's a "string" normalized so that it can be inserted into a URL, for example on the article you're reading in your address bar there's no "index.php?article=49" because well .... it's ugly (if it's ugly, that's all.), a nice URL that l...
120 reads
Category: Tech tips
Hello and good morning, This week I'm going to give you a short list of the applications I use on a daily basis, and more importantly ... why? First of all, I'm not talking about licenses here, and even less about commercial practices. Yes, I know that in this article I'm going to talk about companies that have commercial practices that not everyone agrees with, but I'm not going to deal with that, so try to keep that in mind when reading this article. How do I choose my tools? Actual...
120 reads
Category: Tech tips
Hello Hello ?, Windows isn't my main operating system, in fact I'm more Linux / macOS, but that doesn't stop me from following what's going on with Windows and using it from time to time. It has to be said that Microsoft's work over the last few years has been quite remarkable; between the terminal, "WSL 2" and "Powershell", there's plenty to do. This week, I'd like to talk a little about "PowerToys", a set of tools made available by Microsoft to enhance the Windows experience. As the...
120 reads
Category: Web development
Level: Confirmed beginner
Hello ?, After Josselin's article on languages and Sylius, I'd like to take you through the framework in its entirety... Have you ever come across a complicated e-commerce project? Or rather, have you ever found yourself unable to adapt or customize your e-commerce site the way you want? As if you had to adapt to the solution rather than the solution adapting to you? Does this sound familiar? If so, I've got something for you: Sylius. Have you ever heard of it? No ? In any cas...
119 reads
Category: Computer security
Level: Confirmed beginner
Following the fire in a datacenter in France, I saw reactions on social networks such as "I've got my company in your servers", which gave me the idea of writing this article.Of course, it's not the owner of the data center who's to blame here, but accidents like this do happen, so you need to be prepared. By having a data backup strategy. Can you imagine? Losing your accounting data? I've already touched on this subject in my article "How to protect yourself from ransomware". The disaster r...
119 reads
Category: Web development
Level: Confirmed beginner
Hey there 😁, Thank you for clicking on this article, I hope you like it 😉. Well, uh... aren't we supposed to be in spring right now? No, because it's cold in the Far East... Ah yes, that's right, we're still not here for it 😮, guess I'm doing it on purpose huh 😛 (yes, I'm totally doing it on purpose). This week it's going to be a cool little article, the big articles will come back, don't worry, but this week, we're just going to go for a microservice...