Latest posts
Our Blog
-
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…
-
Stop losing your SSH information
Did you already lost hours because you lost your information to connect to a server after months not using it?…
-
Why you should be using Fixtures for your Jest tests
Testing your code is always a good practice. However this can easily become time consuming to write tests and maintaining…