All posts tagged “architecture

REST
comment 0

The Basics of REST and RESTful API Development

As a web developer, have you ever come across other developers talking about REST?

It is spoken often in the web development community and stands for Representational State Transfer. It is a method of creating APIs with certain organizational principles used for data transmission that is commonly used for web applications. It can also be used to transfer data to software as well.
Read More