Uncategorized
-
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…