# Browser Debugging Utilities


Device info, network info, key codes, microphones, cameras, JavaScript playgrounds, and browser-side testing.

This guide is the canonical guide page for related tools on ilham.dev. It should grow into practical explanations, caveats, examples, and references instead of creating one thin article per utility.

## Related tools

- [Camera Recorder](/tools/camera-recorder/) — Record a short video from the webcam in the browser.
- [Device Information](/tools/device-information/) — Show what the browser reports about the current device.
- [Gamepad Tester](/tools/gamepad-tester/) — See every axis and button of a connected controller, with the pressed buttons lit up.
- [JavaScript Playground](/tools/javascript-playground/) — Write JavaScript with Monaco syntax highlighting and run it in the page, reading its console output, return value and timing.
- [Keycode Info](/tools/keycode-info/) — Press a key to see its code, key and modifier state.
- [Microphone Recorder](/tools/mic-tester/) — Check a microphone, watch its level and peak, and record a clip to play back or download.

## Notes for future edits

- Keep the guide reusable and factual.
- Link to personal posts only when there is a real incident, measurement, migration, or lesson.
- For sensitive inputs, mention whether the related tool runs locally in the browser and warn against pasting production secrets without understanding the trust boundary.
