Willingness to look stupid
The author argues that being willing to appear stupid by asking naive questions leads to a deeper understanding of complex topics over time.
The author argues that being willing to appear stupid by asking naive questions leads to a deeper understanding of complex topics over time.
A guide to using Sail CLI for performance profiling of WordPress sites, analyzing PHP functions, database queries, and actions/filters.
A technical guide on using WinDbg to locate and switch to a specific managed thread by its ID in a .NET memory dump.
A technical guide on how AsyncLocal values are stored in .NET and the process of retrieving them from a memory dump using WinDbg.
A technical guide to fixing the 'RCTBridge required dispatch_sync' warning in React Native iOS development.
A technical guide on creating GitHub issues from reproducible examples (reprex) using shortcuts for R programming.
A tutorial on building an Alexa Skill using Python and Azure Functions, including debugging and setup steps.
A new feature in Chrome Canary's DevTools allows developers to toggle and convert between CSS length units like px, em, rem, and more.
A guide to using git bisect for efficient bug hunting by performing a binary search through commit history to find the first broken commit.
A guide to improving debugging in the Composable Architecture (TCA) by handling large state diffs and filtering noisy actions.
Debugging ASP.NET Core OAuth authentication in GitHub Codespaces, including reserved path conflicts and callback URL issues.
Explains how to use XCTAttachment in XCTest to attach files, images, and data to test results for easier debugging.
A guide to debugging programs written in a new compiled programming language, covering techniques from print statements to using gdb without debug symbols.
A critique of static dashboards for debugging, arguing they encourage pattern-matching over systematic problem-solving in software engineering.
A developer explains how using a minimal reproducible example (reprex) in R helps debug code and isolate issues, turning frustration into effective problem-solving.
A guide to manually symbolicate macOS app crash logs using Xcode and the atos command-line tool, with a Ruby script for automation.
Beginner-friendly guide to JavaScript debugging using Chrome DevTools, covering breakpoints, bug reproduction, and systematic troubleshooting.
A curated list of innovative, engineering-focused tech companies based in New York City, highlighting their products and technical challenges.
Debugging and fixing the 'EMFILE: too many files open' error in AWS Lambda NodeJS by moving initialization logic and using Lambda Insights.
How to disable PerfView's grouping of unresolved CPU frames under '?!?' to better analyze performance bottlenecks.