Web development Flashcards
3rd Party Cookies:
Why are first-party cookies and third-party cookies treated so differently?
API Versioning:
How would you manage Web Services API versioning?
SPAs:
From a backend perspective, are there any disadvantages or drawbacks to the adoption of Single Page Applications?
Statelessness:
Why do we usually put so much effort into having stateless services? What’s so good in stateless code and why and when is statefulness bad?
Statelessness
Why do we usually put so much effort for having stateless services? What’s so good in stateless code and why and when is statefulness bad?
REST vs SOAP:
REST and SOAP: when would you choose one, and when the other?
MVC and MVVM:
In web development, Model-View-Controller and Model-View-View-Model approaches are very common, both in the backend and in the front. What are they, and why are they advisable?