Codeminer42's Engineering Blog
REST

Creating REST APIs with Ruby on Rails
Introduction You've likely seen this old and famous demo presentation on how powerful and easy it is to build an app with Ruby on Rails. As the demo shows, it…
REST, RESTful APIs, and API documentation
Why do applications communicate between themselves? As software complexity scales and many applications can have multiple features and requirements for users, interoperability between softwares are really useful to: Separate concerns…