The counter takes into account the actual number of views, when someone stays on the page less than 5 seconds, it doesn't count 😛
101 reads
Category: Web development
Level: Confirmed
Following my first article, I was now able to run a development environment to create Symfony projects. Okay, that was all well and good, but for the moment it was only running locally on my MacBook, and that's no way to host a site. Since shared servers are already a hell of a thing to configure for a simple site, I didn't dare imagine running Docker on them. So I opted for a dedicated server from Scaleway and once I'd placed the order, I installed Docker on Ubuntu 20.04. I organize...
101 reads
Category: Web development
Level: Expert
Ahhhh, passwords ... I've already talked about them in a previous article, but in this one we're going to talk about a method for saving our dear little users from having to remember their passwords... Apple now makes it possible to "sign in with Apple", basically the same thing as Google, Facebbok and all the others. But! the Apple way... In this article, we'll look at how to integrate this feature into a Symfony application. You need Apple developer access to access "sign in with Apple...
101 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...
101 reads
Category: Mobile development
Level: Confirmed
Well, happy new year! Admittedly, I'm a little late in wishing you a happy new year, but January is always the month for getting back into the swing of things, planning for the year and getting back in touch with just about everyone. Not to mention the galettes ... anyway 😛 Today I wanted to talk about a handy little tool that appeared on iOS 14: widgets. Personally, I use them a lot for apps that give me info at a glance like the weather, the day's to-do list, the calendar, et...
100 reads
Category: Web development
Level: Confirmed beginner
Hello, hello, How are things around here? Not too cold? This week, we're diving back into the world of Symfony with a short article on bundles. We're going to take a look at the bundles you need to know when you're a Symfony developer. The idea here is to bring together the bundles I see and use most often in my projects. Here, we won't really be talking about bundles that are part of the Symfony "core", such as the "DoctrineMigrationbundle", which you'll find everywhere. Are you read...
100 reads
Category: Technology and business
Level: Confirmed beginner
Hello there 🙂, Thank you for clicking on this article, I hope you like it 😁. Today, we're going to talk tech, but for many of you it's going to be a little less fun than usual, to be able to sell your SaaS in the hexagon, you have to go through the "invoicing" box, the problem is that it can be time-consuming and waste time... I'd like to take this opportunity to tell you what "B2B" means. I'm sure some of you already know, but just so everyone is clear: "B2B" stands fo...
100 reads
Category: Web development
Level: intermediate
Hello everyone and thank you for clicking on this article. 🙂 There's a debate that's been raging for a long time in the developer community, namely: PHP vs Javascript. Leaving aside the relevance of such debates (each techno having its pros and cons), today I've decided to perform the complete heresy. 😛 Let's take a look at how to integrate React (a Javascript Front library) into a Symfony project (PHP back-end framework). 😀 "Isn't that a bit counter-intuitiv...
99 reads
Category: Mobile development
Level: Beginner
In the small world of mobile applications, several technologies exist: there are PWAs (Progressive Web Apps), hybrid applications and native applications. In fact, there's one more, but I'll save that one for last, as it's the icing on the cake. In this article, we're going to take the time to explain the ins and outs of the different technologies, why choose one over another? What are the costs? PWA (Progressive Web App) PWAs are the evolution of traditional websites. They're interest...
99 reads
Category: Blockchain
Level: Confirmed beginner
Hello ?, This week we meet again for an article talking about the cryosphere. I'd rather say in advance that this article won't be super-specialized from a technical point of view, its aim is to introduce you to the technology, and for those who wish to go further, I'll let you sand down your favorite search engine? If you like, you can take a look at my article on blockchain and Bitcoin, which I wrote a few months ago. Bitcoin, a store of value Today in the world of finance, Bitcoin...
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...