Page 75 of 126 (2520 total posts)

April 2021

06-04-2021
Architecting Rails Apps as Microservices | via @codeship

Architecting Rails Apps as Microservices | via @codeship

Source: blog.codeship.com

If you are working on a team of just a few developers, deciding to start right from the beginning with microservices may actually decrease development speed by adding the increased flexibility of having four different systems communicate with one another ( ...

Tags: rails apps microservices soa
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