Category: Ruby on Rails

Understanding REST And RPC For HTTP APIs

   For the last few years, whenever somebody wants to start building an HTTP API, they pretty much exclusively use REST as the go-to architectural style, over alternative approaches such as XML-RPC, SOAP and JSON-RPC. REST is made o...

PHP vs Ruby – Let’s All Just Get Along

Quite often you see developers who have a lot of experience in one language try to play with another, then make a rather quick comparison between the two. This comparison is usually quite worthless, but the clickbait titles get them a lot of traffic. Instead of doing that, I thought it would be interesting to have a sl...