Question : When you read about software architecture on the web, sometimes the term spaghetti code is used, referring to […]
Tag: arquitetura-de-software
What is MVP and MVVM?
Question : It is very common to talk about the MVC (Model-View-Controller) standard. But the acronyms MVP (Model-View-Presenter) and MVVM […]
What problem do microservices solve?
Question : Okay, I’ve read What is a microservice architecture? and articles on the subject, I know what is and […]
SOAP is safer than REST?
Question : When implementing online billing software, I asked the responsible company if the REST version of the API existed. […]
What is REST and RESTful?
Question : I always hear about REST and RESTful , but I can not tell which one is different or […]
Using many interfaces is a bad programming practice?
Question : I’m a student in Information Systems and I’m modeling a game, a virtual pet that has its needs […]
What is the View in the MVC standard?
Question : I started in 2016 to use MVC standard, the concept of Model and Controller perfectly understand, / em> […]