Comprendre et éviter les attaques CSRF grâce à Symfony Blog Dev Php Jolicode Symfony Dans cet article, nous allons faire un rappel de ce qu’est une attaque CSRF et comment Symfony nous en protège. Puis au travers d’un exemple concret, voir qu’il reste des cas qui sortent du cadre classique et méritent toute notre attention.
(Re)discover XPath selectors Blog Dev Php Jolicode With the different ways of writing modern CSS, via framework, or utility classes rather than semantics, targeting particular elements becomes increasingly difficult. Let's find how XPath can help.
PHP Clone All The Things Blog Dev Php Jolicode Every time I see clone in PHP code, I can’t help but be a little scared. This simple keyword, although very clear, always puts me in doubt. Today, for me, and for you too, we’ll try to find out how to approach a clone without fear next time.