Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 1.03 KB

web_development.md

File metadata and controls

8 lines (7 loc) · 1.03 KB

Questions about Web development

  • Why first-party cookies and third-party cookies are treated so differently? [A]
  • How would you manage Web Services API versioning? [A]
  • From a Back End perspective, are there any disadvantages or drawbacks on the adoption of Single Page Applications?
  • Why do we usually put so much effort for having stateless services? What's so good in stateless code and why and when statefullness is bad?
  • REST and SOAP: when would you choose one, and when the other? [A]
  • In Web development, Model-View Controller and Model-View-View-Model approaches are very common, both in the Back End and in the Front End. What are they, and why are they advisable?