REST API using POST instead of GET
REST API using POST instead of GET. You can't use the API using POST or GET if they are not build to call using these methods separetly.
Read MoreREST API using POST instead of GET. You can't use the API using POST or GET if they are not build to call using these methods separetly.
Read MoreWe use the singleton pattern in order to restrict the number of instances that can be created from a resource consuming class to only one.
Read MorePHP is trying to shove the lack of features from its code base, and Fibers is one of the meaningful additions to the language. PHP Fibers, incoming in PHP 8.1 at the end of the year, will introduce a sort of async programming (coroutines) into the wild.
Read MorePHP 7.4 is the latest stable version of PHP. It was released on November 28, 2019 and it's the last version before PHP 8.
Read MoreUsers have various reasons to want soft deletion, from restoring an object deleted by accident, to recovering from malicious or unauthorized deletion, to recovering an object which was deleted intentionally.
Read More