Next talk
Skyrocket your developing skills!
Elevate your plugin developing skills with recommendation from a multi-WordCamp speaker.
My recent talks
-
Forum PHP
A talk in french introducing modern WordPress to not initiated to it and showing them that the tool evolved compared…
-
WordCamp Bretagne
A talk in french highlighting the reason why good practices are not an easy thing in WordPress plugin development and…
-
WordCamp Porto
A talk in english highlighting the importance of automated testing and offering a workflow to test effectively their code
-
WordCamp Biarritz
A talk in french retracing the history of WP Rocket and showing how good practices we use inside our plugins…
My recent articles
-
You want to work in an environment with good practices? Make it happens
A couple of weeks ago I did an interview with a candidate for a PHP developer position and I was…
-
Launchpad talks: Feedback on experience
Recently, I made two talks on Launchpad at WordCamp Rennes and the Forum PHP 2024, which allowed me to see…
-
Why testing your code matters?
Well in a previous article I insisted on why architecture was key in the IT but I totally passed aside…
-
Setup integration tests for your WordPress Plugin
A while ago I created a first article about unit tests nearly 2 years ago promising for a next article on integration…
-
WordPress plugin: Bored repeating yourself? Try to use a framework
As a developer the most boring thing that can happen in your job is repeating ourselves again and again. Any…
-
React: Understanding Form Management
Forms serve as a bridge between users and web applications, allowing users to input data and interact with various elements.…
-
Visualize basic React concepts: Hooks
Hooks are an essential part in React and understanding their behavior is a key to produce effective React code. In…
-
Take advantage of the WordPress hook API
For a WordPress developer actions and filters are the base of everything. Every logic the programmer write is initiated by…
-
Coding the polite way
Writing has its own rules and knowing it can help to keep your reader attention. In the programing context this…
-
Use Action Scheduler in your plugin
Unlike most programming languages PHP doesn’t handle asynchronous requests natively. This can create numerous problems for programmers and that’s why…