Learn REST: A Tutorial

One thing that is not part of a good REST design is cookies: The “ST” in “REST” stands for “State Transfer”, and indeed, in a good REST design operations are self-contained, and each request carries with it transfers all the information state that the server needs in order to complete it. via Learn REST: A …

More

Replacing MySQL with MariaDB

MariaDB has already made its mark in the database ecosystem as a worthy replacement for MySQL, and you can expect its adoption to keep increasing in the future. After all, having a tuple of high-quality open source databases to choose from is not a bad thing. via Replacing MySQL with MariaDB.