Programming
-
What is the difference between Acceptance Criteria and test?
While testing often tests and acceptance criterias are used wrongly in an interchangeable way. However, they are not the same…
-
You think PHPStan as a side tool? You missed the real deal
PHPStan is one of the base tools for a PHP developer as it helps a lot to double check types…
-
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…
-
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…
-
Fix all your null errors
Are you annoyed from all of this null error that always break your code? And what if I tell you…