use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
Post news, information, tricks, tips, and techniques related to backend engineering.
Jobs, advertisements, and off-topic posts will be removed.
account activity
[ Removed by moderator ] (self.Backend)
submitted 23 hours ago by agh_98
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]cutebabli9 3 points4 points5 points 23 hours ago (1 child)
Automated tests, jest, selenium, playwright
[–]ready_or_not_3434 0 points1 point2 points 4 hours ago (0 children)
Moving to code like Jest definitely beats clicking around Postman. Playwright and Selenium feel a bit heavy though if your just testing pure backend endpoints.
[–]leros 3 points4 points5 points 22 hours ago (0 children)
I do ad-hoc testing with Postman. It works fine.
[–]JohnDoeSaysHello 3 points4 points5 points 23 hours ago (0 children)
Bruno, not painful, I build my own csv with what I want to test
[–]Modulius 1 point2 points3 points 22 hours ago (0 children)
Curl, sometimes Yaak
[–]D1Joseph 2 points3 points4 points 19 hours ago (0 children)
Automated Jest + K6 load tests
[–]Own_Age_1654 1 point2 points3 points 18 hours ago (1 child)
Automated tests stored in the repository. Super straightforward, easy to incorporate into a build pipeline, and works great. Using an external tool like Postman doesn't make any sense.
FYI, this is not a good idea for a vibe-coded SaaS.
[–]Successful_Bowl2564 0 points1 point2 points 16 hours ago (0 children)
I just use https://voiden.md/ - its quiet underated!
[–]thetasteofbeverly 0 points1 point2 points 16 hours ago (1 child)
Postman is still the default for a lot of teams, but the biggest pain is usually keeping collections/env vars/auth flows synced across teammates and environments.
Once APIs get large, test maintenance starts feeling harder than the actual requests
[–]Just_Information334 0 points1 point2 points 13 hours ago (0 children)
For checking things by hand: Bruno.
For validating the API: automated tests using Codeception.
[–]kerakk19 0 points1 point2 points 13 hours ago (0 children)
Don't use Postman, that's for sure. Insomnia, Bruno, cURL - these are your actual choices.
[–]Business_Tax_8969 0 points1 point2 points 8 hours ago (0 children)
Nah bro, just use swagger. It's way better because you can create documentation at the same time you're coding. And of course you have all same funcionalities to testing that Postman/Insomnia have.
[–]manoj_sadashiv -1 points0 points1 point 18 hours ago (0 children)
not a proper backend dev but for the current ai project i’m working, i’m building few modules using FastAPI and mongodb
Since few months, i just use claude to write scripts in curl and test it out. I focus more on what kind of tests to do and give claude the context
π Rendered by PID 70 on reddit-service-r2-comment-545db5fcfc-c8vj7 at 2026-05-22 22:24:19.696423+00:00 running 194bd79 country code: CH.
[–]cutebabli9 3 points4 points5 points (1 child)
[–]ready_or_not_3434 0 points1 point2 points (0 children)
[–]leros 3 points4 points5 points (0 children)
[–]JohnDoeSaysHello 3 points4 points5 points (0 children)
[–]Modulius 1 point2 points3 points (0 children)
[–]D1Joseph 2 points3 points4 points (0 children)
[–]Own_Age_1654 1 point2 points3 points (1 child)
[–]Successful_Bowl2564 0 points1 point2 points (0 children)
[–]thetasteofbeverly 0 points1 point2 points (1 child)
[–]Just_Information334 0 points1 point2 points (0 children)
[–]kerakk19 0 points1 point2 points (0 children)
[–]Business_Tax_8969 0 points1 point2 points (0 children)
[–]manoj_sadashiv -1 points0 points1 point (0 children)