Exploring Postman: Tips and Tricks for Effortless API Testing and Development
I sat down to explore what Postman can actually do beyond "send a request and look at the response." Turns out, quite a lot.
31 Dec 2023

I sat down to explore what Postman can actually do beyond "send a request and look at the response." Turns out, quite a lot.
The basics are straightforward. Create a request tab, set your method, hit Send. But the real value comes from organization and automation.
Collections let you group related requests. I organize mine by feature or service. They sync across devices, which is useful when switching machines.
Environments let you swap variables per context. I set my domain as a variable, then switch between local, staging, and production with one click. Tokens and secrets go in global variables so they stay out of shared collections.

This setup — collections plus environments — saves time the moment you have more than three endpoints to test.
Production-Ready Systems with LLMs and Agents
A live Maven cohort, 5 October to 2 November: eight 90-minute sessions where you build LLM and agent systems that survive real traffic, real cost and real failure. Tuesdays and Thursdays, 7:30 to 9:00pm London.
Cohort 2 starts 5 October. Eight live sessions, $1,500.
View the live cohortKeep reading
- TypeScript Anti-Patterns That Cost You Twice: Build Time, Runtime, and the Interview
- The Frontend Toolchain Is Now Written in Rust and Go. What That Means for You
- oxlint vs ESLint: Why I Replaced ESLint with oxlint
- SystemJS Is Dead. Native ESM Finally Won.
- Replace Axios with a Simple Custom Fetch Wrapper (Production-Ready Guide)
- Stop Shipping ChatGPT Wrappers. Ship an Agent in TypeScript, or Don't Bother.