You think PHPStan as a side tool? You missed the real dealPHPStan is one of the base tools for a PHP developer as it helps a lot to double check types are coherent in the application.1d ago1d ago
Use acceptance criteria in your projectsIn 2018, I constantly had issues with my clients on what was the final state of my projects.Sep 11Sep 11
Create your first integration test for a WordPress pluginIn that article I will focus more on practice and working with the tools themselves to create a first example of an integration.Jul 4Jul 4
How to write an integration test?Any product needs to keep constantly high quality on the long run and integration tests are the tool you need to go towards that path.May 281May 281
Why testing your code matters?Garbage code with effective tests will always be more maintainable than solid code without tests but why?Apr 201Apr 201
Setup integration tests for your WordPress PluginIf you are starting to get into testing then integration tests are the way to go for you as they provide high value.Mar 31Mar 31
You want to work in an environment with good practices? Make it happensThis reminded me that across my career I met a lot of developers hoping for perfection in a poor standard environment. These same people…Dec 22, 2023Dec 22, 2023
WordPress plugin: Bored repeating yourself? Try to use a frameworkAs a developer the most boring thing that can happen in your job is repeating ourselves again and again. Any programmer is learning eagerer…Nov 10, 2023Nov 10, 2023
React: Understanding Form ManagementForms serve as a bridge between users and web applications, allowing users to input data and interact with various elements. In the context…Aug 18, 2023Aug 18, 2023