Uncategorized
-
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…
-
Coding is about team play
At the golden area of freelancing it is tempting to say that coding is a one man job. However, we…
-
Create Unit tests for WordPress Plugin
Automated tests are the base of modern programming development process and are as important as the architecture from the code…
-
Understand React.js architecture
When we talk about web development React.js is often an topic that appears in most of conversation but what is it? React.js…