Tag: SoftwareDevelopment
All the articles with the tag "SoftwareDevelopment".
-
Logs Tell You What Broke. Traces Tell You Why.
Published:• 4 min readStructured logging fixes half the observability problem. Here's why distributed traces cover the half it can't, and how OpenTelemetry ties the two together.
-
Logging Isn't for Developers — and It Should Be a PR Requirement
Published:• 6 min readBad logging doesn't show up until something goes wrong in production. Here's why logging should be treated as a first-class concern and reviewed in every PR.
-
Why Hot Fixes Aren't So Hot
Published:• 5 min readHotfixes feel like a quick win — but in a long-lived branch model they introduce branch divergence, testing gaps, and audit risk. Here's why rollback should always come first.
-
Feature Flags - What and Why
Published:• 6 min readDiscover the benefits of feature flags in modern software development. Learn how to implement, manage, and leverage feature flags to enable safer deployments, rapid experimentation, and continuous delivery in your projects.
-
Writing A Code Review
Published:• 16 min readHow to write a code review for a development project