The Software Life 5 Tools Developers Can Use to Get Unstuck It’s important to have tools in your back pocket to help you get unstuck. So next time you hit a wall, try one of the following techniques.
The Software Life 3 Tips to Get More Out of Postman Postman isn't just for sending requests—it’s a powerful debugging tool. Three features have made my workflow faster and less painful.
Developer Tools A Guide to Browser DevTools – The Debugger The browser debugger lets you pause code, inspect variables, and step through functions to find and fix issues efficiently.
Development Practices Pair Programming for Debugging: Why AI IDEs Can’t Replace Humans IDEs can't replace the benefits of working with a human when debugging. Here’s why pairing is still better than relying solely on AI IDEs.
Exploratory Testing The Bugs They Missed – Finding Bugs in Production Bugs in production are never pleasant. Use this learning opportunity so no one can ever say, "Customers are better at finding bugs than you."
Exploratory Testing Crafting the Perfect Bug Report – Make Your Issues Count Here's what I've learned about creating an actionable bug report and why this skill is so vital in a development career.
Design Strategy Reduce “After-Market Fixes” with the Right Questions Before Coding Asking these questions BEFORE any code is written can reduce "friction" in the UI as minor after-market fixes are made.
Exploratory Testing Running a Bug Bash: A Guide How do you thoroughly test an app quickly, identifying and reporting all bugs? The answer lies in scheduling a Bug Bash.
Development Practices The Value of Writing About Bugs A good bug-fix story has a lot of value. I want to explain why I think developers should spend more time writing about bugs.
Web Apps Vercel: A Valuable Debugging Tool Vercel's advertises itself as "stupidly easy" to deploy. I found it offered more debugging gems with its version tracking features.
Exploratory Testing Snagit: Add It to Your Toolbox Today! One of my favorite tools I use while testing is Snagit from TechSmith. (It's also useful when creating user documentation.)
AI for Developers How I Used ChatGPT for Debugging a Process in Java On a recent software project, one test would pass and one would fail with a “yarn not found” error. I turned to ChatGPT for debugging help.