Debugging
2 posts tagged "Debugging"
LinkedIn Scraping Returns No Data? Check the URL First
seven linkedin scrapers all returned empty results. the fix was one hyphen in the username. here's what that teaches you about debugging.
How to Find Undocumented Config Options by Reading a Binary
When the docs don't have what you need, sometimes the answer is inside the compiled binary. Here's how to read it.