Tag: programming
-
Websockets: Creating custom data feeds
Since 2019, I have been regularly purchasing crypto, specifically Ethereum. When making purchases, swapping currencies in the Ethereum ecosystem, and transferring coins the concept of “Gas” comes into play. Getting the most economically sound transfer requires me to know on demand gas prices and that can be tricky…
-
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,…
