ADAl Duncansoninal-duncanson.hashnode.dev·Oct 23, 2024 · 3 min readSelf-hosting my observability platformI’ve been using Highlight in my side projects for a little while now to handle error monitoring, session replay, logging, and tracing within my applications. What I really appreciate—both about the product and the team behind it—is their commitment t...00
ADAl Duncansoninal-duncanson.hashnode.dev·Aug 21, 2024 · 6 min readO11y on RailsIn my last article, Observability in Software, I explored the concept of observability, or o11y, and its role in maintaining and improving visibility in software systems. https://alduncanson.com/observability-in-software Given this critical role, i...00
ADAl Duncansoninal-duncanson.hashnode.dev·Jul 16, 2024 · 5 min readObservability in softwareO11y, pronounced similar to “folly” without the “f”, is a numeronym commonly used to refer to observability in relation to software infrastructure. We get o11y by taking the first and last letters in the word “observability”, and replacing the inner ...00
ADAl Duncansoninal-duncanson.hashnode.dev·Jul 8, 2024 · 3 min readSecrets managementWhat is a secret? In software engineering, what are we referring to when we say secret? A secret, at its essence, is a piece of sensitive information that you want to keep, well, secret. Secrets come in many forms, and you’ve likely encountered more ...00
ADAl Duncansoninal-duncanson.hashnode.dev·Jul 1, 2024 · 3 min readPort ForwardingWhat is port forwarding? Port forwarding, in this case local port forwarding, is a technique often used in software engineering for things like previewing local environments or testing webhooks. In this article I’ll go over how I use port forwarding ...00