Tag: development
-
A practical logging tip for API integrations
In this post, I’m looking to share a tip on logging when building good software that I’ve come to realize over the years. One of the most common things I have to do as a developer and programmer are integrations with APIs. For both development and production purposes, it is extremely useful to log outgoing…
-
API Conventions – Camel or snake case?
In this post, we’ll explore different APIs and take a look at the naming conventions they use. This may seem like a trivial topic, but knowing how other APIs are constructed can give the developer a piece of mind while they are implementing their API. We’ll first explore some of the most common casings used…