WordCamp Vancouver 2019 – WordPress, the automated way - slides
My takeaway on the WordCamp Vancouver 2019 event.
My takeaway on the WordCamp Vancouver 2019 event.
Automate WordPress installation, configuration and deployment with Docker. Plugins will be automatically installed, MySQL initialialized, admin user created by default, just by running one command!
We are going to implement a React component to render a Google ReCaptcha element, and will add PHP / Symfony service to check that the ReCaptcha was correctly filled by the user.
How to use Redis in Symfony project to manage user sessions.
Docker is an awesome tool for development but it turns out to be very slow on Mac by default on Symfony apps. We'll eexplore ways to make your Symfony project run much faster on Docker.
This article explains how to gracefully convert your insecurely encrypted passwords to a secure method (using Bcrypt for instance).