The counter takes into account the actual number of views, when someone stays on the page less than 5 seconds, it doesn't count 😛
137 reads
Category: Web development
Level: Confirmed beginner
Hello there, Like every week, we're getting together for a little article. This week, I'm going to write an article that's been on my mind for a long time. We're going to talk about Symfony and why it's my framework of choice as a web developer. Are you ready? Let's get started! My discovery of Symfony In fact, in my life as a developer, my first encounter with Symfony went very badly... It wasn't its fault or mine. The first time I met him, I was a student, already quite geeky, cod...
136 reads
Category: Development
Level: Confirmed
Hi there 🙂, After last week's slightly lighter article, this week we're going into something a bit harder.... My experience with native and hybrid apps (before Turbo Native) This isn't my first app on the App Store, whether it's personal projects or client apps, I've already had the opportunity to work on iOS, through Cordova at the time or even React Native, but I've put that part to one side for a while... 100% native applications In the case of iOS, when you want to work...
134 reads
Category: Web development
Level: Confirmed beginner
Hello there, This week, we're tackling a big topic. This article follows on from " Why isn't MYSQL a search engine? In the latter, I talked about Elasticsearch, a popular indexed database engine that gets the job done. This week, we're going to talk about Typesense. If you visit this blog from time to time, you'll know that I like to tell you about technologies I've spent time working on, and Typesense is one of them, having been a big part of the project I'm currently working on. Are...
132 reads
Category: Web development
Level: Beginner
When I was writing an application using Stimulus and needed to use intl-tel-input, I came across this "Github issue". What's going on between Stimulus and intl-tel-input? In fact, to work, intl-tel-input clones the base element, so if you link this base element to a Stimulus controller, and it's this controller that instantiates intl-tel-input, you'll need to use intl-tel-input.If you link this base element to a Stimulus controller, and it's this controller that instantiates intl-tel-inpu...
126 reads
Category: Web development
Level: Confirmed beginner
Hello over here 🙂, It's been a while since I took the time to write on the blog, and yes, I had a lot of work 😁. Don't worry I haven't forgotten you, during my big work period I've been using PageSpeed a lot, and that's what we're going to talk about today. Let's get started 😛 What is PageSpeed? PageSpeed is a web application, available to every web developer on the planet. It was introduced at Google's developer conference in 2010, but I've mostly been h...
125 reads
Category: Tech tips
Level: Beginner
Hello, hello?, The last article was about PowerToys and how they improve productivity in Windows. To make this article more fun, I thought it might be a good idea to capture my screen and give it to you as a GIF... So, in this week's article, we're going to look at how to capture your screen in GIF format, on Windows and macOS. Yes, we're doing an "articleCeption" here, having as much fun as we can? Are you ready? Let's get started! Capturing your screen in GIF format, on Windows...
124 reads
Category: Web development
Level: Confirmed beginner
Hello 🙂, If you follow this blog at all, you'll know that I really like the Symfony framework. In fact, it's my preferred choice for all my projects (even this blog ...). When you're doing web development, you'll probably have noticed that there's a lot of repetition. Imagine you want to create a simple web application that lets users create "to-dos" and save them - yes, it's a classic... ? Before creating your to-do application, you'll need to (non-exhaustive list) : Cre...
123 reads
Category: Digitization
Level: Beginner
To avoid contacts, restaurants are now using QR Codes to allow their customers to consult the menu. The PDF format To start with, you'll need the menu in PDF format. The "PDF" format is a standard format that can be read on any device, iOS or Android, so using the PDF format means you won't have any compatibility problems with your customers' phones. It's also possible to have a simple web page, but since that's more difficult to achieve, stick to a PDF format, which you should already ha...
122 reads
Category: Social networking
Level: Beginner
I thought it would be interesting to write an article on the subject now that I've set up a Messenger bot for my Boréales Créations Facebook page. What is a Messenger bot? You've created a robot? It's your fault, isn't it Skynet? Well, not yet anyway. Here the Messenger bot is simply used to answer for you when people, prospects, customers write to you on your Facebook page. 😃 You know what it's like when you're busy, you don't necessarily check all the notificat...
122 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...