CyrilleUse 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
CyrilleCreate 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
CyrilleHow 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
CyrilleWhy testing your code matters?Garbage code with effective tests will always be more maintainable than solid code without tests but why?Apr 201Apr 201
CyrilleSetup 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
CyrilleYou 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
CyrilleWordPress 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
CyrilleReact: 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
CyrilleVisualize basic React concepts: HooksHooks are an essential part in React and understanding their behavior is a key to produce effective React code.Aug 6, 2023Aug 6, 2023