Best Way To Structure Your Api Errors
In the previous blog, we discussed how to structure our API responses. In this article, we’ll take the same approach for API errors. If you haven’t read the previous blog, I recommend you check it out

Search for a command to run...
Articles tagged with #apis
In the previous blog, we discussed how to structure our API responses. In this article, we’ll take the same approach for API errors. If you haven’t read the previous blog, I recommend you check it out

As a backend developer, it's your responsibility to ensure the API responses sent to the client are well-structured and consistent. A good API response not only helps consumers of your API but also makes debugging and future development far more mana...

You're probably not even aware of it, but you use createdAt and updatedAt in your backend services all the time, right? But what if I told you that you're sending raw timestamps in your API responses like this: { "title": "You are handling timest...
