Frontastic Interview Question

How would you ensure front end resilience when designing an API

Interview Answer

Anonymous

Nov 12, 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