Certifications

Certification
Postman API Fundamentals Student Certification
Fundamental training on API development and testing using Postman, covering request building, response validation, environment management, and test automation.
What I actually learned
Before this certification I used Postman like a lot of developers do — as a fancy way to send HTTP requests manually. This changed that. Learning how to write test scripts that assert response bodies, validate status codes, and chain requests together made me rethink what API testing can actually look like. The Newman CLI section was a practical highlight — being able to run an entire Postman collection as part of a CI pipeline meant the testing knowledge had immediate real-world application.
Topics covered
- Building and organizing REST API requests in collections
- Environment and variable management for different stages
- Writing JavaScript-based test assertions in Postman
- Response validation and schema checking
- Running automated test suites with Newman CLI
- Documenting APIs directly from Postman collections
Why it matters to my work
APIs are the connective tissue between everything in modern software. Being rigorous about testing them — not just trying the happy path — catches issues before they become production incidents. This certification built habits I still use every time I'm working with or building an API.
Skills from this certification
“Good API testing is underrated. It's one of the fastest ways to catch integration bugs early, and Postman makes it surprisingly approachable once you know what you're doing.”