I’ve been working on a Rails application that integrates with the NetDocuments API, where multiple users share a single ruby service account. The API...
So there I was, reading The Well-Grounded Rubyist (a fantastic book, by the way!), trying to implement my own versions of Ruby’s each and map methods. The code looked simple...
Linking metrics data with traces is a powerful technique for enhancing observability in distributed systems. It allows developers and DevOps engineers to not only...
As a developer who’s been burned by unexpected constant-related bugs more times than I’d like to admit, I’ve become militant about testing constants. I...