8 posts in total

Back End

Laravel Restful API using Docker in three steps (Part I)

In this post series we will see how to build a Laravel Restful application. In addition we will see the basic functionalities of Eloquent ORM, tinker db queries and some relationships between Models. This post was inspired by the book: Hands-On Full Stack Web Development with An ...

Restful Service, porque voce faz errado?

É muito comum hoje em dia desenvolvedores front-end serem questionados sobre como consumir API's utilizando Restful, porém muitos não sabem os fundamentos por trás desta arquitetura, e muitas vezes aquilo que voce imagina ser um Restful, não passa de um retorno em Json ou XML. Sa ...