Tag: spring
-
Rebuilding the Wheel is Ok

Being unique will paralyze you When learning a new skill in software development, coupled with our new skill are grandiose ideas of what we can create. Then the million dollar question appears, “Has someone done this before?” The need to be unique cuts the legs off a great project/idea and relinquishes the excitement of using…
-
Exceptions for APIs, consistency without chaos (with Kotlin/Spring Boot example)
Current state of affairs Honestly most public APIs I’ve used have a bit of sanity in their error messaging. Usually the format for the error is uniform from resource to resource, which makes integration for front end applications a peaceful process. But the focus of this article is to address a trend in API development,…
