DEV Community

Sourav Mahato
Sourav Mahato

Posted on

My experience with Postman (api testing).......

These days almost few months passed I am learning backend. First time when I started, backend felt too much overwhelming. Lot of information everywhere. Too many new words, new things to understand. But slowly slowly I started getting it.
Now I understand much better how backend actually works. How request come, how response go, how database connect, how whole architecture run. Also I realised scalability is very big thing. If backend not scalable, then in future it crash when users increase.
I am trying to write better and more robust APIs now. While learning I used Postman for API testing. Seriously that tool help me a lot... I installed it in my Linux and started testing my routes. Giving different data, sending requests, seeing responses, working with headers and stuff. It made learning much easier.....
Backend is still long journey for me but now I feel confidence that I can do it if I keep learning daily.....

Top comments (0)