Things I Think Useful
A running list of tools, ideas, and resources I've found genuinely useful in QA work and beyond.
Tools
Sourcetree
My visual companion for Git. Useful for reviewing changes, tracing commits, and keeping branches under control.
Tools
Responsive Viewer
A handy Chrome extension for testing responsive layouts and view multiple screen sizes side by side in one place.
Tools
Lorem Ipsum Generator
A quick source for placeholder text. Useful for testing layouts, typography, and content spacing before the real copy is ready.
Tools
JSON Viewer
A simple tool for formatting and exploring JSON. Useful for quickly inspecting API responses and making complex payloads easier to read.
Tools
WordCounter
A handy tool for checking word and character counts. Useful for keeping writing concise and within a specific length.
Tools
JWT.io
A useful decoder for inspecting JWT tokens and understanding their claims during API authentication testing.
Tools
Diffchecker
Quickly compare two pieces of text or data and spot differences that are easy to overlook manually.