@cvesters
Senior Software Engineer
Nothing here yet.
Nothing here yet.
Mar 21 · 4 min read · In Java, we have two types of exceptions, checked exceptions and runtime exceptions (I am not including the Error class). The only difference between these two types, is that the checked exception is part of the signature of the method and must be ha...
Join discussionMar 8 · 6 min read · When designing an API, we tend to only focus on successful requests. This often leads to error responses that are not useful and often don't contain any information. I am guilty of this myself, and in my own projects I typically only use the HTTP sta...
Join discussion