Page 76 of 127 (2536 total posts)

April 2021

06-04-2021
What RESTful actually means

What RESTful actually means

Source: codewords.recurse.com

What RESTful actually means URL: https://codewords.recurse.com/issues/five/what-restful-actually-means?__s=sp8sgb9wzgpq5zssprse Type: link Domain: codewords.recurse.com Notes: Linked is yet another nice explanation of what REST-ful and REST APIs really mean. What is the test? Is this a restful API or not?

Notes:

Linked is yet another nice explanation of what REST-ful and REST APIs really mean. What is the test? Is this a restful API or not?

Tags: software-engineering api guidelines howto rest design
06-04-2021
API With Sinatra and Sequel: Ruby Tutorial | Toptal

API With Sinatra and Sequel: Ruby Tutorial | Toptal

Source: toptal.com

The rise of the web and mobile applications has led to an increased need for back-end API services. Ruby on Rails' philosophy seemingly makes it the ideal framework for creating back-end APIs. However, using Rails only for the API is overkill. In this article, Freelance Software Engineer Boško Ivanišević explore...

Tags: software-engineering