🦔

Blog

One of the first websites I put up was a blog for myself, and I started writing reviews and anecdotes and opinions and whatnot very early on. I'm lucky to have been able to keep all these articles over the decades, including the numerous ones I wrote about web development, for and while at work.

Toggle options
omg Big Filter is hiding results from the people!!😱click here to OPEN YOUR EYES!!!!
Using Prettier in PHP
Using Prettier in PHPTypearticleDate (at 28)Language🇬🇧 englishTags

#php#writing#learning#technology

StatuscompletedStarsWords1392Time to read6 minutes

What is Prettier? Originally from the Javascript ecosystem, if you're not familiar with it Prettier is a code formatter, which means it takes your code, and makes it as its namme indicates prettier. There are a lot of code formatters, and for a lot of languages – even Javascript has quite a few of them. But Prettier is currently one of the most popular code formatters out there and it has spread...

PHPStorm and simplified annotationsTypearticleDate (at 28)Language🇬🇧 englishTags

#learning#writing#php#technology

StatuscompletedStarsWords180Time to read1 minute

By default when using Doctrine in a project, in particular entities, you may have to use annotations a lot, example: / @Entity @Tablename="useraccounts" / class Account { / @var int @Id @GeneratedValuestrategy="AUTO" @Columnname="userid", type="integer" / protected $id; The issue however is that when using PHPStorm...

Thread Carefully
Thread CarefullyTypearticleDate (at 25)Language🇬🇧 englishTags

#technology#php#writing#learning

StatuscompletedStarsWords4072Time to read17 minutes

As far as I can remember, PHP has always had a terrible reputation at handling very heavy or asynchronous tasks. For a long while if you wanted to parallelize long tasks you had to resort to forking through pcntlfork which had its own issues, and you couldn’t really handle the results of those tasks properly, etc. As such, a habit has kind of developed where we go straight for more intricate...

Set Blackfire to the Rain
Set Blackfire to the RainTypearticleDate (at 25)Language🇬🇧 englishTags

#technology#php#writing#learning

StatuscompletedStarsWords1612Time to read7 minutes

If you’ve ever worked on any PHP application, or package, or anything you know that debugging performance issues is hard. There are several ways to ease the pain a little: debug bars, putting timers a bit everywhere. Or if you’re courageous like I was for a long time, you use xdebug snapshots which requires you to configure it, and then parsing the snapshots which takes a long time, etc....

Laravel ou l'élégance perdue du PHP
Laravel ou l'élégance perdue du PHPTypearticleDate (at 22)Language🇫🇷 françaisTags

#php#writing#learning#laravel#technology#review

StatuscompletedStarsWords2995Time to read13 minutes

Dans la vaste école des frameworks web, de langage en langage le paysage est bien différent. Là où les développeurs Ruby et Python ont su se mobiliser pour une même cause autour des piliers que sont désormais Rails et Django, il faut bien avouer que du côté du PHP ressort un certain côté cours de récré. Des frameworks à la pelle, chacun dérivés de X ou Y, pas un pour s’entendre sur des...

Blog

One of the first websites I put up was a blog for myself, and I started writing reviews and anecdotes and opinions and whatnot very early on. I'm lucky to have been able to keep all these articles over the decades, including the numerous ones I wrote about web development, for and while at work.

Toggle options
omg Big Filter is hiding results from the people!!😱click here to OPEN YOUR EYES!!!!
Using Prettier in PHP
Using Prettier in PHPTypearticleDate (at 28)Language🇬🇧 englishTags

#php#writing#learning#technology

StatuscompletedStarsWords1392Time to read6 minutes

What is Prettier? Originally from the Javascript ecosystem, if you're not familiar with it Prettier is a code formatter, which means it takes your code, and makes it as its namme indicates prettier. There are a lot of code formatters, and for a lot of languages – even Javascript has quite a few of them. But Prettier is currently one of the most popular code formatters out there and it has spread...

PHPStorm and simplified annotationsTypearticleDate (at 28)Language🇬🇧 englishTags

#learning#writing#php#technology

StatuscompletedStarsWords180Time to read1 minute

By default when using Doctrine in a project, in particular entities, you may have to use annotations a lot, example: / @Entity @Tablename="useraccounts" / class Account { / @var int @Id @GeneratedValuestrategy="AUTO" @Columnname="userid", type="integer" / protected $id; The issue however is that when using PHPStorm...

Thread Carefully
Thread CarefullyTypearticleDate (at 25)Language🇬🇧 englishTags

#technology#php#writing#learning

StatuscompletedStarsWords4072Time to read17 minutes

As far as I can remember, PHP has always had a terrible reputation at handling very heavy or asynchronous tasks. For a long while if you wanted to parallelize long tasks you had to resort to forking through pcntlfork which had its own issues, and you couldn’t really handle the results of those tasks properly, etc. As such, a habit has kind of developed where we go straight for more intricate...

Set Blackfire to the Rain
Set Blackfire to the RainTypearticleDate (at 25)Language🇬🇧 englishTags

#technology#php#writing#learning

StatuscompletedStarsWords1612Time to read7 minutes

If you’ve ever worked on any PHP application, or package, or anything you know that debugging performance issues is hard. There are several ways to ease the pain a little: debug bars, putting timers a bit everywhere. Or if you’re courageous like I was for a long time, you use xdebug snapshots which requires you to configure it, and then parsing the snapshots which takes a long time, etc....

Laravel ou l'élégance perdue du PHP
Laravel ou l'élégance perdue du PHPTypearticleDate (at 22)Language🇫🇷 françaisTags

#php#writing#learning#laravel#technology#review

StatuscompletedStarsWords2995Time to read13 minutes

Dans la vaste école des frameworks web, de langage en langage le paysage est bien différent. Là où les développeurs Ruby et Python ont su se mobiliser pour une même cause autour des piliers que sont désormais Rails et Django, il faut bien avouer que du côté du PHP ressort un certain côté cours de récré. Des frameworks à la pelle, chacun dérivés de X ou Y, pas un pour s’entendre sur des...