Codeminer42's Engineering Blog

REST

  • Creating REST APIs with Ruby on Rails

    · 18 min read · by Ian Lourenço

    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

    · 23 min read · by Jonathan Ribeiro

    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…