Pregunta de entrevista de Frontastic

How would you ensure front end resilience when designing an API

Respuesta de la entrevista

Anónimo

12 nov 2021

Proper error handling so the client received meaningful errors Catch all the internal errors and transform them Use caching in case of failure of db Etc