The Feelings Wheel is awesome for any non-native English speakers, as well as people trying to express themselves better.
Category: All
All posts across the whole website belong to this category. They might also belong to some other categories as well, but this one holds all of them. Hence the descriptive name – All.
WordPress : Getting Ready for Gutenberg
Here are some very exciting news from the WordPress fronts: WordPress 5 will feature the built-in Gutenberg project. Gutenberg is a complete rebuilt of the WordPress administration and content publishing experience, with much faster and cleaner user interface and a whole array of new features, such as “page builder” functionality.
Here are a couple of links with more information on how to get yourself ready in time:
Unit Testing – The Big Picture
“Unit Testing – The Big Picture” is a super useful for those of us who need a refresher or an overview of what software testing is in general, and how unit testing relates to other types of testing in particular. It covers a bit of history of testing, different approaches, terminology, and more.
Cross-Site Request Forgery (CSRF) Prevention Cheat Sheet
“Cross-Site Request Forgery (CSRF) Prevention Cheat Sheet” is a list of general recommendations and specific techniques to protect web applications against the CSRF attacks. That is, before the CSRF attacks will become obsolete.
Code quality tools in PHP to check and improve your code
“Code quality tools in PHP to check and improve your code” is a list of both some very well known tools and some new kids on the block. The article covers the following:
- PHP-CS-Fixer
- PHPCS
- PHPMD
- PHPStan
- PHPUnit
- PHPLoc
- PHPCPD
- PHPMND
- churn-php
- dePHPend
- PhpCodeFixer
- PhpMetrics

