Debugging ETW Event Drops in High-Throughput Applications
A technical guide on debugging ETW event drops in high-throughput Windows applications, covering session analysis and bottleneck identification.
A technical guide on debugging ETW event drops in high-throughput Windows applications, covering session analysis and bottleneck identification.
A developer recounts a production C++ bug caused by undefined behavior, explaining how uninitialized struct members led to a critical API error.
Using DTrace to dynamically list all HTTP routes registered in a Go application, useful for debugging and understanding runtime features.
A developer shares a systematic approach to debugging, using a real bug example and contrasting it with AI's limitations.
A developer announces support for Delphi 13 in their Universal Debug Visualizer plugin, a tool for customizing data type visualization in the debugger.
Learn how to use DTrace to monitor and inspect live SQL queries, including their arguments, from a running Go application without code changes.
Introducing Sentire, a command-line interface for the Sentry API written in Go, designed for developers to query issues and events.
A guide to setting up and debugging .NET applications inside Docker containers using Visual Studio Code and Visual Studio.
A developer explains how a missing semicolon caused a confusing JavaScript TypeError and shares debugging lessons.
A developer shares a detailed debugging journey using Go profiling and DTrace to uncover and fix a performance bottleneck in a test suite.
Explores how pattern matching in programming relates to the mental patterns experienced software engineers use to solve problems efficiently.
A developer details optimizing a debug build of a C torrent client, achieving 100x speedup by implementing SIMD and SHA hardware acceleration.
A developer debugs hardware issues with their custom-built Micro Journal device, solving key and charging problems through community help and documentation.
A developer recounts an intense debugging session with the django-allauth package that turned a minor sign-up issue into a major investigation.
Explains the React useDebugValue hook for labeling custom hooks in React DevTools to aid debugging.
How eBPF technology can prevent system crashes like the massive July 2024 Windows outage caused by a faulty kernel driver update.
A guide on tracing API request origins in .NET applications using a custom delegating handler and stack traces for debugging.
The author updates core pages like About, FAQ, and Home for the JourneyInbox SaaS app, focusing on UI layout and content.
The article explains the XY Problem, a common communication issue where someone asks about their attempted solution instead of their actual goal.
A deep dive into building advanced React DevTools with time-travel debugging capabilities using Replay.io's backend API.