Dev's blog

You are currently on the page 2

How to create recurring actions with RabbitMQ and Symfony
How to create recurring actions with RabbitMQ and Symfony

156 reads
Category: Web development
Level: :

Hello there! 😃 It's been a while since we've talked, because a lot happens behind the scenes in the life of a freelance developer. In fact, that's what we're going to talk about today, yes, behind the scenes stuff. I'm going to introduce you to RabbitMQ, a tool that can be very easily coupled with Symfony and that really creates a formidable combo of performance and efficiency. I needed to implement it for a small home-made tool allowing me to schedule publications on social networks...

Josselin Dionisi - Freelance developer
Josselin Dionisi
Feb 13, 2024
Which environment for MacOS development?
Which environment for MacOS development?

102 reads
Category: Tech tips

Today, we're going to talk about something that's of paramount importance to every developer: his machine! So I see you're coming, we're not going to debate which one is the best or which OS is superior to the others. 😛 Here, we'll simply give you some advice on the best tools on the Mac to get the most out of it. Homebrew, the genius in the Bottle Homebrew is the essential package manager for MacOS. It simplifies the installation, updating and management of software on your...

Josselin Dionisi - Freelance developer
Josselin Dionisi
Nov 6, 2023
How do I get my Turbo application onto Android?
How do I get my Turbo application onto Android?

113 reads
Category: Development
Level: :

Hello 🙂 Lately we've been talking about Turbo and iOS, and about making PWAs installable. This article is the continuation of those two articles (well, more the one on iOS), so I invite you to skim it, because even if the two systems are quite different, the principle is the same. The application in production As always, the app we're going to talk about is the one I use every time I want to test new technologies. As I write these lines, it's available on the Google Play Store....

Ludovic Frank - Freelance developer
Ludovic Frank
Oct 16, 2023
How do you make a PWA installable?
How do you make a PWA installable?

124 reads
Category: Web development
Level: :

Hi there, After a comprehensive article on iOS and Symfony-UX/Turbo, we're back to something a little lighter. Much more open, PWAs can be "installed" on users' Android devices as well as on computers. What is a progressive web app, or PWA? First of all, I'd like to tell you that what I'm explaining below is mostly true on Android, on iOS Safari isn't so open, well, yes, but to install a PWA there's no simple click button, Apple asks users to do the manipulation themselves (several clic...

Ludovic Frank - Freelance developer
Ludovic Frank
Oct 2, 2023
Is it hard to learn to code?
Is it hard to learn to code?

107 reads
Category: Development
Level: :

It's back to school time, and we're off to work on a new series of articles, starting with a closely related topic... ? Among the questions most often asked of a developer are : I've got a great idea! Are you up for doing the new Facebook? How much does a site cost? How hard is it to code? I'll let you make up your own mind about the first two... I'll just answer the third... ? Getting started and learning You see ads everywhere: "Become a developer in 3 months!" or "Lea...

Josselin Dionisi - Freelance developer
Josselin Dionisi
Sep 26, 2023
How to put a Turbo app on the App Store (iOS)?
How to put a Turbo app on the App Store (iOS)?

91 reads
Category: Development
Level: :

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...

Ludovic Frank - Freelance developer
Ludovic Frank
Sep 13, 2023
How does a service like Cloudflare protect against DDoS?
How does a service like Cloudflare protect against DDoS?

96 reads
Category: Computer security
Level: :

Hello 🙂, We use the internet every day, gigantic amounts of data transit on the internet, all of this is possible thanks to the network, as you read these lines, the content of this article has transited the network to reach you. Sometimes, however, it's possible to abuse this network, and carry out what are known as DDoS attacks (denial of service attacks). Here, for example, is feedback on a very large attack. In this article, we'll try to explain as clearly as possible how thi...

Ludovic Frank - Freelance developer
Ludovic Frank
Sep 4, 2023
How to send push notifications easily?
How to send push notifications easily?

101 reads
Category: Web development
Level: :

Hi there! Here we are, it's back to school time, and as the first article of the season, we're going to talk about push notifications. Here, we're not going to use the basic example of a notification that consists of sending a "successful backup" notification to your own phone, but we're going to talk about a notification that is sent by an application that keeps me going ... So, we're talking about a "product" in production and used every day by thousands of users, but there's a but: it'...

Ludovic Frank - Freelance developer
Ludovic Frank
Aug 29, 2023
How do you create a mobile application for a PoC?
How do you create a mobile application for a PoC?

90 reads
Category: Mobile development
Level: :

If you're like me, you must have ideas every day for projects to develop, code and implement. Most of them will never see the light of day and will remain at the idea stage? But sometimes (fortunately) some of them do become a little more concrete, and for that it can be useful to have a POC. A what? The benefits of a POC A POC stands for Proof of Concept, in other words, a version capable of proving that your concept is functional and can materialize. In short, it's an ultra...

Josselin Dionisi - Freelance developer
Josselin Dionisi
May 29, 2023
What is Symfony and why use it?
What is Symfony and why use it?

107 reads
Category: Web development
Level: :

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...

Ludovic Frank - Freelance developer
Ludovic Frank
May 21, 2023